snakehouse ==========  [](https://codeclimate.com/github/smok-serwis/snakehouse) [](https://codeclimate.com/github/smok-serwis/snakehouse) [](https://pypi.python.org/pypi/snakehouse) [](https://badge.fury.io/py/snakehouse) [](https://pypi.python.org/pypi/snakehouse) []() [](http://snakehouse.readthedocs.io/en/latest/?badge=latest) [](https://github.com/smok-serwis/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](https://stackoverflow.com/questions/30157363/collapse-multiple-submodules-to-one-cython-extension). Tested and works on CPython 3.5-3.12, both Windows and [Linux](https://travis-ci.org/github/smok-serwis/snakehouse). It doesn't work on PyPy due to lack of `PyModule_FromDefAndSpec` symbol. READ BEFORE YOU USE =================== Be sure to read the [docs](http://snakehouse.readthedocs.io/en/latest/) before you start using it.