| Badges | |
|---|---|
| Testing | |
| Package | |
| Meta |
A Python package full of various decorator utilities.
- Powerful, Simple but useful decorators
- Installation
- Testing
- License
- Documentation
- Road Map
- Discussion and Development
- Call for Contributions
- Credits
- Getting Help
-
Ensure you have Python installed.
pip install git+https://github.com/MrCode200/power_decos.git
pip install power_decos
PowerDecos requires pytest. Tests can then be run after installation:
- run:
pytest - or run:
poetry run pytest - to get a html coverage review add
--cov-report=htmlto the end ofpytest
NOTE: if it doesnt work try to go inside the folder and then run the commands
- To view documentation in your website click here.
Or
- Run index.html in your browser after cloning this project
- Add custom path to log decorator
- Create cache decorator
- Add threading decorator
We’re excited that you’re interested in contributing to PowerDecos! Whether you’re fixing bugs, adding new features, improving documentation, or simply suggesting enhancements, your contributions are invaluable to us.
Every bit helps, and we appreciate your effort and enthusiasm!
Please refer to our CONTRIBUTING.md for more details.
- shenanigansd helped create and fix github actions :)
For any questions or support, please first read our FAQ.md
Then contact:
- Your Name - navidyaghmaei@gmail.com
- Project Link - https://github.com/MrCode200/power_deco