py2pyd is a fully cross-platform CLI tool, to compile Python scripts (.py) into .pyd shared library on Windows or .so on Linux, with only the .py file to compile as argument.
Installation
bash|cmd :
pip install py2pyd
Requierements:
Cython
setuptools
Usage:
To compile a Python file to a .pyd shared library on Windows
or .so on Linux:
py2pyd myscript.pyoutput:
The compiled .pyd or .so shared library