Metadata-Version: 2.4
Name: otpylib
Version: 0.1.0
Summary: The OTP framework for AnyIO (trio/asyncio compatibility layer)
Author-email: HeroesLament <nunya@biz.net>
License: MIT
Project-URL: homepage, https://github.com/HeroesLament/otpylib
Project-URL: repository, https://github.com/HeroesLament/otpylib
Project-URL: documentation, https://github.com/HeroesLament/otpylib#readme
Project-URL: issues, https://github.com/HeroesLament/otpylib/issues
Keywords: anyio,trio,asyncio,async,otp,actors,supervision
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Framework :: Trio
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: anyio>=4.0.0
Requires-Dist: tenacity>=8.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: pytest-trio>=0.8.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Dynamic: license-file
