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
Timercontext for easy monitoring - A
Tagdecorator for function tagging - A logging module to get generate a logger with sensible defaults.
- A
Getclass with progress tracking.