Web service for automated stock-keeping of a soda machine written in Python.
Find a file
2018-11-11 22:35:09 +01:00
doc@492df9502b Updated Python version in the documentation. 2018-11-03 19:28:15 +01:00
matemat Replaced yet a calendar function not available in Python 3.6 2018-11-03 21:27:17 +01:00
package Attempting to satisfy lintian 2018-11-11 22:31:11 +01: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 rsync to testing docker image 2018-11-07 15:09:45 +01:00
.gitignore Fixed gitignore and added missing files 2018-10-19 21:46:41 +02:00
.gitlab-ci.yml Fixed CI debian command order 2018-11-11 22:35:09 +01:00
.gitmodules Added wiki repo as a git submodule in /doc. 2018-06-13 01:46:30 +02:00
CHANGELOG.md Automatic debian changelog generation 2018-11-04 14:58:59 +01: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 Back to Python 3.6 for the sake of Debian packaging (initial test!) 2018-11-03 18:28:28 +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 Back to Python 3.6 for the sake of Debian packaging (initial test!) 2018-11-03 18:28:28 +01: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

Usage

python -m matemat

Contributors

  • s3lph
  • SPiNNiX

License

MIT License