-
Piotr Maślanka authored
* try with pypy3.5 and python 3.6 and python 3.5 * add python 3.3 and 3.4 * allow standard C files * add python 3.4 * spelling mistake * add changelog * add changelog * v1.0.1
Unverified9d794e78
README.md 1.22 KiB
snakehouse~~~~
snakehouse is a tool to pack mutiple .pyx files into a single extension.
Inspired by this StackOverflow discussion.
Tested and works on CPython 3.5-3.9, both Windows and Linux. It doesn't work on PyPy.
Contributions most welcome! If you contribute, feel free to attach a change to CONTRIBUTORS.md as a part of your pull request as well! Note what have you changed in CHANGELOG.md as well!
Usage
Take a look at example on how to multi-build your Cython extensions.
Limitations
- Two modules with the same name cannot be mentioned in a single Multibuild (issue #1).