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.1.0.tar.gz
(50.7 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.1.0-py3-none-any.whl
(77.1 kB
view details)
File details
Details for the file alteia-1.1.0.tar.gz.
File metadata
- Download URL: alteia-1.1.0.tar.gz
- Upload date:
- Size: 50.7 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 |
45d23bface34c86f3219bfd6aeb3f489c6e6a9fa00b3af3e3cc0cbe1ef42ef27
|
|
| MD5 |
68799582419de999f5ada5debe9a8f17
|
|
| BLAKE2b-256 |
39a8e812d1534cfa1382dd4211d47e8a88f3b2aebed3e3c83cd80d3d3f22b484
|
File details
Details for the file alteia-1.1.0-py3-none-any.whl.
File metadata
- Download URL: alteia-1.1.0-py3-none-any.whl
- Upload date:
- Size: 77.1 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 |
8f60d2096ae7f129d2aeaaef93ace77dc02f6307dc74f44c072b46b090879172
|
|
| MD5 |
76b1879abd189b9248c460f6b2ad769c
|
|
| BLAKE2b-256 |
f7cdef3fcad967fc2933a3cb7acef684ee629055ed18491ed46a83bedf5fffe5
|