Bunch of common utility functions I've used in various projects. This package provides a uniform interface to them.
- Pure python stdlib with no external dependencies (except requests)
- Bunch of useful modules like:
- A simple hierarchical argument parser.
- Functional programming library.
- A
Timer
context for easy monitoring - A
Tag
decorator for function tagging - A logging module to get generate a logger with sensible defaults.
- A
Get
class with progress tracking.