locust-cloud 0.1.4__py3-none-any.whl

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.
@@ -0,0 +1,52 @@
1
+ Metadata-Version: 2.3
2
+ Name: locust-cloud
3
+ Version: 0.1.4
4
+ Summary: Add your description here
5
+ Requires-Python: >=3.11
6
+ Requires-Dist: blessed==1.20.0
7
+ Requires-Dist: boto3==1.34.125
8
+ Requires-Dist: botocore==1.34.125
9
+ Requires-Dist: cachetools==5.3.3
10
+ Requires-Dist: certifi==2024.6.2
11
+ Requires-Dist: chalice==1.31.1
12
+ Requires-Dist: chardet==5.2.0
13
+ Requires-Dist: charset-normalizer==3.3.2
14
+ Requires-Dist: click==8.1.7
15
+ Requires-Dist: colorama==0.4.6
16
+ Requires-Dist: distlib==0.3.8
17
+ Requires-Dist: filelock==3.15.1
18
+ Requires-Dist: google-auth==2.29.0
19
+ Requires-Dist: idna==3.7
20
+ Requires-Dist: inquirer==2.10.1
21
+ Requires-Dist: jmespath==1.0.1
22
+ Requires-Dist: kubernetes==29.0.0
23
+ Requires-Dist: locust==2.31.5
24
+ Requires-Dist: mypy-extensions==1.0.0
25
+ Requires-Dist: mypy==1.10.0
26
+ Requires-Dist: oauthlib==3.2.2
27
+ Requires-Dist: packaging==24.1
28
+ Requires-Dist: platformdirs==4.2.2
29
+ Requires-Dist: pluggy==1.5.0
30
+ Requires-Dist: pyasn1-modules==0.4.0
31
+ Requires-Dist: pyasn1==0.6.0
32
+ Requires-Dist: pyproject-api==1.6.1
33
+ Requires-Dist: python-dateutil==2.9.0.post0
34
+ Requires-Dist: python-editor==1.0.4
35
+ Requires-Dist: pyyaml==6.0.1
36
+ Requires-Dist: readchar==4.1.0
37
+ Requires-Dist: requests-oauthlib==2.0.0
38
+ Requires-Dist: requests==2.32.3
39
+ Requires-Dist: rsa==4.9
40
+ Requires-Dist: ruff==0.4.9
41
+ Requires-Dist: s3transfer==0.10.1
42
+ Requires-Dist: six==1.16.0
43
+ Requires-Dist: typing-extensions==4.12.2
44
+ Requires-Dist: urllib3==2.2.1
45
+ Requires-Dist: virtualenv==20.26.2
46
+ Requires-Dist: wcwidth==0.2.13
47
+ Requires-Dist: websocket-client==1.8.0
48
+ Description-Content-Type: text/markdown
49
+
50
+ # Locust Cloud
51
+
52
+ Locust cloud is a python package allowing for deploying with Locust Cloud from the CLI. The Python package leverages an AWS lambda for deployments.
@@ -0,0 +1,16 @@
1
+ locust_cloud/__init__.py,sha256=LRI7Zmz4_U0OnlyfkH8DOPhAZgKODOrrM_wOmpDdGWA,1418
2
+ locust_cloud/timescale/exporter.py,sha256=1rhDEz25YJPSfwt3oKc4zg143VBtGKVZNCkzdxwK6KA,13144
3
+ locust_cloud/webui/.eslintrc,sha256=huuuTZNwbBGkhfelEOMhLQ-tgC9OYnnX0DRYgBn83Ig,1146
4
+ locust_cloud/webui/.gitignore,sha256=i8EHIqDlVm1-Dkvf_GTZmP_Wu99GE7ABfbYzHXOU734,54
5
+ locust_cloud/webui/.prettierrc,sha256=qZpzAJPlHUQ3--NHYK8WXgc_TlIqq-eoz4pbkTKK3nk,167
6
+ locust_cloud/webui/index.html,sha256=swKEgPBhaaABcR_bLVQzWwO1BSY8VZ_rX-3owJZYYoA,489
7
+ locust_cloud/webui/package.json,sha256=44ognhAsgTXUGKR7Tx7OLl9aP9apNhhqsWgMtfDdFL0,1214
8
+ locust_cloud/webui/tsconfig.json,sha256=d1HVSXc7v2YROp30fkOWQg_rBiMvdzJRbchnl5A-q28,601
9
+ locust_cloud/webui/tsconfig.tsbuildinfo,sha256=tTQAAZRQhHz3HOg_E3TWSQHW88ls40S8B1mlzWzSevw,125927
10
+ locust_cloud/webui/vite.config.ts,sha256=cqxPMkbwEA3H9mGGbuPulQUhIHCosUqm_1usxzs3ePg,268
11
+ locust_cloud/webui/yarn.lock,sha256=sDWld12D1YHQm_qFhitzu8NcOkVA_-GoeJnD4-KsLkc,213131
12
+ locust_cloud/webui/dist/index.html,sha256=9_weYVmWJlTaOhiGkDKwmn5GCT6WgzRLHe9njo3b6iY,512
13
+ locust_cloud/webui/dist/assets/index-BeJh9ha2.js,sha256=mX6jrRu_tuhNMgqoD1GSl4euKQ0pMY3SOI1oPxbqz8k,2786336
14
+ locust_cloud-0.1.4.dist-info/METADATA,sha256=NdZo3VJCZcjDFybrzCLncG4mqAqrerhHjLF2NfSHofw,1686
15
+ locust_cloud-0.1.4.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
16
+ locust_cloud-0.1.4.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.25.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any