Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

bumptech/nitro-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python bindings for nitro

Nitro is a library for painlessly writing scalable, fast, and secure message-passing network applications.

This library provides a Python interface to the Nitro framework.

Installation

If you don't have Nitro installed already, you'll need to install it. The website links to the latest release. Alternatively, you can get the source from Github.

Once you have the Nitro source, follow the installation instructions in the README.

After Nitro is installed, simply run

python setup.py install

and you're on your way.

Misc

If you want to do development on python-nitro, you'll need Cython >= 0.19.1 in order to generate C code from the .pyx file.

Releases

No releases published

Packages

No packages published