Metadata-Version: 1.1
Name: pyee
Version: 7.0.2
Summary: A port of node.js's EventEmitter to python.
Home-page: https://github.com/jfhbrook/pyee
Author: Joshua Holbrook
Author-email: josh.holbrook@gmail.com
License: UNKNOWN
Description: pyee
        ====
        
        .. image:: https://travis-ci.org/jfhbrook/pyee.png
           :target: https://travis-ci.org/jfhbrook/pyee
        .. image:: https://readthedocs.org/projects/pyee/badge/?version=latest
           :target: https://pyee.readthedocs.io
        
        pyee supplies a ``BaseEventEmitter`` object that is similar to the
        ``EventEmitter`` class from Node.js. It also supplies a number of subclasses
        with added support for async and threaded programming in python, such as
        async/await as seen in python 3.5+.
        
        Docs:
        -----
        
        Autogenerated API docs, including basic installation directions and examples,
        can be found at https://pyee.readthedocs.io .
        
        Development:
        ------------
        
        See ``DEVELOPMENT.rst``.
        
        Changelog:
        ----------
        
        See ``CHANGELOG.rst``.
        
        Contributors:
        -------------
        
        See ``CONTRIBUTORS.rst``.
        
        License:
        --------
        
        MIT/X11, see ``LICENSE``.
        
Keywords: events,emitter,node.js,node,eventemitter,event_emitter
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Other/Nonlisted Topic
