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.8.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.8.0-py3-none-any.whl
(110.4 kB
view details)
File details
Details for the file alteia-2.8.0.tar.gz.
File metadata
- Download URL: alteia-2.8.0.tar.gz
- Upload date:
- Size: 69.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.7.16 Linux/5.4.242-155.348.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f9d6263fb76e1f3e4ab46b4555488b7f195fdf1ba22ebe855f9479835f88b90
|
|
| MD5 |
d341fb3612ecef1d609b720d53dc242b
|
|
| BLAKE2b-256 |
b009060b329b9780bd1336da78bb1177795d3651c0724347fbf230bb24bd80c3
|
File details
Details for the file alteia-2.8.0-py3-none-any.whl.
File metadata
- Download URL: alteia-2.8.0-py3-none-any.whl
- Upload date:
- Size: 110.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.7.16 Linux/5.4.242-155.348.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6eaa590271702810ade582e4b8c2c05ab1937da3881d52e42feff4925277acb
|
|
| MD5 |
1a49ad69ef63b2fe223e5d993471373a
|
|
| BLAKE2b-256 |
1899bb7be963e90b57c439796ae0540f9e3834a3c4f49bb0275a1ff728835faf
|