Skip to content

jon-edward/cython-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cython-template

This is a Cython multi-submodule template project.

Instructions

Clone this repo, and run pip install Cython setuptools pyparsing in the cloned directory after creating a virtual environment to install the development dependencies.

Run python setup.py build_ext --inplace to compile the extension module and generate the stub files.

Note

The stub files are not perfect, and do not accurately translate all of Cython to Python's types. The goal is to provide a starting point for writing better stubs if typing information is a priority.

Run python main.py to run the test script.

About

This is a Cython multi-submodule template project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published