forked from s3lph/matemat
Web service for automated stock-keeping of a soda machine written in Python.
9d6c0c9de2
Implemented parsing of multipart/form-data POST requests. Also syntactic sugar for request arguments handling. See merge request s3lph/matemat!6 |
||
---|---|---|
doc@8f85927782 | ||
matemat | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py |
Matemat
A web service for automated stock-keeping of a soda machine written in Python. It provides a touch-input-friendly user interface (as most input happens through the soda machine's touch screen).
This project intends to provide a well-tested and maintainable alternative to [TODO][todo] (discontinued).
Further Documentation
Dependencies
- Python 3 (>=3.6)
- Python dependencies:
- apsw
- bcrypt
Usage
python -m matemat
Contributors
- s3lph
- SPiNNiX