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.9.0.tar.gz
(69.2 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.9.0-py3-none-any.whl
(110.5 kB
view details)
File details
Details for the file alteia-2.9.0.tar.gz.
File metadata
- Download URL: alteia-2.9.0.tar.gz
- Upload date:
- Size: 69.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.18 Linux/5.4.254-170.358.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f14cefe83eef0442f59fd063d18e6aed53638e971288ef364a4dcfeb5d8f1a4c
|
|
| MD5 |
b733a08b563f1b2c5f0013219c684cc6
|
|
| BLAKE2b-256 |
03dd1bbe43ce6286e80a5584aa0c950f6bb4e9d0c726a0abd173c2c34918b0f2
|
File details
Details for the file alteia-2.9.0-py3-none-any.whl.
File metadata
- Download URL: alteia-2.9.0-py3-none-any.whl
- Upload date:
- Size: 110.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.18 Linux/5.4.254-170.358.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
466d97b25d336e9824419aaca827e6f57f49b43937113fc6d2c4b39a5f97cf56
|
|
| MD5 |
c69f9b65d5d0a39a3089f3d7ca4c9878
|
|
| BLAKE2b-256 |
233cf68e6582ceec1e3274b1bd633e992f92492ae8ea7cb24acdac0bb30efca5
|