https://github.com/ndustrialio/contxt-sdk-python
https://github.com/ndustrialio/contxt-sdk-python
library
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ndustrialio/contxt-sdk-python
- Owner: ndustrialio
- License: isc
- Created: 2018-11-21T11:40:38.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T19:36:54.000Z (over 2 years ago)
- Last Synced: 2024-03-24T14:02:09.794Z (over 2 years ago)
- Topics: library
- Language: Python
- Homepage: https://ndustrialio.github.io/contxt-sdk-python
- Size: 6.55 MB
- Stars: 3
- Watchers: 11
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Contxt Python SDK
_the Python SDK for Contxt_
[](https://github.com/ndustrialio/contxt-sdk-python/actions?query=workflow%3ACI)
[](https://pypi.org/project/contxt-sdk/)

## 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 .
## Contributing
Please refer to [CONTRIBUTING.md](CONTRIBUTING.md).