Metadata-Version: 2.1
Name: spell
Version: 0.46.8
Summary: Spell CLI
Home-page: https://spell.ml
Author: Spell
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
Requires-Dist: click (>=7.0)
Requires-Dist: future (>=0.14.0)
Requires-Dist: GitPython (!=3.1.20,>=3.0.0)
Requires-Dist: halo (==0.0.28)
Requires-Dist: pyaml
Requires-Dist: pycryptodomex (>=3.4.2)
Requires-Dist: python-dateutil (>=2.8.0)
Requires-Dist: requests (>=2.18)
Requires-Dist: sentry-sdk (>=0.3.1)
Requires-Dist: tabulate (>=0.4.2)
Requires-Dist: ipaddress (>=1.0.16)
Requires-Dist: packaging (>=20.4)
Requires-Dist: starlette
Requires-Dist: jinja2
Requires-Dist: cryptography (==3.3.2)
Requires-Dist: pip-chill
Requires-Dist: pywin32 (>=227) ; platform_system == "Windows"
Provides-Extra: cluster-aws
Requires-Dist: boto3 (>=1.13.0) ; extra == 'cluster-aws'
Requires-Dist: kubernetes (<21.0.0) ; extra == 'cluster-aws'
Provides-Extra: cluster-azure
Requires-Dist: azure-common (==1.1.25) ; extra == 'cluster-azure'
Requires-Dist: azure-core (==1.8.2) ; extra == 'cluster-azure'
Requires-Dist: azure-graphrbac (==0.61.1) ; extra == 'cluster-azure'
Requires-Dist: azure-identity (==1.4.1) ; extra == 'cluster-azure'
Requires-Dist: azure-mgmt-authorization (==0.61.0) ; extra == 'cluster-azure'
Requires-Dist: azure-mgmt-compute (==17.0.0) ; extra == 'cluster-azure'
Requires-Dist: azure-mgmt-core (==1.2.1) ; extra == 'cluster-azure'
Requires-Dist: azure-mgmt-network (==16.0.0) ; extra == 'cluster-azure'
Requires-Dist: azure-mgmt-resource (==15.0.0) ; extra == 'cluster-azure'
Requires-Dist: azure-mgmt-storage (==16.0.0) ; extra == 'cluster-azure'
Requires-Dist: azure-storage-blob (==12.5.0) ; extra == 'cluster-azure'
Provides-Extra: cluster-gcp
Requires-Dist: google-api-core (>=1.15.0) ; extra == 'cluster-gcp'
Requires-Dist: google-api-python-client ; extra == 'cluster-gcp'
Requires-Dist: google-cloud-storage (>=1.18.0) ; extra == 'cluster-gcp'
Requires-Dist: kubernetes (<21.0.0) ; extra == 'cluster-gcp'
Provides-Extra: dev
Requires-Dist: credstash ; extra == 'dev'
Requires-Dist: docker-compose (==1.25.4) ; extra == 'dev'
Requires-Dist: flake8 (==3.9.1) ; extra == 'dev'
Requires-Dist: black (==21.10b0) ; extra == 'dev'
Requires-Dist: mkdocs ; extra == 'dev'
Requires-Dist: sh ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: psycopg2 ; extra == 'dev'
Provides-Extra: serving
Requires-Dist: hypercorn ; extra == 'serving'
Requires-Dist: aiohttp ; extra == 'serving'
Requires-Dist: cchardet ; extra == 'serving'
Requires-Dist: prometheus-client (==0.8.0) ; extra == 'serving'
Requires-Dist: gunicorn ; extra == 'serving'
Requires-Dist: uvicorn[standard] ; extra == 'serving'
Requires-Dist: setproctitle ; extra == 'serving'
Requires-Dist: numpy ; extra == 'serving'
Provides-Extra: test
Requires-Dist: credstash ; extra == 'test'
Requires-Dist: pycryptodomex ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'
Requires-Dist: pytest-asyncio ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: sh ; extra == 'test'

# Spell Command Line Interface

This is the command line tool for interacting with [Spell](https://spell.ml).
If you do not have an account, sign up [here](https://web.spell.ml/register).

## Documentation

If it is your first time, follow the [Quickstart Guide](https://spell.ml/docs/quickstart/). Additional documentation can be found [here](https://spell.ml/docs/)

## Additional Support

Ping us on [Slack](https://chat.spell.ml) or email us at <support@spell.ml>.


