stdl

Extended Python standard library

MIT License

Downloads
771
Stars
0
Committers
3

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 logging and loguru
  • See docs

Dependencies

  • PyYAML
  • python-dateutil
  • toml
  • tqdm

Installation

Using pip

pip install stdl

From source

pip install git+https://github.com/zigai/stdl

License

MIT License