Skip to main content

cffi-based Python bindings for nanomsg

Project description

Is what it says on the tin. Stay tuned for more. Dependencies:

How to install

The usual should work:

$ sudo pip install .

Getting started

import nnpy

pub = nnpy.Socket(nnpy.AF_SP, nnpy.PUB)
pub.bind('inproc://foo')

sub = nnpy.Socket(nnpy.AF_SP, nnpy.SUB)
sub.connect('inproc://foo')
sub.setsockopt(nnpy.SUB, nnpy.SUB_SUBSCRIBE, '')

pub.send('hello, world')
print(sub.recv())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nnpy-1.2.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file nnpy-1.2.tar.gz.

File metadata

  • Download URL: nnpy-1.2.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for nnpy-1.2.tar.gz
Algorithm Hash digest
SHA256 c7465f72a43f2cc128d9ce6aae32cc112c59a011139e2eb8080c21dfdb229e72
MD5 9eb30c98c299d0d89a576f6083f0261a
BLAKE2b-256 118b18a1a2db4adfb3ebc6547801d0c43b2db18c09b77974cbd8f6a6e5d640d1

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page