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-10-19 21:46:41 +02:00
doc@411880ae72 Implemented SMTP receipt sending. 2018-09-07 22:45:20 +02:00
matemat Merge branch 'staging' into deployment 2018-10-19 20:36:29 +02:00
package Fixed gitignore and added missing files 2018-10-19 21:46:41 +02:00
static Implemented sales statistics page. 2018-10-01 21:08:37 +02:00
templates Implemented sales statistics page. 2018-10-01 21:08:37 +02:00
testing Added missing python-coverage to testing docker image. 2018-08-02 21:28:00 +02:00
.gitignore Fixed gitignore and added missing files 2018-10-19 21:46:41 +02:00
.gitlab-ci.yml Fixed gitignore and added missing files 2018-10-19 21:46:41 +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