This is a simple HTTP service that can be used to demonstrate the use of PyInstaller to create an executable from a Python script that is a web server. The components of the service are:
- A
cli.pyPython script that prints hello world for the user. - A
README.mdfile that describes the service and how to use it. - A
LICENSEfile that contains the MIT license for the service. - A
requirements.txtfile that lists the Python packages required by the service. - A
requirements.infile that is used to generate therequirements.txtfile. - A
Makefilethat contains targets for building and cleaning the service. - A
make.batfile that contains targets for building and cleaning the service on Windows.