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.6.tar.gz
(56.0 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.6-py3-none-any.whl
(85.9 kB
view details)
File details
Details for the file alteia-1.3.6.tar.gz.
File metadata
- Download URL: alteia-1.3.6.tar.gz
- Upload date:
- Size: 56.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.7.12 Linux/4.4.0-142-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
686a7de351497474e98cc4169963cb54ebba185a4a074b0b85e527bd06a4edab
|
|
| MD5 |
ca5094ba1afe6ca950453ce7a6d6d481
|
|
| BLAKE2b-256 |
d4783c1355a24630c9da8d5676df56f8869293e65529ff9d6e35ce03533ccb0d
|
File details
Details for the file alteia-1.3.6-py3-none-any.whl.
File metadata
- Download URL: alteia-1.3.6-py3-none-any.whl
- Upload date:
- Size: 85.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.7.12 Linux/4.4.0-142-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
665eefc17f2ee352a27f833b361faaba09dfa14e0b98ab304fd1b2d4404892c3
|
|
| MD5 |
421d0f87b8af3eaf2321a6445454d010
|
|
| BLAKE2b-256 |
64f08eacce5d217d344b6b2eb585e63c6b10d6f4f372153628884b5a267e3f6c
|