Skip to content

prasad-albert/albert-python

 
 

Repository files navigation

Albert Python SDK

PyPI version Python versions Downloads per month

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

Full Documentation can be found here

About

The official Python SDK for the Albert Invent platform.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%