Mixin class for extracting friendly names from classes.
Continuous integration is powered by Jenkins.
To install friendly_name_mixin
run:
$ pip install friendly_name_mixin
>>> from friendly_name_mixin import FriendlyNameFromClassMixin >>> class IsHTML5BetterThanFlash11OrIsItMe(FriendlyNameFromClassMixin): ... answer = 'yes' >>> print(IsHTML5BetterThanFlash11OrIsItMe().name) Is HTML5 Better Than Flash11 Or Is It Me
If you find any bugs, or wish to propose new features please let me know.
If you'd like to contribute, simply fork the repository, commit your changes and send a pull request. Make sure you add yourself to AUTHORS.