Metadata-Version: 1.1
Name: classproperties
Version: 0.0.1
Summary: python dark magic
Home-page: https://github.com/dpep/pyambiguous
Author: Daniel Pepper
Author-email: UNKNOWN
License: MIT
Description-Content-Type: UNKNOWN
Description: ambiguous
        ======
        
        #### Install
        ```pip install ambiguous```
        
        
        #### Usage
        ```
        import ambiguous
        
        @ambiguous.func
        def foo():
          return 'foo'
        
        
        print foo
        print foo()
        print foo + 'abc'
        
        ```
        
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
