locust-cloud 1.27.3.dev1__tar.gz → 1.27.3.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.
Potentially problematic release.
This version of locust-cloud might be problematic. Click here for more details.
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/PKG-INFO +2 -2
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/pyproject.toml +2 -2
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/uv.lock +28 -27
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/.github/workflows/daily-check.yml +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/.github/workflows/tests.yml +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/.gitignore +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/.pre-commit-config.yaml +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/.vscode/extensions.json +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/.vscode/launch.json +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/.vscode/settings.json +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/LICENSE +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/README.md +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/locust_cloud/__init__.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/locust_cloud/apisession.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/locust_cloud/args.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/locust_cloud/common.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/locust_cloud/docs/.gitignore +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/locust_cloud/docs/1-first-run.rst +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/locust_cloud/docs/2-examples.rst +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/locust_cloud/docs/images/locust-cloud-screenshot.png +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/locust_cloud/docs/locust-cloud.rst +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/locust_cloud/import_finder.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/locust_cloud/input_events.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/locust_cloud/web_login.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/locust_cloud/websocket.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/locustfile.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/testdata/autodetected.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/testdata/extra-files/extra.txt +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/testdata/extra-package/example/__init__.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/testdata/extra-package/setup.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/testdata/requirements.txt +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/tests/args_test.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/tests/browser_tests.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/tests/cloud_test.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/tests/import_finder_test.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/tests/web_login_test.py +0 -0
- {locust_cloud-1.27.3.dev1 → locust_cloud-1.27.3.dev4}/tests/websocket_test.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: locust-cloud
|
|
3
|
-
Version: 1.27.3.
|
|
3
|
+
Version: 1.27.3.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
|
|
@@ -11,7 +11,7 @@ Requires-Dist: configargparse>=1.7.1
|
|
|
11
11
|
Requires-Dist: gevent<26.0.0,>=24.10.1
|
|
12
12
|
Requires-Dist: platformdirs<5.0.0,>=4.3.6
|
|
13
13
|
Requires-Dist: python-engineio>=4.12.2
|
|
14
|
-
Requires-Dist: python-socketio[client]
|
|
14
|
+
Requires-Dist: python-socketio[client]<6.0.0,>=5.14.1
|
|
15
15
|
Requires-Dist: tomli>=1.1.0; python_version < '3.11'
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
|
|
@@ -10,7 +10,7 @@ dependencies = [
|
|
|
10
10
|
"tomli>=1.1.0; python_version < '3.11'",
|
|
11
11
|
"gevent>=24.10.1,<26.0.0",
|
|
12
12
|
"platformdirs>=4.3.6,<5.0.0",
|
|
13
|
-
"python-socketio[client]
|
|
13
|
+
"python-socketio[client]>=5.14.1,<6.0.0",
|
|
14
14
|
"python-engineio>=4.12.2",
|
|
15
15
|
]
|
|
16
16
|
|
|
@@ -46,7 +46,7 @@ ignore-variadic-names = true
|
|
|
46
46
|
|
|
47
47
|
[dependency-groups]
|
|
48
48
|
dev = [
|
|
49
|
-
"ruff==0.
|
|
49
|
+
"ruff==0.13.1",
|
|
50
50
|
"pyright==1.1.393",
|
|
51
51
|
"types-boto3>=1.0.2",
|
|
52
52
|
"pytest==8.3.4",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
version = 1
|
|
2
|
-
revision =
|
|
2
|
+
revision = 3
|
|
3
3
|
requires-python = ">=3.10"
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
@@ -385,7 +385,7 @@ requires-dist = [
|
|
|
385
385
|
{ name = "gevent", specifier = ">=24.10.1,<26.0.0" },
|
|
386
386
|
{ name = "platformdirs", specifier = ">=4.3.6,<5.0.0" },
|
|
387
387
|
{ name = "python-engineio", specifier = ">=4.12.2" },
|
|
388
|
-
{ name = "python-socketio", extras = ["client"], specifier = "
|
|
388
|
+
{ name = "python-socketio", extras = ["client"], specifier = ">=5.14.1,<6.0.0" },
|
|
389
389
|
{ name = "tomli", marker = "python_full_version < '3.11'", specifier = ">=1.1.0" },
|
|
390
390
|
]
|
|
391
391
|
|
|
@@ -398,7 +398,7 @@ dev = [
|
|
|
398
398
|
{ name = "pyright", specifier = "==1.1.393" },
|
|
399
399
|
{ name = "pytest", specifier = "==8.3.4" },
|
|
400
400
|
{ name = "requests-mock", specifier = "==1.12.1" },
|
|
401
|
-
{ name = "ruff", specifier = "==0.
|
|
401
|
+
{ name = "ruff", specifier = "==0.13.1" },
|
|
402
402
|
{ name = "types-beautifulsoup4", specifier = ">=4.12.0.20241020" },
|
|
403
403
|
{ name = "types-boto3", specifier = ">=1.0.2" },
|
|
404
404
|
{ name = "types-requests", specifier = ">=2.32.0.20241016" },
|
|
@@ -582,15 +582,15 @@ wheels = [
|
|
|
582
582
|
|
|
583
583
|
[[package]]
|
|
584
584
|
name = "python-socketio"
|
|
585
|
-
version = "5.
|
|
585
|
+
version = "5.14.1"
|
|
586
586
|
source = { registry = "https://pypi.org/simple" }
|
|
587
587
|
dependencies = [
|
|
588
588
|
{ name = "bidict" },
|
|
589
589
|
{ name = "python-engineio" },
|
|
590
590
|
]
|
|
591
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
591
|
+
sdist = { url = "https://files.pythonhosted.org/packages/05/c2/a9ae3d0eb4488748a2d9c15defddb7277a852234e29e50c73136834dff1b/python_socketio-5.14.1.tar.gz", hash = "sha256:bf49657073b90ee09e4cbd6651044b46bb526694276621e807a1b8fcc0c1b25b", size = 123068, upload-time = "2025-10-02T18:44:54.467Z" }
|
|
592
592
|
wheels = [
|
|
593
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
593
|
+
{ url = "https://files.pythonhosted.org/packages/d5/5e/302c3499a134a52b68e4e6fb345cea52ab1c41460949bcdb09f8bd0e3594/python_socketio-5.14.1-py3-none-any.whl", hash = "sha256:3419f5917f0e3942317836a77146cb4caa23ad804c8fd1a7e3f44a6657a8406e", size = 78496, upload-time = "2025-10-02T18:44:52.649Z" },
|
|
594
594
|
]
|
|
595
595
|
|
|
596
596
|
[package.optional-dependencies]
|
|
@@ -628,27 +628,28 @@ wheels = [
|
|
|
628
628
|
|
|
629
629
|
[[package]]
|
|
630
630
|
name = "ruff"
|
|
631
|
-
version = "0.
|
|
632
|
-
source = { registry = "https://pypi.org/simple" }
|
|
633
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
634
|
-
wheels = [
|
|
635
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
636
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
637
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
638
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
639
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
640
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
641
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
642
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
643
|
-
{ url = "https://files.pythonhosted.org/packages/3b/
|
|
644
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
645
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
646
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
647
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
648
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
649
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
650
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
651
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
631
|
+
version = "0.13.1"
|
|
632
|
+
source = { registry = "https://pypi.org/simple" }
|
|
633
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ab/33/c8e89216845615d14d2d42ba2bee404e7206a8db782f33400754f3799f05/ruff-0.13.1.tar.gz", hash = "sha256:88074c3849087f153d4bb22e92243ad4c1b366d7055f98726bc19aa08dc12d51", size = 5397987, upload-time = "2025-09-18T19:52:44.33Z" }
|
|
634
|
+
wheels = [
|
|
635
|
+
{ url = "https://files.pythonhosted.org/packages/f3/41/ca37e340938f45cfb8557a97a5c347e718ef34702546b174e5300dbb1f28/ruff-0.13.1-py3-none-linux_armv6l.whl", hash = "sha256:b2abff595cc3cbfa55e509d89439b5a09a6ee3c252d92020bd2de240836cf45b", size = 12304308, upload-time = "2025-09-18T19:51:56.253Z" },
|
|
636
|
+
{ url = "https://files.pythonhosted.org/packages/ff/84/ba378ef4129415066c3e1c80d84e539a0d52feb250685091f874804f28af/ruff-0.13.1-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:4ee9f4249bf7f8bb3984c41bfaf6a658162cdb1b22e3103eabc7dd1dc5579334", size = 12937258, upload-time = "2025-09-18T19:52:00.184Z" },
|
|
637
|
+
{ url = "https://files.pythonhosted.org/packages/8d/b6/ec5e4559ae0ad955515c176910d6d7c93edcbc0ed1a3195a41179c58431d/ruff-0.13.1-py3-none-macosx_11_0_arm64.whl", hash = "sha256:5c5da4af5f6418c07d75e6f3224e08147441f5d1eac2e6ce10dcce5e616a3bae", size = 12214554, upload-time = "2025-09-18T19:52:02.753Z" },
|
|
638
|
+
{ url = "https://files.pythonhosted.org/packages/70/d6/cb3e3b4f03b9b0c4d4d8f06126d34b3394f6b4d764912fe80a1300696ef6/ruff-0.13.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:80524f84a01355a59a93cef98d804e2137639823bcee2931f5028e71134a954e", size = 12448181, upload-time = "2025-09-18T19:52:05.279Z" },
|
|
639
|
+
{ url = "https://files.pythonhosted.org/packages/d2/ea/bf60cb46d7ade706a246cd3fb99e4cfe854efa3dfbe530d049c684da24ff/ruff-0.13.1-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ff7f5ce8d7988767dd46a148192a14d0f48d1baea733f055d9064875c7d50389", size = 12104599, upload-time = "2025-09-18T19:52:07.497Z" },
|
|
640
|
+
{ url = "https://files.pythonhosted.org/packages/2d/3e/05f72f4c3d3a69e65d55a13e1dd1ade76c106d8546e7e54501d31f1dc54a/ruff-0.13.1-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c55d84715061f8b05469cdc9a446aa6c7294cd4bd55e86a89e572dba14374f8c", size = 13791178, upload-time = "2025-09-18T19:52:10.189Z" },
|
|
641
|
+
{ url = "https://files.pythonhosted.org/packages/81/e7/01b1fc403dd45d6cfe600725270ecc6a8f8a48a55bc6521ad820ed3ceaf8/ruff-0.13.1-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:ac57fed932d90fa1624c946dc67a0a3388d65a7edc7d2d8e4ca7bddaa789b3b0", size = 14814474, upload-time = "2025-09-18T19:52:12.866Z" },
|
|
642
|
+
{ url = "https://files.pythonhosted.org/packages/fa/92/d9e183d4ed6185a8df2ce9faa3f22e80e95b5f88d9cc3d86a6d94331da3f/ruff-0.13.1-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c366a71d5b4f41f86a008694f7a0d75fe409ec298685ff72dc882f882d532e36", size = 14217531, upload-time = "2025-09-18T19:52:15.245Z" },
|
|
643
|
+
{ url = "https://files.pythonhosted.org/packages/3b/4a/6ddb1b11d60888be224d721e01bdd2d81faaf1720592858ab8bac3600466/ruff-0.13.1-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f4ea9d1b5ad3e7a83ee8ebb1229c33e5fe771e833d6d3dcfca7b77d95b060d38", size = 13265267, upload-time = "2025-09-18T19:52:17.649Z" },
|
|
644
|
+
{ url = "https://files.pythonhosted.org/packages/81/98/3f1d18a8d9ea33ef2ad508f0417fcb182c99b23258ec5e53d15db8289809/ruff-0.13.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b0f70202996055b555d3d74b626406476cc692f37b13bac8828acff058c9966a", size = 13243120, upload-time = "2025-09-18T19:52:20.332Z" },
|
|
645
|
+
{ url = "https://files.pythonhosted.org/packages/8d/86/b6ce62ce9c12765fa6c65078d1938d2490b2b1d9273d0de384952b43c490/ruff-0.13.1-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:f8cff7a105dad631085d9505b491db33848007d6b487c3c1979dd8d9b2963783", size = 13443084, upload-time = "2025-09-18T19:52:23.032Z" },
|
|
646
|
+
{ url = "https://files.pythonhosted.org/packages/a1/6e/af7943466a41338d04503fb5a81b2fd07251bd272f546622e5b1599a7976/ruff-0.13.1-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:9761e84255443316a258dd7dfbd9bfb59c756e52237ed42494917b2577697c6a", size = 12295105, upload-time = "2025-09-18T19:52:25.263Z" },
|
|
647
|
+
{ url = "https://files.pythonhosted.org/packages/3f/97/0249b9a24f0f3ebd12f007e81c87cec6d311de566885e9309fcbac5b24cc/ruff-0.13.1-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:3d376a88c3102ef228b102211ef4a6d13df330cb0f5ca56fdac04ccec2a99700", size = 12072284, upload-time = "2025-09-18T19:52:27.478Z" },
|
|
648
|
+
{ url = "https://files.pythonhosted.org/packages/f6/85/0b64693b2c99d62ae65236ef74508ba39c3febd01466ef7f354885e5050c/ruff-0.13.1-py3-none-musllinux_1_2_i686.whl", hash = "sha256:cbefd60082b517a82c6ec8836989775ac05f8991715d228b3c1d86ccc7df7dae", size = 12970314, upload-time = "2025-09-18T19:52:30.212Z" },
|
|
649
|
+
{ url = "https://files.pythonhosted.org/packages/96/fc/342e9f28179915d28b3747b7654f932ca472afbf7090fc0c4011e802f494/ruff-0.13.1-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:dd16b9a5a499fe73f3c2ef09a7885cb1d97058614d601809d37c422ed1525317", size = 13422360, upload-time = "2025-09-18T19:52:32.676Z" },
|
|
650
|
+
{ url = "https://files.pythonhosted.org/packages/37/54/6177a0dc10bce6f43e392a2192e6018755473283d0cf43cc7e6afc182aea/ruff-0.13.1-py3-none-win32.whl", hash = "sha256:55e9efa692d7cb18580279f1fbb525146adc401f40735edf0aaeabd93099f9a0", size = 12178448, upload-time = "2025-09-18T19:52:35.545Z" },
|
|
651
|
+
{ url = "https://files.pythonhosted.org/packages/64/51/c6a3a33d9938007b8bdc8ca852ecc8d810a407fb513ab08e34af12dc7c24/ruff-0.13.1-py3-none-win_amd64.whl", hash = "sha256:3a3fb595287ee556de947183489f636b9f76a72f0fa9c028bdcabf5bab2cc5e5", size = 13286458, upload-time = "2025-09-18T19:52:38.198Z" },
|
|
652
|
+
{ url = "https://files.pythonhosted.org/packages/fd/04/afc078a12cf68592345b1e2d6ecdff837d286bac023d7a22c54c7a698c5b/ruff-0.13.1-py3-none-win_arm64.whl", hash = "sha256:c0bae9ffd92d54e03c2bf266f466da0a65e145f298ee5b5846ed435f6a00518a", size = 12437893, upload-time = "2025-09-18T19:52:41.283Z" },
|
|
652
653
|
]
|
|
653
654
|
|
|
654
655
|
[[package]]
|
|
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.27.3.dev1 → locust_cloud-1.27.3.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
|
|
File without changes
|
|
File without changes
|