Metadata-Version: 2.1
Name: gokite
Version: 0.0.2
Summary: Python SDK for GoKite AI
Author: GoKite Labs
Author-email: support@gokite.ai
Project-URL: Homepage, https://gokite.ai
Project-URL: Source, https://github.com/gokite-ai/gokite-sdk-python
Keywords: gokite,client,cloud,AI,blockchain,infrastructure
Classifier: Topic :: System :: Distributed Computing
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: typer

Python SDK for GoKite AI.

# Development
## Setup
### Install locally
1. Clone the repository.
2. Create a virtual environment and install the package.
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
```
### Run the Client
Try run the client.
```sh
gokite --help
```

## CICD
1. the cicd is integrated with python 3.8 to 3.12 and on Ubuntu, MacOS and windows. make sure your PR passed all checks on all environment
2. make sure some tests are added in the folder, cicd will run checks and test automatically
3. if all tests passes, the version will be automatically boost and submit a newer version to PyPi
4. If you want to include the comment in CHANGELOG.md, in Pull request, add ##Changelog in the comment
