Metadata-Version: 2.1
Name: ezstr
Version: 0.3
Summary: No more tostring boilerplate
Home-page: https://github.com/MichaelVerdegaal/ezstr
Author: Michael Verdegaal
Author-email: michaelverdegaal@hotmail.nl
License: MIT
Download-URL: https://github.com/MichaelVerdegaal/ezstr/archive/0.3.tar.gz
Description: # 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:
        	    ...
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
