Metadata-Version: 2.1
Name: dan-socket
Version: 0.1.0
Summary: Event-driver socket client and server
Home-page: https://github.com/fredericowu/dan_socket
Author: Frederico Dias Wu
Author-email: fredericowu@gmail.com
License: Apache 2.0
Project-URL: Documentation, https://github.com/fredericowu/dan_socket
Project-URL: Source, https://github.com/fredericowu/dan_socket
Description: # Event-Driven Socket Client and Server
        ```
        $ git clone https://github.com/fredericowu/dan_socket.git
        $ cd dan_socket/examples
        $ python server.py
        # Open another terminal
        $ python client.py
        ```
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Description-Content-Type: text/markdown
