Metadata-Version: 2.1
Name: IPyC
Version: 1.0.0.post0
Summary: A basic IPC implementation for Python
Home-page: https://github.com/dovedevic/IPyC
Author: dovedevic
License: GPL
Project-URL: Documentation, https://ipyc.readthedocs.io/en/latest/
Project-URL: Issue tracker, https://github.com/dovedevic/IPyC/issues
Description: # IPyC
        IPyC - Inter(python)process Communication using asyncronous sockets.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.5.3
Description-Content-Type: text/x-rst
Provides-Extra: docs
