Metadata-Version: 1.1
Name: yopy
Version: 1.0
Summary: Zero characters communication for humans.
Home-page: https://github.com/sloria/yopy
Author: Steven Loria
Author-email: sloria1@gmail.com
License: UNKNOWN
Description: **********************************************
        yopy: Zero characters communication for humans
        **********************************************
        
        .. code-block:: python
        
            from yopy import Yo
        
            # Send a single yo
            y = Yo('ronaldmcdonald')
            y.yo('hamburglar')
        
            # 'Yo' all subscribers
            y = Yo(token='<your token here>')
            y.yo_all()
        
        
        Or, from the command line:
        
        .. code-block:: bash
        
            $ yopy ronaldmcdonald hamburglar
        
        
        
        `MIT Licensed <http://sloria.mit-license.org/>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
