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
# Gokite - Kite SDK for Python
A Python SDK for interacting with the Kite Network, enabling AI agents to perform identity management, wallet operations, and on-chain payments.
## Installation
```bash
pip install gokite
```
## Usage
See usage examples at [/examples](/examples).
Raw data
{
"_id": null,
"home_page": null,
"name": "gokite",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "gokite, client, cloud, AI, blockchain, infrastructure",
"author": "GoKite Labs",
"author_email": "support@gokite.ai",
"download_url": null,
"platform": null,
"description": "Python SDK for GoKite AI.\n\n# Development\n## Setup\n### Install locally\n1. Clone the repository.\n2. Create a virtual environment and install the package.\n```bash\npython3 -m venv .venv\nsource .venv/bin/activate\npip install -e .\n```\n### Run the Client\nTry run the client.\n```sh\ngokite --help\n```\n\n## CICD\n1. 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\n2. make sure some tests are added in the folder, cicd will run checks and test automatically\n3. if all tests passes, the version will be automatically boost and submit a newer version to PyPi\n4. If you want to include the comment in CHANGELOG.md, in Pull request, add ##Changelog in the comment\n\n# Gokite - Kite SDK for Python\n\nA Python SDK for interacting with the Kite Network, enabling AI agents to perform identity management, wallet operations, and on-chain payments.\n\n## Installation\n\n```bash\npip install gokite\n```\n## Usage\nSee usage examples at [/examples](/examples).\n",
"bugtrack_url": null,
"license": null,
"summary": "Python SDK for GoKite AI",
"version": "0.0.12",
"project_urls": {
"Homepage": "https://gokite.ai",
"Source": "https://github.com/gokite-ai/gokite-sdk-python"
},
"split_keywords": [
"gokite",
" client",
" cloud",
" ai",
" blockchain",
" infrastructure"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fa4ca6c6e88ea32a720ce3e4a7a6e8845cee6e9d5554fa4243d3c9287de0f378",
"md5": "c0e59d7f16e2ed11654121a3edcb6429",
"sha256": "c2bac2d79d3507bf6a514376b0724943193ec5df6c6df8a9af082926a348ed6c"
},
"downloads": -1,
"filename": "gokite-0.0.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c0e59d7f16e2ed11654121a3edcb6429",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 9713,
"upload_time": "2025-07-10T14:36:09",
"upload_time_iso_8601": "2025-07-10T14:36:09.945305Z",
"url": "https://files.pythonhosted.org/packages/fa/4c/a6c6e88ea32a720ce3e4a7a6e8845cee6e9d5554fa4243d3c9287de0f378/gokite-0.0.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-10 14:36:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gokite-ai",
"github_project": "gokite-sdk-python",
"github_not_found": true,
"lcname": "gokite"
}