ezstr

No more tostring boilerplate


License
MIT
Install
pip install ezstr==0.3

Documentation

ezstr

Ezstr gives you a quick way to create a string representation method for your python class, as this can quickly become a hassle with a lot of attributes.

Download

pip install ezstr

Usage

from ezstr import tostr

@tostr
class MyClass:
    ...