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.0.0.tar.gz
(61.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.0.0-py3-none-any.whl
(95.8 kB
view details)
File details
Details for the file alteia-2.0.0.tar.gz.
File metadata
- Download URL: alteia-2.0.0.tar.gz
- Upload date:
- Size: 61.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.7.12 Linux/4.4.0-142-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
789ea8e3e394185b41925427a29e85aaf766186081773188376ea84530b8fc87
|
|
| MD5 |
42c51f8bbf9da0891706fed34b9d4935
|
|
| BLAKE2b-256 |
f579c82b3b8561b662c51e9c8b739852076f320da0b4eee1812bfc4661d961be
|
File details
Details for the file alteia-2.0.0-py3-none-any.whl.
File metadata
- Download URL: alteia-2.0.0-py3-none-any.whl
- Upload date:
- Size: 95.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.7.12 Linux/4.4.0-142-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6960006b3d22b72b4bbf6414d5ee7c9e3cbbe75858ebc1772caea828aeb7ce9c
|
|
| MD5 |
d97a98db981bcb6af11ce3acaa133e93
|
|
| BLAKE2b-256 |
27474244b4264624fb66e7d0c931dd8fa55ce00aa7d2986a965652a856dce943
|