Source: nnpy
Maintainer: Frédéric LOUI <frederic.loui@renater.fr>
Section: python
Priority: optional
Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all-dev (>= 2.6.6-3), debhelper (>= 9), python-cffi, python-cffi-backend, libnanomsg-dev, libnanomsg5, nanomsg-utils 
Standards-Version: 3.9.6
Homepage: https://github.com/nanomsg/nnpy

Package: python-nnpy
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-cffi, python-cffi-backend, libnanomsg-dev, libnanomsg5, nanomsg-utils 
Description: cffi-based Python bindings for nanomsg
 nnpy: cffi-based Python bindings for nanomsg
 ============================================
 .
 Is what it says on the tin. Stay tuned for more. Dependencies:
 .
 - Python 2.7 or 3.4
 - cffi (http://cffi.readthedocs.org/en/latest/) and its dependencies
 - nanomsg (tested with 1.0)
 .
 How to install
 --------------
 .
 The usual should work:
 .
 .. code-block:: shell
 .
    $ sudo pip install nnpy
 .
 Getting started
 ---------------

