8000 GitHub - Serge3leo/cython-package-example: Example of a package with Cython extensions.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Serge3leo/cython-package-example

 
 

Repository files navigation

Cython package example

Purpose

The purpose of this package is to demonstrate how to organize a project developed using Cython. It shows a suitable folder structure according to the best practices, how to create extension modules with Cython, how to implement functions in C and make them available to Cython, how to include package data, how to write a setup.py script that allows users without Cython to install the package nonetheless.

Installation

From a repository checkout

make install

or

CYTHONIZE=1 pip install --user .

From PyPi

pip install --user cython-package-example

About

Example of a package with Cython extensions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.4%
  • Cython 18.8%
  • Makefile 13.1%
  • C 1.7%
0