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.7.0.tar.gz
(68.8 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.7.0-py3-none-any.whl
(110.2 kB
view details)
File details
Details for the file alteia-2.7.0.tar.gz.
File metadata
- Download URL: alteia-2.7.0.tar.gz
- Upload date:
- Size: 68.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.7.16 Linux/5.4.228-132.418.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86da22f56c6e7544350b74a86341b6847b68ce326c47b62f513fb4c9c011434b
|
|
| MD5 |
4ff9cf72a4169b80277f98fa529079f5
|
|
| BLAKE2b-256 |
cdb6e5442c8692c8f1a55c6c5b8d8ea6e1c145a0afcaac0b686962a29c7fee4d
|
File details
Details for the file alteia-2.7.0-py3-none-any.whl.
File metadata
- Download URL: alteia-2.7.0-py3-none-any.whl
- Upload date:
- Size: 110.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.7.16 Linux/5.4.228-132.418.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a19995d139926b22d7f1d09743f89902450a6211faa4feeaaf6e548aaf3037c
|
|
| MD5 |
b167d8adc0880d08fa2081dde76f794e
|
|
| BLAKE2b-256 |
c1c723e9ca93f3786c927f0c0709487e80b7f3441a2e05224edb11cf08d11705
|