Utilities for packing multiple pyx files into a single Cython extension
Project description
snakehouse
snakehouse is a tool to pack mutiple .pyx files into a single extension so that they are importable as separate Python modules inside Python.
Inspired by this StackOverflow discussion.
Tested and works on CPython 3.5-3.12, both Windows and Linux.
It doesn't work on PyPy due to lack of
PyModule_FromDefAndSpec
symbol.
READ BEFORE YOU USE
Be sure to read the docs before you start using it.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
snakehouse-1.6.tar.gz
(10.5 kB
view hashes)
Built Distribution
snakehouse-1.6-py3-none-any.whl
(11.6 kB
view hashes)