Metadata-Version: 2.1
Name: easy-deco
Version: 0.0.9
Summary: An useful easy_deco package for any projects
Home-page: https://github.com/crivero7/easy-deco
Author: Carlos Rivero
Author-email: cdrr.rivero@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: tqdm (==4.50.2)

# easy-deco

Easy deco is a library for useful decorators in projects

# Installation

## Dependencies

**easy-deco** requieres:

* tqdm (4.50.2)

The easiest way to install **easy-deco** is using pip

> pip install easy-deco

## Overview
Then, to use it in any python project you can import it using:

```python
from easy_deco import *
```
___
## Documentation

The RackioAI documentation can be found in [easy-deco Documentation](https://easy-deco.readthedocs.io/en/latest/)

# Todo
* Changelog
* Contributing guide
* Testing code

