Metadata-Version: 1.1
Name: pytoolbelt
Version: 0.1
Summary: Python library for some commonly usefull tools
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: 
        
        # py-toolbelt
        
        Just a couple of tool, required at some point
        
        ## Enum
        ### Usage
            from pytoolbelt.tools.enum import enumerated
            
            class Foo(enumerated):
                FOO = enum()
                BAR = enum()
                
            
            >> Foo.FOO
            >> Foo.BAR
        
Keywords: web,tools
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
