Metadata-Version: 2.4
Name: contxt-sdk
Version: 6.8.5
Summary: Contxt SDK from ndustrial
License: ISC
License-File: LICENSE
Author: ndustrial
Author-email: dev@ndustrial.io
Requires-Python: >=3.9.2,<4.0.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: crypto
Requires-Dist: auth0-python (>=4,<5)
Requires-Dist: click (>=7,<9)
Requires-Dist: cryptography (>=42.0.4) ; extra == "crypto"
Requires-Dist: pyjwt (>=2,<3)
Requires-Dist: python-slugify (>=6.1.2,<9.0.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: requests (>=2,<3)
Requires-Dist: sgqlc (>=15,<17)
Requires-Dist: tabulate
Project-URL: Repository, https://github.com/ndustrialio/contxt-sdk-python
Description-Content-Type: text/markdown

# Contxt Python SDK

_the Python SDK for Contxt_

[![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.9+-blue.svg)

## Installation

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

## CLI Usage

```sh
contxt --help
```

## Tests

```sh
docker compose up -d --wait
poetry run poe test
docker compose down
```

## Documentation

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

## Contributing

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


