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.3.4.tar.gz
(51.9 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.3.4-py3-none-any.whl
(78.2 kB
view details)
File details
Details for the file alteia-1.3.4.tar.gz.
File metadata
- Download URL: alteia-1.3.4.tar.gz
- Upload date:
- Size: 51.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.7.12 Linux/5.4.0-89-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
377e5d6f34e8c2501b5b229305f0c7e837f8c083295f94297479dbf6f8d727f0
|
|
| MD5 |
85864286e242a041119b25404f9c1595
|
|
| BLAKE2b-256 |
a9a26886e72399f764f4d139718736071a3ef275faa2cb3a45153918e7341c01
|
File details
Details for the file alteia-1.3.4-py3-none-any.whl.
File metadata
- Download URL: alteia-1.3.4-py3-none-any.whl
- Upload date:
- Size: 78.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.7.12 Linux/5.4.0-89-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2720a8a80a9867d58be7523684c0e3906fb72cc9d951cf450be25b2050a30f55
|
|
| MD5 |
777862ab8e08212a2d7b9a6b2ec6f8a5
|
|
| BLAKE2b-256 |
c81de841be288ddb13458f689b0b326f087df95d8081f4ca4610227f6e7ee73f
|