Web service for automated stock-keeping of a soda machine written in Python.
Find a file
s3lph ca465dbe3e
All checks were successful
/ test (push) Successful in 1m33s
/ codestyle (push) Successful in 1m5s
/ build_wheel (push) Successful in 2m2s
/ build_debian (push) Successful in 2m21s
feat: show account balance after purchase
2025-01-28 00:01:47 +01:00
.forgejo/workflows feat: migrate from woodpecker to forgejo actions 2023-12-19 05:01:51 +01:00
matemat feat: show account balance after purchase 2025-01-28 00:01:47 +01:00
package/debian/matemat chore: migrate from crypt to passlib 2025-01-19 22:03:13 +01:00
static fix: deposit js error 2024-12-17 20:17:26 +01:00
templates feat: add boolean databasestockprovider, add flag to hide out-of-stock products 2025-01-19 22:04:16 +01:00
themes Add theme support 2023-02-20 10:02:12 +01:00
.gitignore feat: take a backup of the sqlite db before executing schema migrations 2024-12-07 22:02:00 +01:00
CHANGELOG.md feat: show account balance after purchase 2025-01-28 00:01:47 +01: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 crypt to passlib 2025-01-19 22:03:13 +01: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