1
0
Fork 0
forked from s3lph/matemat
Web service for automated stock-keeping of a soda machine written in Python.
Find a file
2018-09-15 02:12:16 +02:00
doc@411880ae72 Implemented SMTP receipt sending. 2018-09-07 22:45:20 +02:00
matemat setup.py optimization and debian packaging 2018-09-15 02:12:16 +02:00
package setup.py optimization and debian packaging 2018-09-15 02:12:16 +02:00
static Snapping sensitivity now independent of size. 2018-07-24 00:38:37 +02:00
templates Implemented default images. 2018-09-10 00:45:32 +02:00
testing Added missing python-coverage to testing docker image. 2018-08-02 21:28:00 +02:00
.gitignore Merge branch '7-configuration-file' into DO-NOT-MERGE-horrible-webapp 2018-07-13 20:58:37 +02:00
.gitlab-ci.yml setup.py optimization and debian packaging 2018-09-15 02:12:16 +02:00
.gitmodules Added wiki repo as a git submodule in /doc. 2018-06-13 01:46:30 +02:00
LICENSE Added readme and license file. 2018-06-12 22:01:01 +02:00
matemat.docker.conf Added partial config file for deployment image. 2018-07-16 19:53:26 +02:00
README.md Added pillow dependency. 2018-09-09 23:27:23 +02:00
requirements.txt setup.py optimization and debian packaging 2018-09-15 02:12:16 +02:00
run.sh Wrapped command for running matemat in the staging container in a shell script 2018-07-20 11:47:41 +02:00
setup.cfg Pagelet initialization test. 2018-08-18 02:44:09 +02:00
setup.py setup.py optimization and debian packaging 2018-09-15 02:12:16 +02:00
touchkey.html first, horribly broken, undocumented implementation of the matemat webapp using jinja2 templates 2018-07-07 15:11:27 +02:00

Matemat

pipeline status coverage report

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 ckruse/matemat (last commit 2013-07-09).

Further Documentation

Wiki

Dependencies

  • Python 3 (>=3.7)
  • Python dependencies:
    • file-magic
    • jinja2
    • Pillow

Usage

python -m matemat

Contributors

  • s3lph
  • SPiNNiX

License

MIT License