Metadata-Version: 1.2
Name: trio-monitor
Version: 0.0.0
Summary: Trio introspection and debugging tools
Home-page: https://github.com/oremanj/trio-monitor
Author: Joshua Oreman
Author-email: oremanj@gmail.com
License: MIT -or- Apache License 2.0
Description: trio-monitor
        ============
        
        This repository contains some work-in-progress introspection and debugging tools
        for Trio. It is not yet usable out of the box, though development is ongoing.
        
        License: Your choice of MIT or Apache License 2.0
        
Keywords: async,trio,debugging
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Framework :: Trio
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
