Metadata-Version: 2.1
Name: contxt-sdk
Version: 1.0.0b14
Summary: Contxt SDK from </ndustrial.io>
Home-page: https://github.com/ndustrialio/contxt-sdk-python
License: ISC
Author: ndustrial.io
Author-email: dev@ndustrial.io
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: server
Requires-Dist: auth0-python (>=3.9,<4.0)
Requires-Dist: dataclasses (>=0.6.0,<0.7.0); python_version < "3.7"
Requires-Dist: pyjwt (>=1.7,<2.0)
Requires-Dist: python-dateutil (>=2.8,<3.0)
Requires-Dist: python-jose-cryptodome (>=1.3,<2.0); extra == "server"
Requires-Dist: pytz (>=2019.2,<2020.0)
Requires-Dist: requests (>=2.22,<3.0)
Requires-Dist: tabulate (>=0.8.3,<0.9.0)
Requires-Dist: tqdm (>=4.36,<5.0)
Project-URL: Repository, https://github.com/ndustrialio/contxt-sdk-python
Description-Content-Type: text/markdown

# Contxt Python SDK
[![build status](https://github.com/ndustrialio/contxt-sdk-python/workflows/build/badge.svg)](https://github.com/ndustrialio/contxt-sdk-python/actions)
[![pypi version](https://img.shields.io/pypi/v/contxt-sdk.svg)](https://pypi.org/project/contxt-sdk/)

## Dependencies
This project **requires** Python 3.6+.

## Installation 
To install, just use pip:
```console
$ pip install contxt-sdk
```

This also installs a CLI. To see all supported commands, run the following:
```console
$ contxt -h
```

## Documentation
* [CLI](docs/cli.md)
* [Worker](docs/worker.md)

## Contributing
Please refer to [CONTRIBUTING.md](CONTRIBUTING.md).
