locust 2.32.3.dev16__tar.gz → 2.32.3.dev20__tar.gz

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.
Files changed (53) hide show
  1. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/PKG-INFO +22 -2
  2. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/README.md +20 -1
  3. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/_version.py +2 -2
  4. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/poetry.lock +9 -9
  5. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/pyproject.toml +2 -1
  6. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/LICENSE +0 -0
  7. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/__init__.py +0 -0
  8. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/__main__.py +0 -0
  9. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/argument_parser.py +0 -0
  10. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/clients.py +0 -0
  11. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/contrib/__init__.py +0 -0
  12. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/contrib/fasthttp.py +0 -0
  13. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/contrib/mongodb.py +0 -0
  14. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/contrib/postgres.py +0 -0
  15. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/debug.py +0 -0
  16. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/dispatch.py +0 -0
  17. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/env.py +0 -0
  18. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/event.py +0 -0
  19. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/exception.py +0 -0
  20. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/html.py +0 -0
  21. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/input_events.py +0 -0
  22. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/log.py +0 -0
  23. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/main.py +0 -0
  24. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/py.typed +0 -0
  25. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/rpc/__init__.py +0 -0
  26. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/rpc/protocol.py +0 -0
  27. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/rpc/zmqrpc.py +0 -0
  28. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/runners.py +0 -0
  29. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/shape.py +0 -0
  30. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/stats.py +0 -0
  31. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/user/__init__.py +0 -0
  32. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/user/inspectuser.py +0 -0
  33. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/user/sequential_taskset.py +0 -0
  34. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/user/task.py +0 -0
  35. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/user/users.py +0 -0
  36. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/user/wait_time.py +0 -0
  37. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/util/__init__.py +0 -0
  38. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/util/cache.py +0 -0
  39. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/util/date.py +0 -0
  40. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/util/deprecation.py +0 -0
  41. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/util/directory.py +0 -0
  42. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/util/exception_handler.py +0 -0
  43. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/util/load_locustfile.py +0 -0
  44. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/util/rounding.py +0 -0
  45. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/util/timespan.py +0 -0
  46. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/util/url.py +0 -0
  47. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/web.py +0 -0
  48. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/webui/dist/assets/favicon-dark.png +0 -0
  49. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/webui/dist/assets/favicon-light.png +0 -0
  50. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/webui/dist/assets/index-BXPhYgcX.js +0 -0
  51. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/webui/dist/auth.html +0 -0
  52. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/webui/dist/index.html +0 -0
  53. {locust-2.32.3.dev16 → locust-2.32.3.dev20}/locust/webui/dist/report.html +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: locust
3
- Version: 2.32.3.dev16
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/
@@ -96,7 +97,26 @@ Locust makes it easy to run load tests distributed over multiple machines. It is
96
97
 
97
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.
98
99
 
99
- <img src="docs/images/bottlenecked_server.png" alt="Locust UI charts" height="100" width="200"/> <img src="docs/images/webui-running-statistics.png" alt="Locust UI stats" height="100" width="200"/> <img src="docs/images/locust_workers.png" alt="Locust UI workers" height="100" width="200"/> <img src="docs/images/webui-splash-screenshot.png" alt="Locust UI start test" height="100" width="200"/>
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"/>
104
+ </picture>
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"/>
109
+ </picture>
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"/>
114
+ </picture>
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"/>
119
+ </picture>
100
120
 
101
121
  #### Can test any system
102
122
 
@@ -47,7 +47,26 @@ Locust makes it easy to run load tests distributed over multiple machines. It is
47
47
 
48
48
  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.
49
49
 
