Libary API Documentation
The page contains the low-level documentation for each of the importable
modules in utils4
.
In addition to the documentation, most of the public methods come with one or more usage examples and access to the source code itself.
Links to module-level documentation
- cmaps - Provides easy access to the matplotlib’s colour maps
- config - Adds support for automatically reading an application’s config file
- convert - Functions to convert between low-level types (binary, hex, ascii and int)
- crypto - Extended functionality from the base64 and hashlib libraries
- cutils - C-based utility functions
- dfdiff - A pandas.DataFrame differencing tool
- dict2obj - Conversion tool for JSON structure to object
- filesys - General filesystem tests and utilities
- log - Providing easy logging to your project
- palette - Quick access to named CSS4 colours
- progressbar - A simple command line progess bar
- pywarnings - Easy wrapper to ignore Python warnings
- reader - Data readers for formats which are no-longer supported
- registry - A simple interface to the Windows registry
- reporterror - Portable error reporting module
- srccheck - Checksum functionality for source code
- stats - Statistics methods without the overhead
- termcolour - Easily add colour to terminal output
- tickers - Wait tickers for long-running processes
- timedelta - Date and time delta calculator
- user_interface - Format coloured text to the terminal
- utils - Collection of general utility-based functions
- validation - A small collection of validation rules