Metadata-Version: 2.1
Name: python-server-MPZinke
Version: 0.0.1
Summary: A Flask server class for simple routing by HTTP method.
Author: Mathew Zinke
Project-URL: Homepage, https://github.com/MPZinke/PythonServer
Project-URL: Bug Tracker, https://github.com/MPZinke/PythonServer/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# PythonServer
A Flask server class for simple routing by HTTP method.


## Build Commands
FROM: https://packaging.python.org/en/latest/tutorials/packaging-projects/

`python3 -m pip install --upgrade build`
`python3 -m pip install --upgrade twine`
`python3 -m build`
`python3 -m twine upload --repository testpypi dist/*`
- username: `__token__`
- password: `<API KEY>`

`python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps python_server_MPZinke`
