Metadata-Version: 2.4
Name: agent-rex
Version: 0.1.0
Summary: An Async Generator/Iterator Based FRP-Like Library for Python
Project-URL: Homepage, https://github.com/example/agent-rex
Project-URL: Issues, https://github.com/example/agent-rex/issues
Project-URL: Source, https://github.com/example/agent-rex
Author-email: Tim Wilson <tim@example.com>
License-Expression: MIT
Keywords: async,frp,generators,reactive,streams
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: mypy>=1.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.21; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
