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.7.tar.gz
(56.5 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.7-py3-none-any.whl
(86.4 kB
view details)
File details
Details for the file alteia-1.3.7.tar.gz.
File metadata
- Download URL: alteia-1.3.7.tar.gz
- Upload date:
- Size: 56.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.7.12 Linux/5.4.0-96-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49d54e67deebb5a8b5613b41182a36e5587c60f53631dffbbbe3f7fb19c36322
|
|
| MD5 |
58cfcc2a47e5a27a69c821c939b31f99
|
|
| BLAKE2b-256 |
90e27ab68afd4b719af7aaeae77afe30fa0b1b4f475a88bef61005a4f513fb3d
|
File details
Details for the file alteia-1.3.7-py3-none-any.whl.
File metadata
- Download URL: alteia-1.3.7-py3-none-any.whl
- Upload date:
- Size: 86.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.7.12 Linux/5.4.0-96-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff1acb87848a0ea6882c4e67ef80f15b8e30ac1e31d713117c76f5805ceb9431
|
|
| MD5 |
7d5aa6f30a7c056041250531e0e2eb56
|
|
| BLAKE2b-256 |
df42a28c5caa126f3dd2a1037ecfe8a2014ebfe38e817b76ea6b911fd60ab7a8
|