Metadata-Version: 1.1
Name: py2py
Version: 0.2.0
Summary: Lightweight P2P in Python 2.7+ and Python 3 via HTTP POST
Home-page: https://github.com/etkirsch/py2py
Author: Evan Kirsch
Author-email: etkirsch@gmail.com
License: MIT
Description: py2py
        =======================
        A lightweight module for python 3.4+ which takes all of the fuss out of peer to peer communication. It achieves this via two classes: Sender and Listener. Communication occurs between the two using HTTP POST.
        
Keywords: p2p peer lightweight http post
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
