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.2.tar.gz
(49.1 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.2-py3-none-any.whl
(73.2 kB
view details)
File details
Details for the file alteia-1.0.2.tar.gz.
File metadata
- Download URL: alteia-1.0.2.tar.gz
- Upload date:
- Size: 49.1 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 |
0a193e2d10f334d59680ce92a3d74d2de09828eea69dd0878dee961e987e6c98
|
|
| MD5 |
9b04309f78cfec56bb9049aa2d0ff28b
|
|
| BLAKE2b-256 |
b378b5b2e75a395fd69dccf65f5888310c2c7825d3f5f5680874d8604d826a45
|
File details
Details for the file alteia-1.0.2-py3-none-any.whl.
File metadata
- Download URL: alteia-1.0.2-py3-none-any.whl
- Upload date:
- Size: 73.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 |
7cc29f7e449c094a2e7a75d9cbdd97b079be8ab1b21a6eb02a0781d85a595f31
|
|
| MD5 |
956aaf4de1825e59d223d87f215628cc
|
|
| BLAKE2b-256 |
0f701865b8acf00553fbb329d96c39634ddd7eeb7c45946c8b4add3853f83e5e
|