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.1.tar.gz
(51.3 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.1-py3-none-any.whl
(78.0 kB
view details)
File details
Details for the file alteia-1.3.1.tar.gz.
File metadata
- Download URL: alteia-1.3.1.tar.gz
- Upload date:
- Size: 51.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.7.10 Linux/5.4.0-80-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06cc9826fcedef8e26abbf530fc7a981129be493f09014988d6f99b083bbb151
|
|
| MD5 |
6f2471d5dc109a4d9c7ccb4787587353
|
|
| BLAKE2b-256 |
b6cb66ce2793d979dd79521095524e9742b4e287a503f07ee37ba0f384b4abcf
|
File details
Details for the file alteia-1.3.1-py3-none-any.whl.
File metadata
- Download URL: alteia-1.3.1-py3-none-any.whl
- Upload date:
- Size: 78.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.7.10 Linux/5.4.0-80-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13ca6278117cddb00b47a5655a1888a3f8eff22b95223ef13aa4523db43472d6
|
|
| MD5 |
ed60f3e43c56cea4d3946710eaaa4dcf
|
|
| BLAKE2b-256 |
7f22418aecb9dcf6e7f7b457646abc6966f69934f41a2ac3f7456c454375f939
|