Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luciancooper/pydecorator
Useful Python Decorator Functions
https://github.com/luciancooper/pydecorator
Last synced: 2 days ago
JSON representation
Useful Python Decorator Functions
- Host: GitHub
- URL: https://github.com/luciancooper/pydecorator
- Owner: luciancooper
- License: mit
- Created: 2019-01-02T22:29:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T01:39:24.000Z (about 6 years ago)
- Last Synced: 2024-08-09T08:32:33.110Z (6 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)