Recent Releases of https://github.com/adriamontoto/developing-tools
https://github.com/adriamontoto/developing-tools - v2024.10.22
What's Changed
- Update retryit decorator with
raise_exceptionandvalid_exceptionsparameters by @adriamontoto in https://github.com/adriamontoto/developing-tools/pull/3 - Prepare package to publish version 2024.10.22 by @adriamontoto in https://github.com/adriamontoto/developing-tools/pull/4
New Contributors
- @adriamontoto made their first contribution in https://github.com/adriamontoto/developing-tools/pull/3
Full Changelog: https://github.com/adriamontoto/developing-tools/compare/v0.0.1...v2024.10.22
- Python
Published by adriamontoto over 1 year ago
https://github.com/adriamontoto/developing-tools - v0.0.1
Latest Changes
Documentation
- 📝 Create a basic readme file as documentation.
New Features
- ✨ Create
execution_timedecorator that allows you to measure the execution time of a function. - ✨ Create
retryitdecorator that allows you to retry a function multiple times in case of failure. - ✨ Create
print_parametersdecorator allows you to print the parameters of a function.
- Python
Published by adriamontoto over 1 year ago