stamina
Package — APIPython 3.7+Intermediate
Production-grade retry library with sensible defaults
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- tenacity, typing-extensions
- Install
pip install stamina
Learn by Difficulty
Quick Example
python
# Install: pip install stamina import stamina # Basic stamina usage print(f"Using stamina") # See documentation for detailed examples
stamina is a third-party package. Production-grade retry library with sensible defaults. Install with: pip install stamina
Try in PlaygroundTags
packageapirestweb