Metadata-Version: 2.1
Name: pydecorator
Version: 1.0
Summary: Python Decorator Functions
Home-page: https://github.com/luciancooper/pydecorator
Author: Lucian Cooper
License: MIT
Keywords: decorator utility
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas

# pydecorator

[![PyPI version shields.io](https://img.shields.io/pypi/v/pydecorator.svg)](https://pypi.python.org/pypi/pydecorator/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/pydecorator.svg)](https://pypi.python.org/pypi/pydecorator/)
[![PyPI license](https://img.shields.io/pypi/l/pydecorator.svg)](https://pypi.python.org/pypi/pydecorator/)

Useful Python decorator functions that facilitate a variety of tasks

# Installation

Use `pip` via [PyPi](https://pypi.org)

```bash
pip install pydecorator
```
**Or** use `git`

```bash
git clone git://github.com/luciancooper/pydecorator.git pydecorator
cd pydecorator
python setup.py install
```

# Documentation

Full documentation can be found [here](https://pydecorator.readthedocs.io)


