Metadata-Version: 1.1
Name: ambiguous
Version: 0.1.0
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
        def foo():
          return 'foo'
        
        
        print foo
        print foo()
        print foo + 'abc'
        
        ```
        
        #### Caveats
        - Does not work with functions returning objects not subclassing `object`.
        
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
