Metadata-Version: 2.3
Name: locust-cloud
Version: 1.2.6
Summary: Locust Cloud
Project-URL: Homepage, https://locust.cloud
Requires-Python: >=3.11
Requires-Dist: blessed==1.20.0
Requires-Dist: boto3==1.34.125
Requires-Dist: botocore==1.34.125
Requires-Dist: cachetools==5.3.3
Requires-Dist: certifi==2024.6.2
Requires-Dist: chalice==1.31.1
Requires-Dist: chardet==5.2.0
Requires-Dist: charset-normalizer==3.3.2
Requires-Dist: click==8.1.7
Requires-Dist: colorama==0.4.6
Requires-Dist: distlib==0.3.8
Requires-Dist: filelock==3.15.1
Requires-Dist: google-auth==2.29.0
Requires-Dist: idna==3.7
Requires-Dist: inquirer==2.10.1
Requires-Dist: jmespath==1.0.1
Requires-Dist: kubernetes==29.0.0
Requires-Dist: locust>=2.31.6
Requires-Dist: oauthlib==3.2.2
Requires-Dist: packaging==24.1
Requires-Dist: platformdirs==4.2.2
Requires-Dist: pluggy==1.5.0
Requires-Dist: psycopg[binary,pool]>=3.2.1
Requires-Dist: pyasn1-modules==0.4.0
Requires-Dist: pyasn1==0.6.0
Requires-Dist: pyjwt>=2.0
Requires-Dist: pyproject-api==1.6.1
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: python-editor==1.0.4
Requires-Dist: pyyaml==6.0.1
Requires-Dist: readchar==4.1.0
Requires-Dist: requests-oauthlib==2.0.0
Requires-Dist: requests==2.32.3
Requires-Dist: rsa==4.9
Requires-Dist: s3transfer==0.10.1
Requires-Dist: six==1.16.0
Requires-Dist: typing-extensions==4.12.2
Requires-Dist: urllib3==2.2.1
Requires-Dist: virtualenv==20.26.2
Requires-Dist: wcwidth==0.2.13
Requires-Dist: websocket-client==1.8.0
Description-Content-Type: text/markdown

# Locust Cloud

Locust cloud allows for customers to deploy their load runners from the CLI. To find out more about Locust Cloud and becoming a customer, visit locust.cloud.

### API

Customers of Locust Cloud will receive a login with a username and password.
The login may be passed to the locust-cloud script as arguments, along with the locust file you wish to deploy:
```
locust-cloud --username user --password password -f locustfile.py
```

Optionally a requirements file may be provided, telling locust cloud to install additional python packages that may be required by your locust file:
```
locust-cloud --username user --password password -f locustfile.py --requirements requirements.txt
```
