Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crivero7/easy-deco
- Owner: crivero7
- License: mit
- Created: 2020-10-27T21:07:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T15:12:03.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T16:46:40.139Z (2 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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 *
```
___
## DocumentationThe RackioAI documentation can be found in [easy-deco Documentation](https://easy-deco.readthedocs.io/en/latest/)
# Todo
* Changelog
* Contributing guide
* Testing code