Metadata-Version: 2.1
Name: decorpy
Version: 0.0.1
Summary: A package exposing a collection of ready-to-use python decorators
Home-page: https://github.com/alexZajac/decorpy
Author: Alexandre Zajac
Author-email: work@alexandrezajac.com
License: UNKNOWN
Description: # Decorpy
        
        A collection of python decorators including time measurement, type checking and debugging.
        
        ## Installation
        
        Install the package directly using `Pip` with [Pypi]() 
        > `pip install pydecorator`
        
        Or using `git`
        
        `git clone https://github.com/alexZajac/decorpy.git
        cd decorpy
        python setup.py install`
        
        ## Examples
        
        ### Measure execution time of a function
        [Link to gist](https://gist.github.com/alexZajac/f5b594307848f0b23b9ca4fea202633d)
        
        ### Debugging a function with its signature and return value
        
        [Link to gist](https://gist.github.com/alexZajac/e4d222757a1095abf6f8cbdcef1e1870)
        
        ### Static type-checking on function parameters and return
        
        [Link to gist](https://gist.github.com/alexZajac/fe96e566e4f4aab4f80312abb49d25e8)
        
        
        
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
