Metadata-Version: 2.1
Name: beppu
Version: 0.0.1
Summary: Enum based asyncio synchronization event wrapper
Home-page: https://github.com/ashwoods/beppu
Author: Ashley Camba Garrido
Author-email: ashwoods@gmail.com
License: MIT
Description: 
        Beppu
        =====
        
        Provides a utility asyncio synchronization primitive based on `asyncio.Event`
        and `enum.Enum`.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: test
