Welcome to Better

pip install betterpy

This package extends other packages with functionality that users typically have to implement themselves. Better doesn't redefine or alter the initial implementations, simply adding additional utilities along side.

To ensure that there is no misunderstanding, I am not suggesting that any initial implementation is substandard, nor that they were incomplete, far from it, I've used and enjoyed each package. This is a package of code snippets that I've written into various projects while using the respective package and thought that others might find them useful.

better.ConfigParser

Re-implements the ConfigParser package to provide additional utilities and to closer resemble a dictionary in use.

better.multiprocessing

Currently, This sub-package of better aims to add onto the multiprocessing built-in of python a more comprehensive pool implementation that shall be flexible and intuitive.

better.threading

Adds on convenient threading methods to the built-in python threading package.