locust 2.32.3.dev20__py3-none-any.whl → 2.32.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: locust
3
- Version: 2.32.3.dev20
3
+ Version: 2.32.4
4
4
  Summary: Developer-friendly load testing framework
5
5
  Home-page: https://locust.io/
6
6
  License: MIT
@@ -36,7 +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
+ Requires-Dist: setuptools (>=70.0.0)
40
40
  Requires-Dist: tomli (>=1.1.0) ; python_version < "3.11"
41
41
  Requires-Dist: typing_extensions (>=4.6.0) ; python_version < "3.11"
42
42
  Project-URL: Documentation, https://docs.locust.io/
@@ -98,24 +98,24 @@ Locust makes it easy to run load tests distributed over multiple machines. It is
98
98
  Locust has a user friendly web interface that shows the progress of your test in real-time. You can even change the load while the test is running. It can also be run without the UI, making it easy to use for CI/CD testing.
99
99
 
100
100
  <picture>
101
- <source media="(prefers-color-scheme: light)" srcset="docs/images/bottlenecked-server-light.png" alt="Locust UI charts" height="100" width="200"/>
102
- <source media="(prefers-color-scheme: dark)" srcset="docs/images/bottlenecked-server-dark.png" alt="Locust UI charts" height="100" width="200"/>
103
- <img src="docs/images/bottlenecked-server-light.png" alt="Locust UI charts" height="100" width="200"/>
101
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/bottlenecked-server-light.png" alt="Locust UI charts" height="100" width="200"/>
102
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/bottlenecked-server-dark.png" alt="Locust UI charts" height="100" width="200"/>
103
+ <img src="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/bottlenecked-server-light.png" alt="Locust UI charts" height="100" width="200"/>
104
104
  </picture>
105
105
  <picture>
106
- <source media="(prefers-color-scheme: light)" srcset="docs/images/webui-running-statistics-light.png" alt="Locust UI stats" height="100" width="200"/>
107
- <source media="(prefers-color-scheme: dark)" srcset="docs/images/webui-running-statistics-dark.png" alt="Locust UI stats" height="100" width="200"/>
108
- <img src="docs/images/webui-running-statistics-light.png" alt="Locust UI stats" height="100" width="200"/>
106
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/webui-running-statistics-light.png" alt="Locust UI stats" height="100" width="200"/>
107
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/webui-running-statistics-dark.png" alt="Locust UI stats" height="100" width="200"/>
108
+ <img src="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/webui-running-statistics-light.png" alt="Locust UI stats" height="100" width="200"/>
109
109
  </picture>
110
110
  <picture>
111
- <source media="(prefers-color-scheme: light)" srcset="docs/images/locust-workers-light.png" alt="Locust UI workers" height="100" width="200"/>
112
- <source media="(prefers-color-scheme: dark)" srcset="docs/images/locust-workers-dark.png" alt="Locust UI workers" height="100" width="200"/>
113
- <img src="docs/images/locust-workers-light.png" alt="Locust UI workers" height="100" width="200"/>
111
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/locust-workers-light.png" alt="Locust UI workers" height="100" width="200"/>
112
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/locust-workers-dark.png" alt="Locust UI workers" height="100" width="200"/>
113
+ <img src="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/locust-workers-light.png" alt="Locust UI workers" height="100" width="200"/>
114
114
  </picture>
115
115
  <picture>
116
- <source media="(prefers-color-scheme: light)" srcset="docs/images/webui-splash-light.png" alt="Locust UI start test" height="100" width="200"/>
117
- <source media="(prefers-color-scheme: dark)" srcset="docs/images/webui-splash-dark.png" alt="Locust UI start test" height="100" width="200"/>
118
- <img src="docs/images/webui-splash-light.png" alt="Locust UI start test" height="100" width="200"/>
116
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/webui-splash-light.png" alt="Locust UI start test" height="100" width="200"/>
117
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/webui-splash-dark.png" alt="Locust UI start test" height="100" width="200"/>
118
+ <img src="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/webui-splash-light.png" alt="Locust UI start test" height="100" width="200"/>
119
119
  </picture>
120
120
 
121
121
  #### Can test any system
