# Graphiant-SDK-Python
Python SDK for [Graphiant NaaS](https://www.graphiant.com).
Refer [Graphiant-SDK-Python User Guide](https://docs.graphiant.com/docs/graphiant-sdk-python) under [Automation Section](https://docs.graphiant.com/docs/automation) in [Graphiant Docs](https://docs.graphiant.com/) for getting started instructions.
## Install
Graphiant-SDK package can be installed using pip. Refer [graphiant-sdk](https://pypi.org/project/graphiant-sdk/) package on public PyPi server.
```sh
pip install graphiant-sdk
```
## Build
Steps to build and install Graphiant-SDK package from source code.
### Prerequisites
python version 3.12+
### Create and activate python virtual environment
```sh
python3 -m venv venv
source venv/bin/activate
```
### Install dependencies
```sh
pip install --upgrade pip setuptools wheel
```
### Clone the graphiant-sdk-python repository
```sh
git clone git@github.com:Graphiant-Inc/graphiant-sdk-python.git
```
### Build graphiant-sdk distribution
```sh
cd graphiant-sdk-python
pip install -r requirements.txt
python setup.py sdist bdist_wheel
```
### Install graphiant-sdk locally
Install using the source archive:
```sh
pip install dist/*.tar.gz
```
## Generate
Steps to generate Graphiant-SDK-Python locally using Graphiant API docs.
```sh
brew install openapi-generator
```
```sh
openapi-generator generate -i graphiant_api_docs_v25.7.1.json -g python --git-user-id Graphiant-Inc --git-repo-id graphiant-sdk-python --package-name graphiant_sdk --additional-properties=packageVersion=25.7.1
```
Note: Latest version of Graphiant API docs can be downloaded from Graphiant portal under "Support Hub" > "Developer Tools".
## License
Copyright (c) 2025 Graphiant-Inc
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Raw data
{
"_id": null,
"home_page": "https://www.graphiant.com",
"name": "graphiant-sdk",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "SDK, Graphiant, NaaS",
"author": "Graphiant Inc",
"author_email": "support@graphiant.com",
"download_url": "https://files.pythonhosted.org/packages/db/72/23d055acd132ca07dbcba19d81b9fbb80d0259ae27beb1bf45b677e505af/graphiant_sdk-25.7.1.tar.gz",
"platform": null,
"description": "# Graphiant-SDK-Python\n\nPython SDK for [Graphiant NaaS](https://www.graphiant.com).\n\nRefer [Graphiant-SDK-Python User Guide](https://docs.graphiant.com/docs/graphiant-sdk-python) under [Automation Section](https://docs.graphiant.com/docs/automation) in [Graphiant Docs](https://docs.graphiant.com/) for getting started instructions.\n\n## Install\n\nGraphiant-SDK package can be installed using pip. Refer [graphiant-sdk](https://pypi.org/project/graphiant-sdk/) package on public PyPi server.\n\n```sh\npip install graphiant-sdk\n```\n\n## Build\n\nSteps to build and install Graphiant-SDK package from source code.\n\n### Prerequisites\n\npython version 3.12+\n\n### Create and activate python virtual environment\n```sh\npython3 -m venv venv\nsource venv/bin/activate\n```\n\n### Install dependencies\n```sh\npip install --upgrade pip setuptools wheel\n```\n\n### Clone the graphiant-sdk-python repository\n```sh\ngit clone git@github.com:Graphiant-Inc/graphiant-sdk-python.git\n```\n\n### Build graphiant-sdk distribution\n```sh\ncd graphiant-sdk-python\npip install -r requirements.txt\npython setup.py sdist bdist_wheel\n```\n\n### Install graphiant-sdk locally\n\nInstall using the source archive:\n\n```sh\npip install dist/*.tar.gz\n```\n\n## Generate\n\nSteps to generate Graphiant-SDK-Python locally using Graphiant API docs. \n\n```sh\nbrew install openapi-generator\n```\n\n```sh\nopenapi-generator generate -i graphiant_api_docs_v25.7.1.json -g python --git-user-id Graphiant-Inc --git-repo-id graphiant-sdk-python --package-name graphiant_sdk --additional-properties=packageVersion=25.7.1\n```\nNote: Latest version of Graphiant API docs can be downloaded from Graphiant portal under \"Support Hub\" > \"Developer Tools\".\n\n## License\n\nCopyright (c) 2025 Graphiant-Inc\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python SDK for Graphiant NaaS",
"version": "25.7.1",
"project_urls": {
"Homepage": "https://www.graphiant.com",
"Source Code": "https://github.com/Graphiant-Inc/graphiant-sdk-python"
},
"split_keywords": [
"sdk",
" graphiant",
" naas"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "c5b9bc6389053206a225f8175c1797b67a8dfde21d9b561470de5304c4104769",
"md5": "04001fe0c97c950aa38bfd37f67c10f2",
"sha256": "1a9f64f3564eaa4b9c276292b090f3fbb95b073df424718a72be98536a99c777"
},
"downloads": -1,
"filename": "graphiant_sdk-25.7.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "04001fe0c97c950aa38bfd37f67c10f2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3433812,
"upload_time": "2025-07-18T05:27:15",
"upload_time_iso_8601": "2025-07-18T05:27:15.344726Z",
"url": "https://files.pythonhosted.org/packages/c5/b9/bc6389053206a225f8175c1797b67a8dfde21d9b561470de5304c4104769/graphiant_sdk-25.7.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "db7223d055acd132ca07dbcba19d81b9fbb80d0259ae27beb1bf45b677e505af",
"md5": "f9c6b7032284da33474dc6747e580f73",
"sha256": "82a25ea742746d4ad3d6ab9d9eea31bd2892fb354fce0f97ddfdb620db71d744"
},
"downloads": -1,
"filename": "graphiant_sdk-25.7.1.tar.gz",
"has_sig": false,
"md5_digest": "f9c6b7032284da33474dc6747e580f73",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 752115,
"upload_time": "2025-07-18T05:27:16",
"upload_time_iso_8601": "2025-07-18T05:27:16.724652Z",
"url": "https://files.pythonhosted.org/packages/db/72/23d055acd132ca07dbcba19d81b9fbb80d0259ae27beb1bf45b677e505af/graphiant_sdk-25.7.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-18 05:27:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Graphiant-Inc",
"github_project": "graphiant-sdk-python",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "urllib3",
"specs": [
[
"<",
"3.0.0"
],
[
">=",
"2.1.0"
]
]
},
{
"name": "python_dateutil",
"specs": [
[
">=",
"2.8.2"
]
]
},
{
"name": "pydantic",
"specs": [
[
">=",
"2"
]
]
},
{
"name": "typing-extensions",
"specs": [
[
">=",
"4.7.1"
]
]
}
],
"tox": true,
"lcname": "graphiant-sdk"
}