File: control

package info (click to toggle)
python-molotov 2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,264 kB
  • sloc: python: 4,121; makefile: 60
file content (31 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: python-molotov
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools,
               python3-aiohttp,
               python3-aiomeasures,
               python3-pytest,
               python3-uvloop,
               python3-aiodogstatsd,
Standards-Version: 4.6.2
Homepage: https://molotov.readthedocs.io/en/stable/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-molotov
Vcs-Git: https://salsa.debian.org/python-team/packages/python-molotov.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-molotov
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Suggests: python3-uvloop
Description: tool to write load tests in Python
 Create a load test in Python using functions decorated with the scenario
 decorator – those functions needs to be coroutines. Based on asyncio, built
 with aiohttp.
 .
 This package contains the Python 3.x module and CLI.