# giza-sdk
giza-sdk is a metapackage designed to simplify the installation and management of the Giza ecosystem of packages. It bundles three primary packages essential for Giza-related development.
Packages Included:
1. [**giza-cli**](https://docs.gizatech.xyz/products/platform): A command-line interface for interacting with Giza services and tools.
2. [**giza-agents**](https://docs.gizatech.xyz/products/ai-agents): Giza Agents is a framework for trust-minimized integration of machine learning into on-chain strategy and action.
3. [**giza-datasets**](https://docs.gizatech.xyz/products/datasets):A package for managing and interacting with datasets in Giza.
## Installation
To install the giza-sdk and all included packages, run:
```bash
pip install giza-sdk
```
## Usage
Now everything is available under the name giza! Here are some examples:
```python
from giza.datasets import DatasetsLoader
from giza.cli import cli
from giza.agents import GizaAgent
```
## Uninstallation
To uninstall giza-sdk along with its dependencies, run:
```python
pip uninstall giza-sdk
```
## License
This project is licensed under the MIT License.
Raw data
{
"_id": null,
"home_page": "https://github.com/gizatechxyz/giza-sdk",
"name": "giza-sdk",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.11",
"maintainer_email": null,
"keywords": null,
"author": "Tu Nombre",
"author_email": "tuemail@example.com",
"download_url": "https://files.pythonhosted.org/packages/f1/77/86dc82e966669d567c2889f1b532b9aec10d2de4adc37d1b78f25ee6a588/giza_sdk-0.1.1.tar.gz",
"platform": null,
"description": "# giza-sdk\n\ngiza-sdk is a metapackage designed to simplify the installation and management of the Giza ecosystem of packages. It bundles three primary packages essential for Giza-related development.\n\nPackages Included:\n\n\t\n1.\t[**giza-cli**](https://docs.gizatech.xyz/products/platform): A command-line interface for interacting with Giza services and tools.\n2. [**giza-agents**](https://docs.gizatech.xyz/products/ai-agents): Giza Agents is a framework for trust-minimized integration of machine learning into on-chain strategy and action.\n3.\t[**giza-datasets**](https://docs.gizatech.xyz/products/datasets):A package for managing and interacting with datasets in Giza.\n\n\n## Installation\n\nTo install the giza-sdk and all included packages, run:\n\n```bash\npip install giza-sdk\n```\n\n## Usage\n\nNow everything is available under the name giza! Here are some examples:\n\n```python\nfrom giza.datasets import DatasetsLoader\nfrom giza.cli import cli\nfrom giza.agents import GizaAgent\n```\n\n## Uninstallation\n\nTo uninstall giza-sdk along with its dependencies, run:\n\n```python\npip uninstall giza-sdk\n```\n\n## License\n\nThis project is licensed under the MIT License.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Metapackage for installing Giza packages",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/gizatechxyz/giza-sdk",
"Repository": "https://github.com/gizatechxyz/giza-sdk"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c218e8b8e5a6f4c9c7494659cebcb0e33c3a501537c7c7b2fe6864008903b314",
"md5": "43d9177ec4d14c118bd6b1ea412cde19",
"sha256": "bf94624c7745bb6e12b094332314a5a08d026cda5d4727dc5e00fcbebfad632e"
},
"downloads": -1,
"filename": "giza_sdk-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "43d9177ec4d14c118bd6b1ea412cde19",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.11",
"size": 2515,
"upload_time": "2024-05-23T09:42:46",
"upload_time_iso_8601": "2024-05-23T09:42:46.440274Z",
"url": "https://files.pythonhosted.org/packages/c2/18/e8b8e5a6f4c9c7494659cebcb0e33c3a501537c7c7b2fe6864008903b314/giza_sdk-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f17786dc82e966669d567c2889f1b532b9aec10d2de4adc37d1b78f25ee6a588",
"md5": "49e9ca86dcf0a21c661dfe790c4e7335",
"sha256": "75a1422efb3640d19989c75d61c99a0d883f47ba69838a5cfa5000ff14192747"
},
"downloads": -1,
"filename": "giza_sdk-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "49e9ca86dcf0a21c661dfe790c4e7335",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.11",
"size": 2072,
"upload_time": "2024-05-23T09:42:47",
"upload_time_iso_8601": "2024-05-23T09:42:47.877730Z",
"url": "https://files.pythonhosted.org/packages/f1/77/86dc82e966669d567c2889f1b532b9aec10d2de4adc37d1b78f25ee6a588/giza_sdk-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-23 09:42:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gizatechxyz",
"github_project": "giza-sdk",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "giza-sdk"
}