Metadata-Version: 2.1
Name: blockbuster
Version: 1.5.5
Summary: Utility to detect blocking calls in the async event loop
Author-email: Christophe Bornet <bornet.chris@gmail.com>
Project-URL: Repository, https://github.com/cbornet/blockbuster.git
Project-URL: Issues, https://github.com/cbornet/blockbuster/issues
Keywords: async,block,detect,event loop,asyncio
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: forbiddenfruit >=0.1.4

# blockbuster
Utility to detect blocking calls in the async event loop
