github opsmill/infrahub python-sdk-v0.9.0
Python SDK - Version 0.9.0

latest releases: infrahub-v1.4.6, infrahub-v1.3.9, infrahub-v1.4.5...
18 months ago

Changelog

This Python SDK release introduces an important change regarding how its dependencies are installed. By default, only the required dependencies to interact with Infrahub API will be installed. Two extras are provided in addition to the base SDK, ctl and tests, which are required to run infrahubctl commands and to use the SDK test framework respectively.

Extras can be installed using pip like:

  • pip install 'infrahub-sdk[ctl]'
  • pip install 'infrahub-sdk[tests]'

Or with Poetry by having the following in a pyproject.toml:

infrahub-sdk = { version = "0.9.0", extras = [ "ctl", "tests" ] }

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Don't miss a new infrahub release

NewReleases is sending notifications on new releases.