locust 2.32.11.dev17__py3-none-any.whl → 2.32.11.dev20__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- locust/_version.py +9 -4
- {locust-2.32.11.dev17.dist-info → locust-2.32.11.dev20.dist-info}/METADATA +1 -1
- {locust-2.32.11.dev17.dist-info → locust-2.32.11.dev20.dist-info}/RECORD +6 -6
- {locust-2.32.11.dev17.dist-info → locust-2.32.11.dev20.dist-info}/WHEEL +0 -0
- {locust-2.32.11.dev17.dist-info → locust-2.32.11.dev20.dist-info}/entry_points.txt +0 -0
- {locust-2.32.11.dev17.dist-info → locust-2.32.11.dev20.dist-info}/licenses/LICENSE +0 -0
locust/_version.py
CHANGED
@@ -1,8 +1,13 @@
|
|
1
|
-
# file generated by
|
1
|
+
# file generated by setuptools-scm
|
2
2
|
# don't change, don't track in version control
|
3
|
+
|
4
|
+
__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
|
5
|
+
|
3
6
|
TYPE_CHECKING = False
|
4
7
|
if TYPE_CHECKING:
|
5
|
-
from typing import Tuple
|
8
|
+
from typing import Tuple
|
9
|
+
from typing import Union
|
10
|
+
|
6
11
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
7
12
|
else:
|
8
13
|
VERSION_TUPLE = object
|
@@ -12,5 +17,5 @@ __version__: str
|
|
12
17
|
__version_tuple__: VERSION_TUPLE
|
13
18
|
version_tuple: VERSION_TUPLE
|
14
19
|
|
15
|
-
__version__ = version = '2.32.11.
|
16
|
-
__version_tuple__ = version_tuple = (2, 32, 11, '
|
20
|
+
__version__ = version = '2.32.11.dev20'
|
21
|
+
__version_tuple__ = version_tuple = (2, 32, 11, 'dev20')
|
@@ -1,6 +1,6 @@
|
|
1
1
|
locust/__init__.py,sha256=aWeuBPUxONjwNm1xp4v8L4BO14SuYLjscIiwJVX1Ui4,1746
|
2
2
|
locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
|
3
|
-
locust/_version.py,sha256=
|
3
|
+
locust/_version.py,sha256=9s8QJvSfw3K-wn_0jQZGRCl4FU4sbIi6v2MMbvobvbc,530
|
4
4
|
locust/argument_parser.py,sha256=ruSJcY4ouERwVopHvHDK-obQD6nlRKDqjLLwje2SH9k,32806
|
5
5
|
locust/clients.py,sha256=XK-xabq2_5GZKMEjebDobvEjeBTtCs8h2EelL7s68Qs,19346
|
6
6
|
locust/debug.py,sha256=7CCm8bIg44uGH2wqBlo1rXBzV2VzwPicLxLewz8r5CQ,5099
|
@@ -50,8 +50,8 @@ locust/webui/dist/assets/graphs-light.png,sha256=7L6pOehXqCojQclzeP91l-LskFQAw_n
|
|
50
50
|
locust/webui/dist/assets/index-Bcn8JR9P.js,sha256=QycCyvTfa3JplzdV531CbVaklRIPdg9t9LYtHU5RtEU,1679417
|
51
51
|
locust/webui/dist/assets/testruns-dark.png,sha256=np6MvpgJ2gkKQ66SOmukLtjsMtHqTSr5dNfza-2XtCo,267621
|
52
52
|
locust/webui/dist/assets/testruns-light.png,sha256=iLAxBZh3kRsfGkcB1-1KSAbFgGji43IqiUrYuJlUoPk,276839
|
53
|
-
locust-2.32.11.
|
54
|
-
locust-2.32.11.
|
55
|
-
locust-2.32.11.
|
56
|
-
locust-2.32.11.
|
57
|
-
locust-2.32.11.
|
53
|
+
locust-2.32.11.dev20.dist-info/METADATA,sha256=5JYy9bYNaze-Cfc_ep3QE3GT-g35YEm7s3f5S4SXRX8,9639
|
54
|
+
locust-2.32.11.dev20.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
55
|
+
locust-2.32.11.dev20.dist-info/entry_points.txt,sha256=RAdt8Ku-56m7bFjmdj-MBhbF6h4NX7tVODR9QNnOg0E,44
|
56
|
+
locust-2.32.11.dev20.dist-info/licenses/LICENSE,sha256=5hnz-Vpj0Z3kSCQl0LzV2hT1TLc4LHcbpBp3Cy-EuyM,1110
|
57
|
+
locust-2.32.11.dev20.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|