High-level Python interface to Alteia API
Project description
This SDK offers a high-level Python interface to Alteia APIs.
Installation
pip install alteia
*requires Python >= 3.6.1, pip >= 20.3
Basic usage
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
📕 Documentation
Contributing
Package installation:
poetry install
(Optional) To install pre-commit hooks (and detect problems before the pipelines):
pip install pre-commit
pre-commit install
pre-commit run --all-files
pre-commit autoupdate # Optional, to update pre-commit versions
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
alteia-2.12.0.tar.gz
(81.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
alteia-2.12.0-py3-none-any.whl
(137.7 kB
view details)
File details
Details for the file alteia-2.12.0.tar.gz.
File metadata
- Download URL: alteia-2.12.0.tar.gz
- Upload date:
- Size: 81.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.18 Linux/5.10.215-203.850.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49c3765e64dcf47d560917ece498e68627c33a4e6140c067790c7a565bd2cc65
|
|
| MD5 |
0ba930fa589a71abb548f644e6fb0909
|
|
| BLAKE2b-256 |
6c04b06eaf0458633560d9a48193f3d3546ba82b2953a5ef023a02aa8694a4d8
|
File details
Details for the file alteia-2.12.0-py3-none-any.whl.
File metadata
- Download URL: alteia-2.12.0-py3-none-any.whl
- Upload date:
- Size: 137.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.18 Linux/5.10.215-203.850.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c67b376a81ef953bc25b06e44b3c9036fb441aca86f696bbe732dfcd8a27f577
|
|
| MD5 |
5cd0fd76d8f5ad7aaa7ec687f53de142
|
|
| BLAKE2b-256 |
640fc4c0df7afa5ab47a04c9a5ec13010a4f3e7f051ad42dfb04a8f19a45791b
|