Metadata-Version: 2.4
Name: keycycle
Version: 0.1.0
Summary: A thread-safe key rotation and rate limiting manager for API keys.
Author-email: William Jin <jinwilliam.jin@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: python-dotenv
Requires-Dist: sqlalchemy
Requires-Dist: pymysql
Requires-Dist: rich
Provides-Extra: openai
Requires-Dist: openai; extra == "openai"
Provides-Extra: agno
Requires-Dist: agno; extra == "agno"
Provides-Extra: all
Requires-Dist: openai; extra == "all"
Requires-Dist: agno; extra == "all"
