locust 2.45.1.dev35__tar.gz → 2.46.1__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.
- {locust-2.45.1.dev35 → locust-2.46.1}/PKG-INFO +3 -5
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/_version.py +2 -2
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/argument_parser.py +1 -5
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/clients.py +1 -6
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/contrib/fasthttp.py +1 -7
- locust-2.45.1.dev35/locust/webui/dist/assets/src-Dp7tVuCN.js → locust-2.46.1/locust/webui/dist/assets/src-pSlzKFX1.js +1 -1
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/webui/dist/auth.html +1 -1
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/webui/dist/index.html +1 -1
- {locust-2.45.1.dev35 → locust-2.46.1}/pyproject.toml +9 -7
- {locust-2.45.1.dev35 → locust-2.46.1}/.gitignore +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/LICENSE +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/README.md +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/hatch_build.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/__init__.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/__main__.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/contrib/__init__.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/contrib/csv_request_logger.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/contrib/dns.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/contrib/milvus.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/contrib/mongodb.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/contrib/mqtt.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/contrib/oai.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/contrib/postgres.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/contrib/qdrant.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/contrib/socketio.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/debug.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/dispatch.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/env.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/event.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/exception.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/html.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/input_events.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/log.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/main.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/opentelemetry.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/py.typed +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/rpc/__init__.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/rpc/protocol.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/rpc/zmqrpc.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/runners.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/shape.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/stats.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/user/__init__.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/user/inspectuser.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/user/markov_taskset.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/user/sequential_taskset.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/user/task.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/user/users.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/user/wait_time.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/util/__init__.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/util/cache.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/util/date.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/util/deprecation.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/util/directory.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/util/exception_handler.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/util/load_locustfile.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/util/rounding.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/util/timespan.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/util/url.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/web.py +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/webui/dist/assets/favicon-dark.png +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/webui/dist/assets/favicon-light.png +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/webui/dist/assets/graphs-dark.png +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/webui/dist/assets/graphs-light.png +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/webui/dist/assets/terminal.gif +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/webui/dist/assets/testruns-dark.png +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/webui/dist/assets/testruns-light.png +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/locust/webui/dist/report.html +0 -0
- {locust-2.45.1.dev35 → locust-2.46.1}/pytest_locust/plugin.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: locust
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.46.1
|
|
4
4
|
Summary: Developer-friendly load testing framework
|
|
5
5
|
Project-URL: homepage, https://locust.io/
|
|
6
6
|
Project-URL: repository, https://github.com/locustio/locust
|
|
@@ -16,7 +16,6 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
16
16
|
Classifier: Operating System :: OS Independent
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.13
|
|
@@ -25,12 +24,12 @@ Classifier: Programming Language :: Python :: 3.15
|
|
|
25
24
|
Classifier: Topic :: Software Development :: Testing
|
|
26
25
|
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
|
|
27
26
|
Classifier: Topic :: System :: Distributed Computing
|
|
28
|
-
Requires-Python: >=3.
|
|
27
|
+
Requires-Python: >=3.11
|
|
29
28
|
Requires-Dist: configargparse>=1.7.1
|
|
30
29
|
Requires-Dist: flask-cors>=3.0.10
|
|
31
30
|
Requires-Dist: flask-login>=0.6.3
|
|
32
31
|
Requires-Dist: flask>=2.0.0
|
|
33
|
-
Requires-Dist: gevent
|
|
32
|
+
Requires-Dist: gevent>=24.10.1
|
|
34
33
|
Requires-Dist: geventhttpclient>=2.3.1
|
|
35
34
|
Requires-Dist: msgpack>=1.0.0
|
|
36
35
|
Requires-Dist: psutil>=5.9.1
|
|
@@ -40,7 +39,6 @@ Requires-Dist: python-socketio[client]>=5.13.0
|
|
|
40
39
|
Requires-Dist: pywin32; sys_platform == 'win32'
|
|
41
40
|
Requires-Dist: pyzmq>=25.0.0
|
|
42
41
|
Requires-Dist: requests>=2.32.2
|
|
43
|
-
Requires-Dist: tomli>=1.1.0; python_version < '3.11'
|
|
44
42
|
Requires-Dist: typing-extensions>=4.6.0; python_version < '3.12'
|
|
45
43
|
Requires-Dist: werkzeug>=2.0.0
|
|
46
44
|
Provides-Extra: dns
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '2.
|
|
22
|
-
__version_tuple__ = version_tuple = (2,
|
|
21
|
+
__version__ = version = '2.46.1'
|
|
22
|
+
__version_tuple__ = version_tuple = (2, 46, 1)
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
@@ -20,14 +20,10 @@ from typing import Any, NamedTuple
|
|
|
20
20
|
from urllib.parse import urlparse
|
|
21
21
|
from uuid import uuid4
|
|
22
22
|
|
|
23
|
-
if sys.version_info >= (3, 11):
|
|
24
|
-
import tomllib
|
|
25
|
-
else:
|
|
26
|
-
import tomli as tomllib
|
|
27
|
-
|
|
28
23
|
import configargparse
|
|
29
24
|
import gevent
|
|
30
25
|
import requests
|
|
26
|
+
import tomllib
|
|
31
27
|
|
|
32
28
|
from .util.directory import get_abspaths_in
|
|
33
29
|
from .util.timespan import parse_timespan
|
|
@@ -32,15 +32,10 @@ requests_version = Version(requests.__version__).release
|
|
|
32
32
|
|
|
33
33
|
if TYPE_CHECKING:
|
|
34
34
|
from collections.abc import Callable, Generator, Iterable, Mapping, MutableMapping
|
|
35
|
-
from typing import Any, TypedDict
|
|
35
|
+
from typing import Any, TypedDict, Unpack
|
|
36
36
|
|
|
37
37
|
from requests.cookies import RequestsCookieJar
|
|
38
38
|
|
|
39
|
-
if sys.version_info >= (3, 11):
|
|
40
|
-
from typing import Unpack
|
|
41
|
-
else:
|
|
42
|
-
from typing_extensions import Unpack
|
|
43
|
-
|
|
44
39
|
# Annotations below were generated using output from mypy.
|
|
45
40
|
# Mypy underneath uses information from the https://github.com/python/typeshed repo.
|
|
46
41
|
|
|
@@ -32,14 +32,8 @@ from geventhttpclient.useragent import CompatRequest, CompatResponse, Connection
|
|
|
32
32
|
from requests.utils import get_encoding_from_headers
|
|
33
33
|
|
|
34
34
|
if TYPE_CHECKING:
|
|
35
|
-
import sys
|
|
36
35
|
from collections.abc import Callable, Generator
|
|
37
|
-
from typing import Any, TypedDict
|
|
38
|
-
|
|
39
|
-
if sys.version_info >= (3, 11):
|
|
40
|
-
from typing import Unpack
|
|
41
|
-
else:
|
|
42
|
-
from typing_extensions import Unpack
|
|
36
|
+
from typing import Any, TypedDict, Unpack
|
|
43
37
|
|
|
44
38
|
class PostKwargs(TypedDict, total=False):
|
|
45
39
|
name: str | None
|