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.11.0.tar.gz
(73.6 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.11.0-py3-none-any.whl
(116.1 kB
view details)
File details
Details for the file alteia-2.11.0.tar.gz.
File metadata
- Download URL: alteia-2.11.0.tar.gz
- Upload date:
- Size: 73.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.18 Linux/5.10.213-201.855.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf22b2b77aa82ccc99507f0fd2b739e888e238b972239179135badb3df072bc9
|
|
| MD5 |
a41659f98ec0caa42607e31fc9e2bb69
|
|
| BLAKE2b-256 |
2140f12fe79dd75f29e625cddb7fe60ead043dc15385e2b44d3b2ffb164add14
|
File details
Details for the file alteia-2.11.0-py3-none-any.whl.
File metadata
- Download URL: alteia-2.11.0-py3-none-any.whl
- Upload date:
- Size: 116.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.18 Linux/5.10.213-201.855.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f997343f75351b4b438617b14c5102073b898080fd62790b31a7a4332c13574
|
|
| MD5 |
9546d0ff5f4f7378321a0e9046f2413c
|
|
| BLAKE2b-256 |
d9494d3e5f55b8f11acd6e8adeb339ab24bb428f0b9e59b0493707f7c7c343c6
|