Albert Python SDK
Albert Python is the official Albert Invent Software Development Kit (SDK) for Python that provides a comprehensive and easy-to-use interface for interacting with the Albert Platform. The SDK allows Python developers to write software that interacts with various platform resources, such as inventories, projects, companies, tags, and many more. You can find the latest, most up-to-date documentation on the supported resources and usage patterns here.
Installation
pip install albert
This installs the latest stable release from PyPI.
Contribution
For developers, please see the contributing guide, which includes setup instructions, testing, and linting guidelines.
Quick Start
from albert import Albert
client = Albert.from_client_credentials(
base_url="https://app.albertinvent.com",
client_id=YOUR_CLIENT_ID,
client_secret=YOUR_CLIENT_SECRET,
)
projects = client.projects.get_all()
Documentation
Release files for albert 1.57.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| albert-1.57.1.tar.gz | 974.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| albert-1.57.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.5 MB
Release files / albert-1.57.1.tar.gz
| Download URL | albert-1.57.1.tar.gz |
|---|---|
| Size | 974.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
18095ea5c7b34cc76b074d29dbfb2465ef7202d1a758d10a481318f966fbc537
|
|
BLAKE2b-256 checksum How to use checksums |
654b1aeb847b8e83fc1caccb343dd88f2759bced2c05b6a19a3869391269277c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.17 {"installer":{"name":"uv","version":"0.12.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"22.04","id":"jammy","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / albert-1.57.1-py3-none-any.whl
| Download URL | albert-1.57.1-py3-none-any.whl |
|---|---|
| Size | 496.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3c09667bedab935a5866c952a8298ea689b73639738a6622bdacec5615c0dbd3
|
|
BLAKE2b-256 checksum How to use checksums |
1d909e830d2b7a713717ef8860ad30cf8e459acefa27acc14f507451990e151c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.17 {"installer":{"name":"uv","version":"0.12.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"22.04","id":"jammy","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|