Metadata-Version: 2.0
Name: greenstack-greenlet
Version: 1.0
Summary: Greenlet compatibility for Greenstack
Home-page: https://github.com/tbodt/greenstack/tree/master/greenstack-greenlet
Author: Theodore Dubois
Author-email: tblodt@icloud.com
License: MIT License
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: greenstack

This package is a simple implementation of the ``greenlet`` module using
Greenstack. Both this package and greenlet can be installed, but this
package takes precedence, since it is a Python package and not an extension
module.


