Welcome to Hildie’s Documentation!
Hildie is a Python monorepo containing a collection of utilities and tools.
Note
Why “Hildie”? All the good package names were taken, so this project is named after Hildie, the best dog. See About Hildie for the full story!
Contents:
Quick Start
Install the package:
pip install hildie
Or using uv:
uv pip install hildie
Packages
This monorepo contains several packages:
check-unittest-super - Pre-commit hook enforcing super() call ordering in unittest
archive-git-forks - Tools for archiving Git fork repositories
my-app - Application utilities
my-cli - Command-line interface tools
my-library - Core library utilities
See the Packages page for detailed information about each package.