Skip to content

Releases: adriamontoto/developing-tools

v2024.10.22

22 Oct 13:55
Compare
Choose a tag to compare

What's Changed

  • Update retryit decorator with raise_exception and valid_exceptions parameters by @adriamontoto in #3
  • Prepare package to publish version 2024.10.22 by @adriamontoto in #4

New Contributors

Full Changelog: v0.0.1...v2024.10.22

v0.0.1 (2024-06-23)

23 Jun 19:18
83c110c
Compare
Choose a tag to compare
v0.0.1 (2024-06-23) Pre-release
Pre-release

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.