Metadata-Version: 1.1
Name: pyee
Version: 3.0.3
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 an ``EventEmitter`` object similar to the ``EventEmitter``
        from Node.js.
        
        Docs:
        -----
        
        Authgenerated API docs, including basic installation directions and examples,
        can be found at https://pyee.readthedocs.io .
        
        Development:
        ------------
        
        - For development purposes, you can link this project to your global space with
          ``python setup.py develop``.
        - Tests can be ran with ``python setup.py test``.
        - Documentation can be generated with ``cd ./docs && make html``.
        
        Changelog:
        ----------
        
        https://github.com/jfhbrook/pyee/blob/master/CHANGELOG.md
        
        License:
        --------
        
        MIT/X11, see LICENSE file.
        
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: Topic :: Other/Nonlisted Topic
