Skip to content

Installation

Installation📎

uv is a fast Python package installer and resolver.

uv pip install driconfig

Or add it to your project:

uv add driconfig

Using pip📎

Installation is as simple as:

pip install driconfig

Dependencies📎

DriConfig heavily depends on two other Python libraries, that will be installed as dependencies:

  • Pydantic is a data validation framework using Python type annotations.
  • PyYAML is a full-featured YAML framework for the Python programming language.