Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crivero7/easy-deco

Easy deco is a library for useful decorators in projects
https://github.com/crivero7/easy-deco

Last synced: about 2 months ago
JSON representation

Easy deco is a library for useful decorators in projects

Awesome Lists containing this project

README

        

# 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