Metadata-Version: 2.0
Name: procslink
Version: 0.1.2
Summary: ProcsLink provides API for cross-namespace inter-process communication (IPC) over netlink socket.
Home-page: https://github.com/vfreex/procslink
Author: Rayson Zhu
Author-email: vfreex@gmail.com
License: MIT
Keywords: ProcsLink IPC inter-process communication JSON-RPC
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: POSIX
Requires-Dist: future

This module is used for interprocess communication (IPC) for processes in difference namespaces.I designed and wrote this module because existing IPC libraries are not suitable for inter-namespaces communication.Currently, I have implemented a JSON-RPC interface.


