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
Basic usage
import alteia
sdk = alteia.SDK(user="YOUR_EMAIL_ADDRESS", password="YOUR_ALTEIA_PASSWORD")
projects = sdk.projects.search(name="*")
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-1.0.3.tar.gz
(49.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-1.0.3-py3-none-any.whl
(73.7 kB
view details)
File details
Details for the file alteia-1.0.3.tar.gz.
File metadata
- Download URL: alteia-1.0.3.tar.gz
- Upload date:
- Size: 49.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.7.10 Linux/4.4.0-142-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3390e9df9de594d16a0d66d4737df9a52ea7bb50424074ef2f9d612fef9829a6
|
|
| MD5 |
acc7264a197820a7bd81b1bbc55893f0
|
|
| BLAKE2b-256 |
5a84d0949708fca39fc5acf75e5af434fb1d08c3738d1d7c2f8b16e862f09d14
|
File details
Details for the file alteia-1.0.3-py3-none-any.whl.
File metadata
- Download URL: alteia-1.0.3-py3-none-any.whl
- Upload date:
- Size: 73.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.7.10 Linux/4.4.0-142-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cb0f37a9b20255f8e44a6fe58fcfeb8dbd61c8e17502218499003e17405fab4
|
|
| MD5 |
d48625d4a3ebaf0076279e44a27fdecb
|
|
| BLAKE2b-256 |
1bc364ae9e4785d3186ac5a9dcce6c3eb52e87656e39e449798524a20d9785b9
|