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.1.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.1-py3-none-any.whl
(110.5 kB
view details)
File details
Details for the file alteia-2.9.1.tar.gz.
File metadata
- Download URL: alteia-2.9.1.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.258-171.360.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
419e85250e004e9a7523179881dfd3dbe9c267f1e72f51237e75e59dfcacd4d4
|
|
| MD5 |
48d5687054b41aaeb024c1c4a7c1f7ef
|
|
| BLAKE2b-256 |
8397462486cd2a1363b277d00e996e2015fe14f71990faa27d742578a6de36d1
|
File details
Details for the file alteia-2.9.1-py3-none-any.whl.
File metadata
- Download URL: alteia-2.9.1-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.258-171.360.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69d4d145a309171733aa4a87052ec93c12cb8266c0db38d072d4237cfd0fc704
|
|
| MD5 |
f37ccdf2753f2acba3a0aee4c85a29a5
|
|
| BLAKE2b-256 |
66947fb177ef08aab961ca727a0700730421d2b2be22d4fc34a5a06abfcf784e
|