Metadata-Version: 2.1
Name: classy-decorators
Version: 1.0.0
Summary: Hassle-free creation of decorators for functions and methods, OO-style.
Home-page: https://github.com/jorenham/classy-decorators/
Author: Joren Hammudoglu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Description-Content-Type: text/markdown

# Classy Decorators

Hassle-free creation of decorators for functions and methods, OO-style.

## Dependencies

Python 3.8, 3.9

## Install

```bash
pip install classy-decorators
```

## Usage 

See the [examples](https://github.com/jorenham/classy-decorators/tree/master/examples). 

