Skip to content

Python script that attempts to combine multiple .py and .pyx into a single .pyd or .so extension.

License

Notifications You must be signed in to change notification settings

Keithcat1/Multimodule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multimodule is a script that allows you to take multiple .py and .pyx files and turn them into a single .pyx file using Cython.
This is only tested on windows!
The script uses the begins library to parse command line arguments.
Running 'python multimodule.py --help' should output enough help.

About

Python script that attempts to combine multiple .py and .pyx into a single .pyd or .so extension.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages