Small, useful Python scripts.
Converts text into URL-safe slugs.
Converts seconds into a human-readable string (e.g. 3661 → 1h 1m 1s).
Safely loads and validates required environment variables for applications.
Retries a function call on failure with configurable attempts and delay.
Safely cast values to a type with a fallback default.
Install development dependencies and run the test suite:
pip install -r requirements-dev.txt
pytest