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.11, 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.16.0.tar.gz
(82.3 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.16.0-py3-none-any.whl
(139.5 kB
view details)
File details
Details for the file alteia-2.16.0.tar.gz.
File metadata
- Download URL: alteia-2.16.0.tar.gz
- Upload date:
- Size: 82.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.10 Linux/5.10.234-225.895.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfba9675515268315d20c1504203c036e5af8e87a1dc3be9e35be264409a87d5
|
|
| MD5 |
8f10c8dbcc8356fdc050fe422cf33db5
|
|
| BLAKE2b-256 |
f4827dc6ab052ccf1209ee1a372e6d44642dd843ef112318c646ccbf5ca16da7
|
File details
Details for the file alteia-2.16.0-py3-none-any.whl.
File metadata
- Download URL: alteia-2.16.0-py3-none-any.whl
- Upload date:
- Size: 139.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.10 Linux/5.10.234-225.895.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddd00b874206f0e3086f7ce42e29351d8fc6440f9c3059941a0e07cd80fed98f
|
|
| MD5 |
c81b8cf0a191b110afd5e6a9ac88c58e
|
|
| BLAKE2b-256 |
53f74d4061d77f2989d9eea7a3d3b905e86d4a62f6dc279bc3256fbc851b2487
|