locust-cloud 1.20.8.dev3__tar.gz → 1.20.8.dev4__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.20.8.dev3 → locust_cloud-1.20.8.dev4}/PKG-INFO +4 -2
- locust_cloud-1.20.8.dev4/README.md +5 -0
- locust_cloud-1.20.8.dev3/README.md +0 -3
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/.github/workflows/daily-check.yml +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/.github/workflows/tests.yml +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/.gitignore +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/.pre-commit-config.yaml +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/.vscode/extensions.json +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/.vscode/launch.json +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/.vscode/settings.json +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/LICENSE +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/locust_cloud/__init__.py +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/locust_cloud/apisession.py +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/locust_cloud/args.py +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/locust_cloud/cloud.py +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/locust_cloud/common.py +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/locust_cloud/docs/.gitignore +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/locust_cloud/docs/1-first-run.rst +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/locust_cloud/docs/2-examples.rst +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/locust_cloud/docs/images/locust-cloud-screenshot.png +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/locust_cloud/docs/locust-cloud.rst +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/locust_cloud/input_events.py +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/locust_cloud/web_login.py +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/locust_cloud/websocket.py +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/locustfile.py +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/pyproject.toml +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/testdata/extra-files/extra.txt +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/testdata/extra-package/example/__init__.py +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/testdata/extra-package/setup.py +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/tests/args_test.py +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/tests/cloud_test.py +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/tests/web_login_test.py +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/tests/websocket_test.py +0 -0
- {locust_cloud-1.20.8.dev3 → locust_cloud-1.20.8.dev4}/uv.lock +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: locust-cloud
|
3
|
-
Version: 1.20.8.
|
3
|
+
Version: 1.20.8.dev4
|
4
4
|
Summary: Locust Cloud
|
5
5
|
Project-URL: homepage, https://locust.cloud
|
6
6
|
Project-URL: repository, https://github.com/locustcloud/locust-cloud
|
@@ -16,4 +16,6 @@ Description-Content-Type: text/markdown
|
|
16
16
|
|
17
17
|
# Locust Cloud
|
18
18
|
|
19
|
-
See https://locust.cloud for general information on Locust Cloud, or https://docs.locust.cloud for usage instructions.
|
19
|
+
See https://locust.cloud for general information on Locust Cloud, or https://docs.locust.cloud for usage instructions.
|
20
|
+
|
21
|
+
If you encounter issues with the code here, contact Locust Cloud support or file an issue here https://github.com/locustio/locust/issues
|
@@ -0,0 +1,5 @@
|
|
1
|
+
# Locust Cloud
|
2
|
+
|
3
|
+
See https://locust.cloud for general information on Locust Cloud, or https://docs.locust.cloud for usage instructions.
|
4
|
+
|
5
|
+
If you encounter issues with the code here, contact Locust Cloud support or file an issue here https://github.com/locustio/locust/issues
|
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.20.8.dev3 → locust_cloud-1.20.8.dev4}/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
|