Skip to content

Simple example of how to wrap a C library with Cython

License

Notifications You must be signed in to change notification settings

ahelm/cython_oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks