JeanMaximilienCadic / cywheel-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 98.3%Language:Shell 1.7%