Metadata-Version: 2.4
Name: zerorpc-numpy
Version: 0.7.0
Summary: zerorpc is a flexible RPC based on zeromq with msgpack-numpy support.
Author-email: Francois-Xavier Bourlet <bombela+zerorpc@gmail.com>
Maintainer: Jan Clemens
Requires-Python: >3.10
Description-Content-Type: text/markdown
License-Expression: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
License-File: LICENSE
Requires-Dist: msgpack>=0.5.2
Requires-Dist: msgpack-numpy>=0.4.3
Requires-Dist: pyzmq>=13.1.0
Requires-Dist: future
Requires-Dist: gevent>=1.2
Requires-Dist: pytest ; extra == "test"
Project-URL: Homepage, https://github.com/postpop/zerorpc-python
Project-URL: Upstream, https://github.com/0rpc/zerorpc-python
Provides-Extra: test

# 0RPC-python, extended
Install this version with: `pip install zerorpc-numpy`

## Credits
`zerorpc-numpy` is a maintained fork of
[0rpc/zerorpc-python](https://github.com/0rpc/zerorpc-python), originally
created by Francois-Xavier Bourlet.

This fork includes work derived from:

- [fortunado/zerorpc-python](https://github.com/fortunado/zerorpc-python/tree/python_stuff)
  for Python-specific RPC extensions, including keyword arguments and pickle
  serialization.
- [JNevrly/zerorpc-python](https://github.com/JNevrly/zerorpc-python/tree/msgpack_numpy_integration)
  for msgpack-numpy integration.

See the [Original README](https://github.com/0rpc/zerorpc-python) for more information.
