locust 2.32.3.dev18__py3-none-any.whl → 2.32.3.dev20__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- locust/_version.py +2 -2
- {locust-2.32.3.dev18.dist-info → locust-2.32.3.dev20.dist-info}/METADATA +2 -1
- {locust-2.32.3.dev18.dist-info → locust-2.32.3.dev20.dist-info}/RECORD +7 -7
- poetry.lock +9 -9
- {locust-2.32.3.dev18.dist-info → locust-2.32.3.dev20.dist-info}/LICENSE +0 -0
- {locust-2.32.3.dev18.dist-info → locust-2.32.3.dev20.dist-info}/WHEEL +0 -0
- {locust-2.32.3.dev18.dist-info → locust-2.32.3.dev20.dist-info}/entry_points.txt +0 -0
locust/_version.py
CHANGED
@@ -14,7 +14,7 @@ __version_tuple__: VERSION_TUPLE
|
|
14
14
|
version_tuple: VERSION_TUPLE
|
15
15
|
|
16
16
|
|
17
|
-
__version__ = "2.32.3.
|
17
|
+
__version__ = "2.32.3.dev20"
|
18
18
|
version = __version__
|
19
|
-
__version_tuple__ = (2, 32, 3, "
|
19
|
+
__version_tuple__ = (2, 32, 3, "dev20")
|
20
20
|
version_tuple = __version_tuple__
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: locust
|
3
|
-
Version: 2.32.3.
|
3
|
+
Version: 2.32.3.dev20
|
4
4
|
Summary: Developer-friendly load testing framework
|
5
5
|
Home-page: https://locust.io/
|
6
6
|
License: MIT
|
@@ -36,6 +36,7 @@ Requires-Dist: pywin32 ; sys_platform == "win32"
|
|
36
36
|
Requires-Dist: pyzmq (>=25.0.0)
|
37
37
|
Requires-Dist: requests (>=2.26.0) ; python_full_version <= "3.11.0"
|
38
38
|
Requires-Dist: requests (>=2.32.2) ; python_full_version > "3.11.0"
|
39
|
+
Requires-Dist: setuptools (>=65.5.1)
|
39
40
|
Requires-Dist: tomli (>=1.1.0) ; python_version < "3.11"
|
40
41
|
Requires-Dist: typing_extensions (>=4.6.0) ; python_version < "3.11"
|
41
42
|
Project-URL: Documentation, https://docs.locust.io/
|
@@ -1,6 +1,6 @@
|
|
1
1
|
locust/__init__.py,sha256=Jit8eNUrwuMLqavyFvMZr69e61DILq_KB4yT4MciScw,1681
|
2
2
|
locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
|
3
|
-
locust/_version.py,sha256=
|
3
|
+
locust/_version.py,sha256=T3wnifWcp2Te9Q4LnORN_cAcpPZYkFoO8BmqctigRl4,460
|
4
4
|
locust/argument_parser.py,sha256=xB9TQhAALeIZLx0hxoBOVv4dhSNdB15BG0fDYXkyeFc,30137
|
5
5
|
locust/clients.py,sha256=XK-xabq2_5GZKMEjebDobvEjeBTtCs8h2EelL7s68Qs,19346
|
6
6
|
locust/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -46,9 +46,9 @@ locust/webui/dist/assets/index-BXPhYgcX.js,sha256=L3xasmqUo2BjQoMQ_F0huUgFZFwCKu
|
|
46
46
|
locust/webui/dist/auth.html,sha256=bKzJKSAULiHAOI01JR96jrbOLEjpXOzlp0C3I0D2sWs,648
|
47
47
|
locust/webui/dist/index.html,sha256=5bnINHCJTK-I7e4GrdOziXlYK_7aUVyUCpndIVq3e7U,654
|
48
48
|
locust/webui/dist/report.html,sha256=KUmkufa4Ob8GTqBmVtFnueZL8h76eEUMVnoL069cAcg,1471006
|
49
|
-
poetry.lock,sha256=
|
50
|
-
locust-2.32.3.
|
51
|
-
locust-2.32.3.
|
52
|
-
locust-2.32.3.
|
53
|
-
locust-2.32.3.
|
54
|
-
locust-2.32.3.
|
49
|
+
poetry.lock,sha256=Oznh6_Ckq5dKvnrv7SyQsbqkiLtz-0PZPM8QYoL5If0,214415
|
50
|
+
locust-2.32.3.dev20.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
|
51
|
+
locust-2.32.3.dev20.dist-info/METADATA,sha256=AXAhPLAposu56dY6V2y1OiH7DkNbITzomweuHkz_LDA,9174
|
52
|
+
locust-2.32.3.dev20.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
53
|
+
locust-2.32.3.dev20.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
|
54
|
+
locust-2.32.3.dev20.dist-info/RECORD,,
|
poetry.lock
CHANGED
@@ -2063,23 +2063,23 @@ jeepney = ">=0.6"
|
|
2063
2063
|
|
2064
2064
|
[[package]]
|
2065
2065
|
name = "setuptools"
|
2066
|
-
version = "75.
|
2066
|
+
version = "75.5.0"
|
2067
2067
|
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
2068
2068
|
optional = false
|
2069
|
-
python-versions = ">=3.
|
2069
|
+
python-versions = ">=3.9"
|
2070
2070
|
files = [
|
2071
|
-
{file = "setuptools-75.
|
2072
|
-
{file = "setuptools-75.
|
2071
|
+
{file = "setuptools-75.5.0-py3-none-any.whl", hash = "sha256:87cb777c3b96d638ca02031192d40390e0ad97737e27b6b4fa831bea86f2f829"},
|
2072
|
+
{file = "setuptools-75.5.0.tar.gz", hash = "sha256:5c4ccb41111392671f02bb5f8436dfc5a9a7185e80500531b133f5775c4163ef"},
|
2073
2073
|
]
|
2074
2074
|
|
2075
2075
|
[package.extras]
|
2076
|
-
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)", "ruff (>=0.
|
2077
|
-
core = ["importlib-metadata (>=6)", "
|
2076
|
+
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)", "ruff (>=0.7.0)"]
|
2077
|
+
core = ["importlib-metadata (>=6)", "jaraco.collections", "jaraco.functools (>=4)", "jaraco.text (>=3.7)", "more-itertools", "more-itertools (>=8.8)", "packaging", "packaging (>=24.2)", "platformdirs (>=4.2.2)", "tomli (>=2.0.1)", "wheel (>=0.43.0)"]
|
2078
2078
|
cover = ["pytest-cov"]
|
2079
2079
|
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier", "towncrier (<24.7)"]
|
2080
2080
|
enabler = ["pytest-enabler (>=2.2)"]
|
2081
|
-
test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "jaraco.test (>=5.5)", "packaging (>=
|
2082
|
-
type = ["importlib-metadata (>=7.0.2)", "jaraco.develop (>=7.21)", "mypy (
|
2081
|
+
test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "jaraco.test (>=5.5)", "packaging (>=24.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-home (>=0.5)", "pytest-perf", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel (>=0.44.0)"]
|
2082
|
+
type = ["importlib-metadata (>=7.0.2)", "jaraco.develop (>=7.21)", "mypy (>=1.12,<1.14)", "pytest-mypy"]
|
2083
2083
|
|
2084
2084
|
[[package]]
|
2085
2085
|
name = "snowballstemmer"
|
@@ -2531,4 +2531,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
|
|
2531
2531
|
[metadata]
|
2532
2532
|
lock-version = "2.0"
|
2533
2533
|
python-versions = ">=3.9"
|
2534
|
-
content-hash = "
|
2534
|
+
content-hash = "ba7e8cecda976565bb1984a5c80af8912a673193a3ee45512ba8bcf76701676b"
|
File without changes
|
File without changes
|
File without changes
|