Metadata-Version: 1.1
Name: p2p-python
Version: 1.0.4
Summary: Simple peer2peer library.
Home-page: https://github.com/namuyan/p2p-python
Author: namuyan
Author-email: UNKNOWN
License: MIT Licence
Description-Content-Type: UNKNOWN
Description: p2p-python
        ==========
        I seek a library that can make a simple P2P network.  
        This library enables you create P2P application.
        
        ## Require
        * Python3 (>=3.5)
        * [bin-json](https://github.com/namuyan/bin-json)
        
        ## How to install
        ```commandline
        pip install git+https://github.com/namuyan/p2p-python.git
        ```
        
        ## how to use
        * command
            * [Basic](doc/BASIC.md)
            * [Direct cmd](doc/DIRECT_CMD.md)
            * [Broadcast cmd](doc/BROADCAST_CMD.md)
            * [another cmd](doc/ANOTHER_CMD.md)
        * tool
            * [FileShare](doc/SHARE.md)
            * [Channel](doc/CHANNEL.md)
        
        ## Author
        [@namuyan_mine](http://twitter.com/namuyan_mine/)
        
        ## Licence
        MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
