friendly-name-mixin

Mixin class for extracting friendly names from classes


License
BSD-3-Clause
Install
pip install friendly-name-mixin==2.0.0

Documentation

About

Mixin class for extracting friendly names from classes.

Continuous integration is powered by Jenkins.

http://ci.petarmaric.com/job/friendly_name_mixin/badge/icon

Installation

To install friendly_name_mixin run:

$ pip install friendly_name_mixin

Usage example

>>> from friendly_name_mixin import FriendlyNameFromClassMixin

>>> class IsHTML5BetterThanFlash11OrIsItMe(FriendlyNameFromClassMixin):
...     answer = 'yes'

>>> print(IsHTML5BetterThanFlash11OrIsItMe().name)
Is HTML5 Better Than Flash11 Or Is It Me

Contribute

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.