50
- <img src="docs/images/bottlenecked_server.png" alt="Locust UI charts" height="100" width="200"/> <img src="docs/images/webui-running-statistics.png" alt="Locust UI stats" height="100" width="200"/> <img src="docs/images/locust_workers.png" alt="Locust UI workers" height="100" width="200"/> <img src="docs/images/webui-splash-screenshot.png" alt="Locust UI start test" height="100" width="200"/>
50
+ <picture>
51
+ <source media="(prefers-color-scheme: light)" srcset="docs/images/bottlenecked-server-light.png" alt="Locust UI charts" height="100" width="200"/>
52
+ <source media="(prefers-color-scheme: dark)" srcset="docs/images/bottlenecked-server-dark.png" alt="Locust UI charts" height="100" width="200"/>
53
+ <img src="docs/images/bottlenecked-server-light.png" alt="Locust UI charts" height="100" width="200"/>
54
+ </picture>
55
+ <picture>
56
+ <source media="(prefers-color-scheme: light)" srcset="docs/images/webui-running-statistics-light.png" alt="Locust UI stats" height="100" width="200"/>
57
+ <source media="(prefers-color-scheme: dark)" srcset="docs/images/webui-running-statistics-dark.png" alt="Locust UI stats" height="100" width="200"/>
58
+ <img src="docs/images/webui-running-statistics-light.png" alt="Locust UI stats" height="100" width="200"/>
59
+ </picture>
60
+ <picture>
61
+ <source media="(prefers-color-scheme: light)" srcset="docs/images/locust-workers-light.png" alt="Locust UI workers" height="100" width="200"/>
62
+ <source media="(prefers-color-scheme: dark)" srcset="docs/images/locust-workers-dark.png" alt="Locust UI workers" height="100" width="200"/>
63
+ <img src="docs/images/locust-workers-light.png" alt="Locust UI workers" height="100" width="200"/>
64
+ </picture>
65
+ <picture>
66
+ <source media="(prefers-color-scheme: light)" srcset="docs/images/webui-splash-light.png" alt="Locust UI start test" height="100" width="200"/>
67
+ <source media="(prefers-color-scheme: dark)" srcset="docs/images/webui-splash-dark.png" alt="Locust UI start test" height="100" width="200"/>
68
+ <img src="docs/images/webui-splash-light.png" alt="Locust UI start test" height="100" width="200"/>
69
+ </picture>
51
70
 
52
71
  #### Can test any system
53
72
 
@@ -14,7 +14,7 @@ __version_tuple__: VERSION_TUPLE
14
14
  version_tuple: VERSION_TUPLE
15
15
 
16
16
 
17
- __version__ = "2.32.3.dev16"
17
+ __version__ = "2.32.3.dev20"
18
18
  version = __version__
19
- __version_tuple__ = (2, 32, 3, "dev16")
19
+ __version_tuple__ = (2, 32, 3, "dev20")
20
20
  version_tuple = __version_tuple__
@@ -2063,23 +2063,23 @@ jeepney = ">=0.6"
2063
2063
 
2064
2064
  [[package]]
2065
2065
  name = "setuptools"
2066
- version = "75.3.0"
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.8"
2069
+ python-versions = ">=3.9"
2070
2070
  files = [
2071
- {file = "setuptools-75.3.0-py3-none-any.whl", hash = "sha256:f2504966861356aa38616760c0f66568e535562374995367b4e69c7143cf6bcd"},
2072
- {file = "setuptools-75.3.0.tar.gz", hash = "sha256:fba5dd4d766e97be1b1681d98712680ae8f2f26d7881245f2ce9e40714f1a686"},
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.5.2)"]
2077
- core = ["importlib-metadata (>=6)", "importlib-resources (>=5.10.2)", "jaraco.collections", "jaraco.functools", "jaraco.text (>=3.7)", "more-itertools", "more-itertools (>=8.8)", "packaging", "packaging (>=24)", "platformdirs (>=4.2.2)", "tomli (>=2.0.1)", "wheel (>=0.43.0)"]
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 (>=23.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.*)", "pytest-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 = "7137a38a84b757ae57363ab53d455398052fbdbd3cb7e5ba3e7be628ae307bfe"
2534
+ content-hash = "ba7e8cecda976565bb1984a5c80af8912a673193a3ee45512ba8bcf76701676b"
@@ -5,7 +5,7 @@ build-backend = "poetry_dynamic_versioning.backend"
5
5
  [tool.poetry]
6
6
  name = "locust"
7
7
  description = "Developer-friendly load testing framework"
8
- version = "2.32.3.dev16"
8
+ version = "2.32.3.dev20"
9
9
  license = "MIT"
10
10
  readme = "README.md"
11
11
  authors = ["Jonatan Heyman", "Lars Holmberg"]
@@ -133,6 +133,7 @@ psutil = ">=5.9.1"
133
133
  Flask-Login = ">=0.6.3"
134
134
  Flask-Cors = ">=3.0.10"
135
135
  pywin32 = { version = "*", markers = "sys_platform == 'win32'" }
136
+ setuptools = ">=65.5.1"
136
137
 
137
138
  [tool.poetry.group.dev]
138
139
  optional = true
File without changes