ahelm / cython_oracle

Simple example of how to wrap a C library with Cython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrapping a C library with Cython

This repo is an example of configuring a project to wrap an existing C library with Cython. In this example, the library liboracle will be wrapped by Cython.

Build & Test

To build and run the tests, use

make

This project has following dependencies

  • Recent version of a C compiler
  • Python

All other dependencies should be installed automatically.

About

Simple example of how to wrap a C library with Cython

License:MIT License


Languages

Language:Python 60.3%Language:Makefile 35.0%Language:C 4.7%