文件名称:nanomsg-python:具有多个后端(CPython和ctypes)的python的nanomsg包装器应支持23和Pypy
文件大小:28KB
文件格式:ZIP
更新时间:2024-05-04 10:36:26
Python
nanomsg-python 适用于Python库,不会影响可用性或性能。 像nanomsg一样,该库仍处于试验阶段,该API相当稳定,但是如果您打算此时使用它,请准备好动手,非常欢迎进行修复和增强。 支持以下版本的Python:CPython 2.6 +,3.2 +和Pypy 2.1.0+ 可以在提出错误和更改请求。 / usr / local中的nanommsg库 如果您是nanomsg,则在/ usr / local中,而您的计算机未配置为在此处找到它,则可以将usr_local_setup.cfg重命名为setup.cfg,以解决此问题。 例子 from __future__ import print_function from nanomsg import Socket , PAIR , PUB s1 = Socket ( PAIR ) s2 = Socket ( PAI
【文件预览】:
nanomsg-python-master
----.gitignore(303B)
----_nanomsg_ctypes()
--------__init__.py(9KB)
----README.md(2KB)
----appveyor.yml(3KB)
----build.cmd(838B)
----_nanomsg_cpy()
--------wrapper.c(15KB)
----test_utils()
--------soaktest.py(1008B)
--------throughput.py(2KB)
----tests()
--------test_pair.py(1KB)
--------test_general_socket_methods.py(1KB)
--------test_pubsub.py(995B)
--------__init__.py(0B)
--------test_poll.py(2KB)
----docs()
--------conf.py(8KB)
--------index.rst(355B)
--------Makefile(7KB)
----LICENSE(1KB)
----nanomsg()
--------wrapper.py(207B)
--------__init__.py(13KB)
--------version.py(21B)
----nanomsg_wrappers()
--------__init__.py(1004B)
----usr_local_setup.cfg(94B)
----setup.py(3KB)
----.travis.yml(694B)