stdl
is a collection of Python utilities that complement the standard library. It provides common functions and tools that developers frequently need, with minimal external dependencies.
- File and directory operations
- String manipulation
- ANSI color support for terminal output
- Date and time formatting
- List processing
- Function decorators
- Logging configuration for
logging
andloguru
- See docs
- PyYAML
- python-dateutil
- toml
- tqdm
pip install stdl
pip install git+https://github.com/zigai/stdl