stdl¶
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.
Features¶
- File and directory operations
- String manipulation
- ANSI color support for terminal output
- Date and time formatting
- List processing
- Function decorators
- Logging configuration for
loggingandloguru - See docs
Dependencies¶
- PyYAML
- python-dateutil
- toml
- tqdm