<p align="center">
<img src="https://raw.githubusercontent.com/alteia-ai/alteia-python-sdk/master/docs/images/SDK_Python.png" alt="logo" style="max-width:100%;">
<p align="center">
<a href="https://pypi.org/project/alteia/" rel="nofollow"><img src="https://img.shields.io/pypi/v/alteia.svg" alt="pypi version" style="max-width:100%;"></a>
<a href="https://pypi.org/project/alteia/" rel="nofollow"><img src="https://img.shields.io/pypi/pyversions/alteia.svg" alt="compatible python versions" style="max-width:100%;"></a>
</p>
> This SDK offers a high-level Python interface to [Alteia APIs](https://www.alteia.com).
## Installation
```bash
pip install alteia
```
**requires Python >= 3.6.1, pip >= 20.3*
## Basic usage
```python
import alteia
sdk = alteia.SDK(user="YOUR_EMAIL_ADDRESS", password="YOUR_ALTEIA_PASSWORD")
projects = sdk.projects.search()
for project in projects:
print(project.name)
# My awesome project
```
<p> </p>
## 📕 Documentation
- [Reference documentation](https://alteia.readthedocs.io/en/latest/index.html)
- [Jupyter notebook tutorials](https://github.com/alteia-ai/tutorials)
## Contributing
Package installation:
```bash
poetry install
```
(Optional) To install pre-commit hooks (and detect problems before the pipelines):
```bash
pip install pre-commit
pre-commit install
pre-commit run --all-files
pre-commit autoupdate # Optional, to update pre-commit versions
```
Raw data
{
"_id": null,
"home_page": "https://github.com/alteia-ai/alteia-python-sdk",
"name": "alteia",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0.0,>=3.6.1",
"maintainer_email": null,
"keywords": "sdk, alteia",
"author": "Alteia Backend team",
"author_email": "backend-team@alteia.com",
"download_url": "https://files.pythonhosted.org/packages/59/f5/4e8b9e86e06ff5fc0979c7c6ecbc61d1f1f46ea4a3192a5e85b79daa0427/alteia-2.14.1.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n<img src=\"https://raw.githubusercontent.com/alteia-ai/alteia-python-sdk/master/docs/images/SDK_Python.png\" alt=\"logo\" style=\"max-width:100%;\">\n\n<p align=\"center\">\n<a href=\"https://pypi.org/project/alteia/\" rel=\"nofollow\"><img src=\"https://img.shields.io/pypi/v/alteia.svg\" alt=\"pypi version\" style=\"max-width:100%;\"></a>\n<a href=\"https://pypi.org/project/alteia/\" rel=\"nofollow\"><img src=\"https://img.shields.io/pypi/pyversions/alteia.svg\" alt=\"compatible python versions\" style=\"max-width:100%;\"></a>\n</p>\n\n> This SDK offers a high-level Python interface to [Alteia APIs](https://www.alteia.com).\n\n## Installation\n\n```bash\npip install alteia\n```\n\n**requires Python >= 3.6.1, pip >= 20.3*\n\n## Basic usage\n\n```python\nimport alteia\n\nsdk = alteia.SDK(user=\"YOUR_EMAIL_ADDRESS\", password=\"YOUR_ALTEIA_PASSWORD\")\n\nprojects = sdk.projects.search()\n\nfor project in projects:\n print(project.name)\n\n# My awesome project\n```\n\n<p> </p>\n\n## \ud83d\udcd5 Documentation\n\n- [Reference documentation](https://alteia.readthedocs.io/en/latest/index.html)\n- [Jupyter notebook tutorials](https://github.com/alteia-ai/tutorials)\n\n## Contributing\n\nPackage installation:\n\n```bash\npoetry install\n```\n\n(Optional) To install pre-commit hooks (and detect problems before the pipelines):\n\n```bash\npip install pre-commit\npre-commit install\npre-commit run --all-files\npre-commit autoupdate # Optional, to update pre-commit versions\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "High-level Python interface to Alteia API",
"version": "2.14.1",
"project_urls": {
"Documentation": "https://alteia.readthedocs.io/en/latest/index.html",
"Homepage": "https://github.com/alteia-ai/alteia-python-sdk",
"Repository": "https://github.com/alteia-ai/alteia-python-sdk"
},
"split_keywords": [
"sdk",
" alteia"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "45e5ae74d0dc0dbfceac43140c32f95af5f6e47a65947933601497e00682c8d0",
"md5": "d537c5781aa1435c5888e9094dfb91c9",
"sha256": "8a150c6406933581c758b997ceec22310d313852ff387155335382e9ea69e96a"
},
"downloads": -1,
"filename": "alteia-2.14.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d537c5781aa1435c5888e9094dfb91c9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0.0,>=3.6.1",
"size": 137882,
"upload_time": "2024-11-12T14:42:51",
"upload_time_iso_8601": "2024-11-12T14:42:51.959819Z",
"url": "https://files.pythonhosted.org/packages/45/e5/ae74d0dc0dbfceac43140c32f95af5f6e47a65947933601497e00682c8d0/alteia-2.14.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "59f54e8b9e86e06ff5fc0979c7c6ecbc61d1f1f46ea4a3192a5e85b79daa0427",
"md5": "bdb55a15ba6c2b95eeb968b05c4bf9da",
"sha256": "b4b8056194e9e10501e5f6f475d02aee4564726825927df08c37a80bbb20eb03"
},
"downloads": -1,
"filename": "alteia-2.14.1.tar.gz",
"has_sig": false,
"md5_digest": "bdb55a15ba6c2b95eeb968b05c4bf9da",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0.0,>=3.6.1",
"size": 80923,
"upload_time": "2024-11-12T14:42:53",
"upload_time_iso_8601": "2024-11-12T14:42:53.131429Z",
"url": "https://files.pythonhosted.org/packages/59/f5/4e8b9e86e06ff5fc0979c7c6ecbc61d1f1f46ea4a3192a5e85b79daa0427/alteia-2.14.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-12 14:42:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "alteia-ai",
"github_project": "alteia-python-sdk",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "alteia"
}