Name | nuclia JSON |
Version |
4.9.8
JSON |
| download |
home_page | None |
Summary | Nuclia Python SDK |
upload_time | 2025-08-29 14:14:26 |
maintainer | None |
docs_url | None |
author | None |
requires_python | <4,>=3.9 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
# Nuclia Python Client
In order to install
```bash
pip install nuclia
```
## Authentication
### Nuclia
You can login with your Nuclia user [How to sign-up](https://nuclia.cloud/user/signup) via
```bash
nuclia auth login
```
### Nuclia Knowledgebox
You can login to a specific knowledgebox if you have a Service Token (How to get a Service Token) or your NucliaDB is [deployed on-premise](https://docs.nuclia.dev/docs/nucliadb/deploy)
```bash
nuclia auth kb --url KB_URL --token SERVICE_TOKEN
```
KB_URL its the url of the Knowledge Box. On the cloud service you can retrieve it on the dashboard. On the on-premise/community deployment its the url mapped to it.
### Nuclia Understanding API
You can login with a Nuclia Understanding API key to process files, predict and train using our system
```bash
nuclia auth nua --key ZZZZ
```
## Documentation
You can find the documentation [here](https://github.com/nuclia/nuclia.py/tree/main/docs/01-README.md)
Raw data
{
"_id": null,
"home_page": null,
"name": "nuclia",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Nuclia <info@nuclia.com>",
"download_url": "https://files.pythonhosted.org/packages/65/50/6b3a241e3af6bf7bb8e51bbba347505df8d42eb4d482718a84662bb633f4/nuclia-4.9.8.tar.gz",
"platform": null,
"description": "# Nuclia Python Client\n\nIn order to install\n\n```bash\npip install nuclia\n```\n\n## Authentication\n\n### Nuclia\n\nYou can login with your Nuclia user [How to sign-up](https://nuclia.cloud/user/signup) via\n\n```bash\nnuclia auth login\n```\n\n### Nuclia Knowledgebox\n\nYou can login to a specific knowledgebox if you have a Service Token (How to get a Service Token) or your NucliaDB is [deployed on-premise](https://docs.nuclia.dev/docs/nucliadb/deploy)\n\n```bash\nnuclia auth kb --url KB_URL --token SERVICE_TOKEN\n```\n\nKB_URL its the url of the Knowledge Box. On the cloud service you can retrieve it on the dashboard. On the on-premise/community deployment its the url mapped to it.\n\n### Nuclia Understanding API\n\nYou can login with a Nuclia Understanding API key to process files, predict and train using our system\n\n```bash\nnuclia auth nua --key ZZZZ\n```\n\n## Documentation\n\nYou can find the documentation [here](https://github.com/nuclia/nuclia.py/tree/main/docs/01-README.md)\n",
"bugtrack_url": null,
"license": null,
"summary": "Nuclia Python SDK",
"version": "4.9.8",
"project_urls": {
"Homepage": "https://nuclia.com",
"Repository": "https://github.com/nuclia/nuclia.py",
"Slack": "https://join.slack.com/t/nuclia-community/shared_invite/zt-2ldfznncw-LW6GJjOicdEA18kgI~95Xw"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "7f34308fa3f7eb4b1a13237ed0f7686e2d7cca4d0ae4535260b67cee40855b2c",
"md5": "c244e220b6128a8163d1abfe9dd9011e",
"sha256": "fdba05f35acb7336f12df33fb39ab81eb1e973197d0edb9d1eab27537b01938e"
},
"downloads": -1,
"filename": "nuclia-4.9.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c244e220b6128a8163d1abfe9dd9011e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.9",
"size": 77980,
"upload_time": "2025-08-29T14:14:24",
"upload_time_iso_8601": "2025-08-29T14:14:24.646716Z",
"url": "https://files.pythonhosted.org/packages/7f/34/308fa3f7eb4b1a13237ed0f7686e2d7cca4d0ae4535260b67cee40855b2c/nuclia-4.9.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "65506b3a241e3af6bf7bb8e51bbba347505df8d42eb4d482718a84662bb633f4",
"md5": "4d65fe5b7715b4ede2e147ecd2db60fa",
"sha256": "7908a8f459965a5ac33fd15084062ba8d3a648e5020be2bbe6029c6e45a1f99f"
},
"downloads": -1,
"filename": "nuclia-4.9.8.tar.gz",
"has_sig": false,
"md5_digest": "4d65fe5b7715b4ede2e147ecd2db60fa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9",
"size": 274989,
"upload_time": "2025-08-29T14:14:26",
"upload_time_iso_8601": "2025-08-29T14:14:26.143534Z",
"url": "https://files.pythonhosted.org/packages/65/50/6b3a241e3af6bf7bb8e51bbba347505df8d42eb4d482718a84662bb633f4/nuclia-4.9.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-29 14:14:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nuclia",
"github_project": "nuclia.py",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "nuclia"
}