1
0
Fork 0
forked from s3lph/matemat
Web service for automated stock-keeping of a soda machine written in Python.
Go to file
2023-09-09 18:38:59 +02:00
matemat fix: bottle by default re-encodes UTF-8 to latin1 2023-09-09 18:38:59 +02:00
package/debian/matemat chore: migrate from gitlab-ci to woodpecker 2023-07-29 23:12:38 +02:00
static fix: purchase confirmation overlay animation 2023-05-17 01:55:40 +02:00
templates chore: migrate from gitlab-ci to woodpecker 2023-07-29 23:12:38 +02: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
.woodpecker.yml fix: bottle by default re-encodes UTF-8 to latin1 2023-09-09 18:38:59 +02:00
CHANGELOG.md fix: bottle by default re-encodes UTF-8 to latin1 2023-09-09 18:38:59 +02:00
LICENSE Added readme and license file. 2018-06-12 22:01:01 +02:00
README.md chore: migrate from gitlab-ci to woodpecker 2023-07-29 23:12:38 +02:00
requirements.txt setup.py optimization and debian packaging 2018-09-15 02:12:16 +02:00
setup.cfg Pagelet initialization test. 2018-08-18 02:44:09 +02:00
setup.py chore: migrate from gitlab-ci to woodpecker 2023-07-29 23:12:38 +02:00

Matemat

status-badge

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).

Dependencies

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

Usage

python -m matemat

Contributors

  • s3lph
  • SPiNNiX
  • jonny

License

MIT License