Web service for automated stock-keeping of a soda machine written in Python.
Find a file
s3lph 924b9cee77
All checks were successful
/ test (push) Successful in 1m23s
/ codestyle (push) Successful in 1m1s
/ build_wheel (push) Successful in 2m0s
/ build_debian (push) Successful in 2m28s
v0.4.5
2024-12-11 01:39:53 +01:00
.forgejo/workflows feat: migrate from woodpecker to forgejo actions 2023-12-19 05:01:51 +01:00
matemat v0.4.5 2024-12-11 01:39:53 +01:00
package/debian/matemat feat: allow multiple barcodes to be associated with a product 2024-12-09 22:07:54 +01:00
static feat: improve "logout after purchase" ui representation 2024-12-08 00:21:11 +01:00
templates feat: proper thumbnail cache handling, removal of cachebusters 2024-12-11 01:31:29 +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 v0.4.5 2024-12-11 01:39:53 +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 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