cywheel

Easy packaging for cython wheels.


Keywords
tools
License
MIT
Install
pip install cywheel==1.0a6

Documentation

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

For any question please contact me at j.cadic@protonmail.ch