Metadata-Version: 2.4
Name: routio
Version: 1.0.0
Summary: Python package for routio IPC library
Home-page: https://github.com/lukacu/routio
Author: Luka Cehovin Zajc
Author-email: Luka Cehovin Zajc <luka.cehovin@protonmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/lukacu/routio
Project-URL: Documentation, https://github.com/lukacu/routio
Project-URL: Source Code, https://github.com/lukacu/routio
Project-URL: Bug Tracker, https://github.com/lukacu/routio/issues
Keywords: ipc,interprocess,communication,messaging,rpc
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.16
Requires-Dist: jinja2
Requires-Dist: pyparsing
Requires-Dist: future
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Routio IPC library #

A simple and efficient interprocess communication (IPC) library written in C++. This is a Python package that provides the core library wrapped for Python usage.
