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

bumptech/nitro-python

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Python bindings for nitro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published