Metadata-Version: 2.1
Name: pickledsocks
Version: 0.1.3
Summary: Websockets lib
Author-email: Ivan Z <ivangzimmerman@gmail.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# pickledsocks


Facilitate connections processes.

Python programs communicate amongst themselves with `pickle` or `json`.
They must communicate with non-python programs with `json`, because
of course non-python processes cannot use `pickle`.