@@ -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=T3wnifWcp2Te9Q4LnORN_cAcpPZYkFoO8BmqctigRl4,460
3
+ locust/_version.py,sha256=ezGEYKF1qhASZuDR466CTOO3ffx9a4SF9usBe0R4N_4,445
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
@@ -39,16 +39,16 @@ locust/util/load_locustfile.py,sha256=hn70KcIG8jHmZyuKv2pcEmwgWtOEu24Efeji1KRYNU
39
39
  locust/util/rounding.py,sha256=5haxR8mKhATqag6WvPby-MSRRgIw5Ob6thbyvMYZM7o,92
40
40
  locust/util/timespan.py,sha256=Y0LtnhUq2Mq19p04u0XtBlYQ_-S2cRvwRdgru8W9WhA,986
41
41
  locust/util/url.py,sha256=s_W2PCxvxTWxWX0yUvp-8VBuQm881KwI5X9iifogZG4,321
42
- locust/web.py,sha256=suH_mMpkfOfwkhdRQBnOAIyinJT2XR4z64CJVf37-Jc,29760
42
+ locust/web.py,sha256=ASJwdnHRzAeE2HX1tL8I_xG2VziN772nvTDsZr3Tvv8,29814
43
43
  locust/webui/dist/assets/favicon-dark.png,sha256=6zVkRtiRfU45qQGvEhf1cq2nNauFs_JW5SI79wT0YkM,2437
44
44
  locust/webui/dist/assets/favicon-light.png,sha256=VdG2GZyeTCOML7xfievupBP4EhmHoUqlVCw-tXqkvxU,2468
45
- locust/webui/dist/assets/index-BXPhYgcX.js,sha256=L3xasmqUo2BjQoMQ_F0huUgFZFwCKuz8zWDXOTFT_60,1674673
46
- locust/webui/dist/auth.html,sha256=bKzJKSAULiHAOI01JR96jrbOLEjpXOzlp0C3I0D2sWs,648
47
- locust/webui/dist/index.html,sha256=5bnINHCJTK-I7e4GrdOziXlYK_7aUVyUCpndIVq3e7U,654
48
- locust/webui/dist/report.html,sha256=KUmkufa4Ob8GTqBmVtFnueZL8h76eEUMVnoL069cAcg,1471006
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,,
45
+ locust/webui/dist/assets/index-CwF7Fst2.js,sha256=2cvd59L6NvPDZ62heCOXa-frxjKn6UDyl1pmiuVsI2I,1678819
46
+ locust/webui/dist/auth.html,sha256=JYZcdglsfY3B4LEPCteWiNd5kPX21Lx1oaaI00iCTxo,678
47
+ locust/webui/dist/index.html,sha256=uMAhFNZjFQrWASkqHYx0GPsGSs2DO00OrRkvWItpv38,654
48
+ locust/webui/dist/report.html,sha256=wd_TO5cREIfgk0ru49DX0Zlxopb5iWsyuB36v_rfST8,1474524
49
+ poetry.lock,sha256=a4ZAnX6LNBWBJnqtxt4gK0uPSqPsBdDitylFj1rL3LA,214415
50
+ locust-2.32.4.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
51
+ locust-2.32.4.dist-info/METADATA,sha256=iLCJB6cmIQljP89UMlyF_m8G3jzEKeQeG837NSZF6gs,9984
52
+ locust-2.32.4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
53
+ locust-2.32.4.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
54
+ locust-2.32.4.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.5.0"
2066
+ version = "75.6.0"
2067
2067
  description = "Easily download, build, install, upgrade, and uninstall Python packages"
2068
2068
  optional = false
2069
2069
  python-versions = ">=3.9"
2070
2070
  files = [
2071
- {file = "setuptools-75.5.0-py3-none-any.whl", hash = "sha256:87cb777c3b96d638ca02031192d40390e0ad97737e27b6b4fa831bea86f2f829"},
2072
- {file = "setuptools-75.5.0.tar.gz", hash = "sha256:5c4ccb41111392671f02bb5f8436dfc5a9a7185e80500531b133f5775c4163ef"},
2071
+ {file = "setuptools-75.6.0-py3-none-any.whl", hash = "sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d"},
2072
+ {file = "setuptools-75.6.0.tar.gz", hash = "sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6"},
2073
2073
  ]
2074
2074
 
2075
2075
  [package.extras]
2076
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)"]
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
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"]
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 = "ba7e8cecda976565bb1984a5c80af8912a673193a3ee45512ba8bcf76701676b"
2534
+ content-hash = "a4f8d9de3221c6c6b28c870eb78f70d5e473e7b1c59aa00d37c9e4aea1262abf"