Skip to content

gchan510/cython_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Scripts to compile python to shared libraries and/or binaries

Compile (possible nested) python packages to shared libraries

Run from top-level package: python setup.py build_ext --inplace

This will place the shared libraries with the same directory structure under package_name

NOTE: When copying shared libs directory to another one (e.g. ext_libs), you must modify sys.path to include ext_libs otherwise it won't find the modules

About

Scripts for cythonizing python code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages