Skip to main content

High-level Python interface to Alteia API

Project description

logo

pypi version compatible python versions

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


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.14.1.tar.gz (80.9 kB view details)

Uploaded Source

Built Distribution

alteia-2.14.1-py3-none-any.whl (137.9 kB view details)

Uploaded Python 3

File details

Details for the file alteia-2.14.1.tar.gz.

File metadata

  • Download URL: alteia-2.14.1.tar.gz
  • Upload date:
  • Size: 80.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.10.14 Linux/5.10.227-219.884.amzn2.x86_64

File hashes

Hashes for alteia-2.14.1.tar.gz
Algorithm Hash digest
SHA256 b4b8056194e9e10501e5f6f475d02aee4564726825927df08c37a80bbb20eb03
MD5 bdb55a15ba6c2b95eeb968b05c4bf9da
BLAKE2b-256 59f54e8b9e86e06ff5fc0979c7c6ecbc61d1f1f46ea4a3192a5e85b79daa0427

See more details on using hashes here.

File details

Details for the file alteia-2.14.1-py3-none-any.whl.

File metadata

  • Download URL: alteia-2.14.1-py3-none-any.whl
  • Upload date:
  • Size: 137.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.10.14 Linux/5.10.227-219.884.amzn2.x86_64

File hashes

Hashes for alteia-2.14.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8a150c6406933581c758b997ceec22310d313852ff387155335382e9ea69e96a
MD5 d537c5781aa1435c5888e9094dfb91c9
BLAKE2b-256 45e5ae74d0dc0dbfceac43140c32f95af5f6e47a65947933601497e00682c8d0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page