This project contains an example of building a platform agnostic whl file that produces both modules that can be imported or run in terminal.
- Specify CLI commands to run on console
- Packaging resource files (text, images, etc)
- Accessing packaged resource files
Contained are a series of shell scripts to run. For systems that don't support shell scripts, the contained command can be run in cosole as-is.
- buildWhl.sh: build whl file which can be found in the generated dist folder.
- installWhlTools.sh: installs needed python modules for building whl files.