Package ahd

Top level module for AHD.

This file is simply used to indicate to python this is a package

If you are here to help or contribute to the project, check out the development guide: https://ahd.readthedocs.io/en/latest/contributing/

Expand source code
"""Top level module for AHD.

This file is simply used to indicate to python this is a package

If you are here to help or contribute to the project, check out the development guide: https://ahd.readthedocs.io/en/latest/contributing/
"""

__version__ = "1.0.0"

Sub-modules

ahd.autocomplete

This module is used to generate autocomplete files for various systems (bash, zsh etc.) …

ahd.cli

This file houses the primary entrypoint, and main business logic of ahd …

ahd.configuration

This file houses functions related to configuration management …