A customisable console logging package with colours and much more!
Project description
## The blueprint class
This function comes along with a basic blueprint class that’s intended to debugging tools to any deriving classes automatically. Originally, this was never intended to be made publicly available, but there really is no need to hide it as all the child class has to do is derive from it.
The tools installed in your classes by this blueprint include: - a detailed repr override (any __repr__ functions in the child class will override this one); - a class_name property that returns the name of the deriving class; - a class_properties() function that returns a {name: value} list of class members that aren’t methods; - an __iter__ override that yields from class_properties()
![Example](https://i.imgur.com/WsFCkKs.png)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.