Metadata-Version: 2.4
Name: retryx_deban
Version: 0.1.0
Summary: A simple async+sync retry and backoff utility
Project-URL: Homepage, https://github.com/yourusername/retryx
Project-URL: Repository, https://github.com/yourusername/retryx
Author-email: Deban Kumar Sahu <your.email@example.com>
License: MIT
Keywords: async,backoff,retry,utility
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Provides-Extra: test
Requires-Dist: pytest-asyncio>=1.1.0; extra == 'test'
Requires-Dist: pytest>=8.4.1; extra == 'test'
