Python Client to interact with Infrahub
Project description
Infrahub by OpsMill
Infrahub by OpsMill is taking a new approach to Infrastructure Management by providing a new generation of datastore to organize and control all the data that defines how an infrastructure should run.
At its heart, Infrahub is built on 3 fundamental pillars:
- Powerful Schema: that's easily extensible
- Unified Version Control: for data and files
- Data Synchronization: with traceability and ownership
Infrahub SDK
The Infrahub Python SDK greatly simplifies how you can interact with Infrahub programmatically.
More information can be found in the Infrahub Python SDK Documentation.
Installation
The Infrahub SDK can be installed using the pip package installer. It is recommended to install the SDK into a virtual environment.
python3 -m venv .venv
source .venv/bin/activate
pip install infrahub-sdk
Installing optional extras
Extras can be installed as part of the Python SDK and are not installed by default.
ctl
The ctl extra provides the infrahubctl
command, which allows you to interact with an Infrahub instance.
pip install 'infrahub-sdk[ctl]'
tests
The tests extra provides all the components for the testing framework of Transforms, Queries and Checks.
pip install 'infrahub-sdk[tests]'
all
Installs infrahub-sdk together with all the extras.
pip install 'infrahub-sdk[all]'
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
Built Distribution
File details
Details for the file infrahub_sdk-0.12.0b1.tar.gz
.
File metadata
- Download URL: infrahub_sdk-0.12.0b1.tar.gz
- Upload date:
- Size: 87.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f44ea2bb69862b0227732d5648d4c9f39ef2835131bf80db9faeb48984ec0c09 |
|
MD5 | fd65d00778ac4e70d1d400513148542d |
|
BLAKE2b-256 | 93bc7f199b305a6407125a612795584ed65aded5fc299de239727647239c72fb |
File details
Details for the file infrahub_sdk-0.12.0b1-py3-none-any.whl
.
File metadata
- Download URL: infrahub_sdk-0.12.0b1-py3-none-any.whl
- Upload date:
- Size: 112.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dffc0123609e38565363c3beac27d317292c087f295c45f63bc7e80da9c78157 |
|
MD5 | 1d00964c0121299a090b2f4c2dfe4d7b |
|
BLAKE2b-256 | b135b0272aa6e18653a0ae17974c07fe291b1720d12a1ca5edf83639fd84604f |