Releases: adriamontoto/developing-tools
Releases · adriamontoto/developing-tools
v2024.10.22
What's Changed
- Update retryit decorator with
raise_exception
andvalid_exceptions
parameters by @adriamontoto in #3 - Prepare package to publish version 2024.10.22 by @adriamontoto in #4
New Contributors
- @adriamontoto made their first contribution in #3
Full Changelog: v0.0.1...v2024.10.22
v0.0.1 (2024-06-23)
Latest Changes
Documentation
- 📝 Create a basic readme file as documentation.
New Features
- ✨ Create
execution_time
decorator that allows you to measure the execution time of a function. - ✨ Create
retryit
decorator that allows you to retry a function multiple times in case of failure. - ✨ Create
print_parameters
decorator allows you to print the parameters of a function.