raplonu / CythonPP

Lazy interface for using C++ lib in python using cython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CythonPP, a C++ interface for python library

CythonPP is a library for mapping C++ class/function for python.

Requirements

CythonPP header is written in C++11 so you need a C++11 compiler like Clang or GCC. CythonPP interface code is written in cython and require cython and numpy

Install

You can download the sources directly from github:

git clone https://github.com/raplonu/CythonPP.git

Use

Soon !

Authors

  • Julien Bernard, julien dot bernard at obspm dot fr

Copyright

This library is open source and is distributed under the MIT licence.

About

Lazy interface for using C++ lib in python using cython


Languages

Language:Python 53.2%Language:C++ 45.6%Language:Makefile 1.2%