locust-cloud 1.21.9.dev3__tar.gz → 1.21.10.dev1__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_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/PKG-INFO +2 -2
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/pyproject.toml +1 -1
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/uv.lock +4 -4
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/.github/workflows/daily-check.yml +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/.github/workflows/tests.yml +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/.gitignore +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/.pre-commit-config.yaml +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/.vscode/extensions.json +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/.vscode/launch.json +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/.vscode/settings.json +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/LICENSE +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/README.md +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/locust_cloud/__init__.py +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/locust_cloud/actions.py +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/locust_cloud/apisession.py +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/locust_cloud/args.py +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/locust_cloud/cloud.py +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/locust_cloud/common.py +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/locust_cloud/docs/.gitignore +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/locust_cloud/docs/1-first-run.rst +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/locust_cloud/docs/2-examples.rst +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/locust_cloud/docs/images/locust-cloud-screenshot.png +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/locust_cloud/docs/locust-cloud.rst +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/locust_cloud/input_events.py +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/locust_cloud/web_login.py +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/locust_cloud/websocket.py +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/locustfile.py +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/testdata/extra-files/extra.txt +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/testdata/extra-package/example/__init__.py +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/testdata/extra-package/setup.py +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/testdata/requirements.txt +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/tests/args_test.py +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/tests/cloud_test.py +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/tests/web_login_test.py +0 -0
- {locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/tests/websocket_test.py +0 -0
@@ -1,13 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: locust-cloud
|
3
|
-
Version: 1.21.
|
3
|
+
Version: 1.21.10.dev1
|
4
4
|
Summary: Locust Cloud
|
5
5
|
Project-URL: homepage, https://locust.cloud
|
6
6
|
Project-URL: repository, https://github.com/locustcloud/locust-cloud
|
7
7
|
License: MIT
|
8
8
|
License-File: LICENSE
|
9
9
|
Requires-Python: >=3.10
|
10
|
-
Requires-Dist: configargparse>=1.
|
10
|
+
Requires-Dist: configargparse>=1.7.1
|
11
11
|
Requires-Dist: gevent<25.0.0,>=24.10.1
|
12
12
|
Requires-Dist: platformdirs<5.0.0,>=4.3.6
|
13
13
|
Requires-Dist: python-socketio[client]==5.13.0
|
@@ -157,11 +157,11 @@ wheels = [
|
|
157
157
|
|
158
158
|
[[package]]
|
159
159
|
name = "configargparse"
|
160
|
-
version = "1.7"
|
160
|
+
version = "1.7.1"
|
161
161
|
source = { registry = "https://pypi.org/simple" }
|
162
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
162
|
+
sdist = { url = "https://files.pythonhosted.org/packages/85/4d/6c9ef746dfcc2a32e26f3860bb4a011c008c392b83eabdfb598d1a8bbe5d/configargparse-1.7.1.tar.gz", hash = "sha256:79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9", size = 43958, upload-time = "2025-05-23T14:26:17.369Z" }
|
163
163
|
wheels = [
|
164
|
-
{ url = "https://files.pythonhosted.org/packages/
|
164
|
+
{ url = "https://files.pythonhosted.org/packages/31/28/d28211d29bcc3620b1fece85a65ce5bb22f18670a03cd28ea4b75ede270c/configargparse-1.7.1-py3-none-any.whl", hash = "sha256:8b586a31f9d873abd1ca527ffbe58863c99f36d896e2829779803125e83be4b6", size = 25607, upload-time = "2025-05-23T14:26:15.923Z" },
|
165
165
|
]
|
166
166
|
|
167
167
|
[[package]]
|
@@ -375,7 +375,7 @@ dev = [
|
|
375
375
|
|
376
376
|
[package.metadata]
|
377
377
|
requires-dist = [
|
378
|
-
{ name = "configargparse", specifier = ">=1.
|
378
|
+
{ name = "configargparse", specifier = ">=1.7.1" },
|
379
379
|
{ name = "gevent", specifier = ">=24.10.1,<25.0.0" },
|
380
380
|
{ name = "platformdirs", specifier = ">=4.3.6,<5.0.0" },
|
381
381
|
{ name = "python-socketio", extras = ["client"], specifier = "==5.13.0" },
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{locust_cloud-1.21.9.dev3 → locust_cloud-1.21.10.dev1}/testdata/extra-package/example/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|