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.0.0.tar.gz
(48.2 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.0.0-py3-none-any.whl
(72.2 kB
view details)
File details
Details for the file alteia-1.0.0.tar.gz.
File metadata
- Download URL: alteia-1.0.0.tar.gz
- Upload date:
- Size: 48.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.7.8 Linux/4.4.0-142-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ce1dd59c4c4af4953b24bc9c40571f9f3baa6ec25a0b61f95d41eed4092f38d
|
|
| MD5 |
d6c60875b643fc1ac00af912e8ddb988
|
|
| BLAKE2b-256 |
26a74d99e1d45d1249a7fe015917c2617b0c2c6dd7b587707364461b42f34a0d
|
File details
Details for the file alteia-1.0.0-py3-none-any.whl.
File metadata
- Download URL: alteia-1.0.0-py3-none-any.whl
- Upload date:
- Size: 72.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.7.8 Linux/4.4.0-142-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45605ac694400f63e4d7aaa70104c23b85c4ce60586f4ef0027f2c128c6b2c5c
|
|
| MD5 |
b545a3648ceec7474d0c98bf4c8c5f76
|
|
| BLAKE2b-256 |
61b31e65044c2bb66638a82eed5360161d00976525449f0c52049fa6d473d7a7
|