Skip to content

sachadee/py2pyd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

py2pyd

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.py

output:

The compiled .pyd or .so shared library

About

Cross-platform .py file to shared library compiler, .pyd (Windows) or .so (Linux).

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages