Metadata-Version: 2.1
Name: contxt-sdk
Version: 5.0.0
Summary: Contxt SDK from ndustrial
Home-page: https://github.com/ndustrialio/contxt-sdk-python
License: ISC
Author: ndustrial
Author-email: dev@ndustrial.io
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: crypto
Requires-Dist: auth0-python (>=3,<4)
Requires-Dist: click (>=7,<9)
Requires-Dist: cryptography (>=1.4); extra == "crypto"
Requires-Dist: pyjwt (>=1,<2)
Requires-Dist: pyyaml (>=5,<7)
Requires-Dist: requests (>=2,<3)
Requires-Dist: sgqlc (>=15.0,<16.0)
Requires-Dist: tabulate
Project-URL: Repository, https://github.com/ndustrialio/contxt-sdk-python
Description-Content-Type: text/markdown

# Contxt Python SDK

[![CI](https://github.com/ndustrialio/contxt-sdk-python/workflows/CI/badge.svg)](https://github.com/ndustrialio/contxt-sdk-python/actions?query=workflow%3ACI)
[![pypi version](https://img.shields.io/pypi/v/contxt-sdk.svg)](https://pypi.org/project/contxt-sdk/)
![python](https://img.shields.io/badge/python-3.7+-blue.svg)

## Installation

```sh
pip install contxt-sdk
```

## CLI Usage

```sh
contxt --help
```

## Documentation

Please refer to <https://ndustrialio.github.io/contxt-sdk-python>.

## Contributing

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

