Skip to main content

RaptorQ RFC6330 C++ bindings for python

Project description

pyraptorq

PyPI version PyPI - Python Version Downloads

Python bindings with RaptorQ implementation.

Examples

You can find usage example in the /examples folder.

Supported platforms

  • Linux (x86_64)
  • MacOS (arm64)
  • Windows (x86_64)
  • should be more in future

How to install

From pypi, if your system is supported

pip install pyraptorq

From source

  • Compile shared library as described in cpp-raptorq/README.md
  • Create instance of RaptorQCppEngine with path to shared library as argument and provide it to Decoder and Encoder.
from pyraptorq import Encoder, Decoder, RaptorQCppEngine


engine = RaptorQCppEngine('path_to_lib')
encoder = Encoder(b'data', 2, engine)
decoder = Decoder(2, 2, 4, engine)

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

pyraptorq-0.1.2.tar.gz (473.2 kB view hashes)

Uploaded Source

Built Distribution

pyraptorq-0.1.2-py3-none-any.whl (474.8 kB view hashes)

Uploaded Python 3

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