Web service for automated stock-keeping of a soda machine written in Python.
Go to file
s3lph bfc503c5d3
All checks were successful
/ test (push) Successful in 49s
/ codestyle (push) Successful in 46s
/ build_wheel (push) Successful in 1m9s
/ build_debian (push) Successful in 2m13s
feat: sort products in list
2024-05-05 00:21:04 +02:00
.forgejo/workflows feat: migrate from woodpecker to forgejo actions 2023-12-19 05:01:51 +01:00
matemat feat: sort products in list 2024-05-05 00:21:04 +02:00
package/debian/matemat chore: migrate from gitlab-ci to woodpecker 2023-07-29 23:12:38 +02:00
static feat: improve link sizes for touchscreens 2023-12-22 19:57:51 +01:00
templates fix: improve auto logout 2024-04-12 23:43:01 +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
CHANGELOG.md feat: sort products in list 2024-05-05 00:21:04 +02:00
LICENSE Added readme and license file. 2018-06-12 22:01:01 +02:00
README.md feat: migrate from woodpecker to forgejo actions 2023-12-19 05:01:51 +01: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

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