1
0
Fork 0
forked from s3lph/matemat
Web service for automated stock-keeping of a soda machine written in Python.
Find a file
2023-02-20 10:02:12 +01:00
doc@832ba0b4f3 Add theme support 2023-02-20 10:02:12 +01:00
matemat Add theme support 2023-02-20 10:02:12 +01:00
package Add theme support 2023-02-20 10:02:12 +01:00
static Add theme support 2023-02-20 10:02:12 +01:00
templates Add theme support 2023-02-20 10:02:12 +01:00
testing Update docker images 2020-02-03 23:39:35 +01:00
themes Add theme support 2023-02-20 10:02:12 +01:00
.gitignore Fixed gitignore and added missing files 2018-10-19 21:46:41 +02:00
.gitlab-ci.yml Add theme support 2023-02-20 10:02:12 +01:00
.gitmodules Added wiki repo as a git submodule in /doc. 2018-06-13 01:46:30 +02:00
CHANGELOG.md Add theme support 2023-02-20 10:02:12 +01:00
LICENSE Added readme and license file. 2018-06-12 22:01:01 +02:00
matemat.docker.conf Add theme support 2023-02-20 10:02:12 +01:00
README.md Add theme support 2023-02-20 10:02:12 +01: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 v0.2.14: Present an on-screen keyboard and disable file upload in kiosk mode (localhost) 2022-10-22 16:14:19 +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.6)
  • Python dependencies:
    • file-magic
    • jinja2
    • Pillow
    • netaddr

Usage

python -m matemat

Contributors

  • s3lph
  • SPiNNiX
  • jonny

License

MIT License