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.15.0.tar.gz
(81.1 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.15.0-py3-none-any.whl
(138.1 kB
view details)
File details
Details for the file alteia-2.15.0.tar.gz.
File metadata
- Download URL: alteia-2.15.0.tar.gz
- Upload date:
- Size: 81.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.14 Linux/5.10.228-219.884.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f47a71cfb5b220d27b55fc8381ba36d1f539c73daafe9e448f13bce4362efff
|
|
| MD5 |
7a0cd8e0aa2a700180a4cf4f3aad072b
|
|
| BLAKE2b-256 |
71ec4e11ab38db51bdffd96b0b8a1c9e4cb70b06809da9d9642c4e9c826a22f2
|
File details
Details for the file alteia-2.15.0-py3-none-any.whl.
File metadata
- Download URL: alteia-2.15.0-py3-none-any.whl
- Upload date:
- Size: 138.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.14 Linux/5.10.228-219.884.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e1876e7eac779bf81825f71561e5a4859a5c5391a4420f55cfe2a554c707893
|
|
| MD5 |
841f9aaf5581dc80562fc79018f266c6
|
|
| BLAKE2b-256 |
1ede1365dae8acf184ca3b40016698a5548247a3f51f46a1a0bf7e57fd19f546
|