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.1.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.1-py3-none-any.whl
(139.5 kB
view details)
File details
Details for the file alteia-2.16.1.tar.gz.
File metadata
- Download URL: alteia-2.16.1.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 |
72a85b3a1fd7ab55433c3b4f7df2abc8e2053a2c0b65888caf2ec8552c193ad5
|
|
| MD5 |
5f04fe11f8176097f986842a027a7376
|
|
| BLAKE2b-256 |
25db658ba1579bac6aab9d9cbd33e214c35f4ee34532933c0b3839a272decb14
|
File details
Details for the file alteia-2.16.1-py3-none-any.whl.
File metadata
- Download URL: alteia-2.16.1-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 |
7f407693c3c2a5fb478e8844e5d0ca6dfc42bff90602105468d12f928d7a2abd
|
|
| MD5 |
be4e27b0671d6574141ae6db17932136
|
|
| BLAKE2b-256 |
93cb26bcff478ed5d606393048c62293aa754b2379e4df9a27d9bd47a34d18cc
|