Easy packaging for cython wheels.
Project description
Cython packaging for python wheels
Requirements
pip install -r requirements.txt
pip install cywheel
Getting Started
from cywheel import CyMake
if __name__=="__main__":
maker = CyMake(root="/home/user/python/project-python",
setup="setup.py",
version="1.0a1")
maker.make(submodule="submodule1")
Contributions
Email me at j.cadic@9dw-lab.com for any questions.
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 Distributions
No source distribution files available for this release.
See tutorial on generating distribution archives.