2018-06-13 00:52:47 +02:00
|
|
|
# Matemat
|
2018-06-12 22:01:01 +02:00
|
|
|
|
2018-06-13 00:52:47 +02:00
|
|
|
[![pipeline status](https://gitlab.com/s3lph/matemat/badges/master/pipeline.svg)][master]
|
|
|
|
[![coverage report](https://gitlab.com/s3lph/matemat/badges/master/coverage.svg)][master]
|
|
|
|
|
|
|
|
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
|
2018-07-07 15:23:24 +02:00
|
|
|
[ckruse/matemat][oldapp] (last commit 2013-07-09).
|
2018-06-13 00:52:47 +02:00
|
|
|
|
|
|
|
## Further Documentation
|
|
|
|
|
|
|
|
[Wiki][wiki]
|
2018-06-12 22:01:01 +02:00
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
2018-07-16 19:47:54 +02:00
|
|
|
- Python 3 (>=3.7)
|
2018-06-12 22:01:01 +02:00
|
|
|
- Python dependencies:
|
2018-07-20 00:32:51 +02:00
|
|
|
- file-magic
|
2018-07-09 00:11:40 +02:00
|
|
|
- jinja2
|
2018-06-12 22:01:01 +02:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```sh
|
|
|
|
python -m matemat
|
|
|
|
```
|
|
|
|
|
2018-06-13 00:52:47 +02:00
|
|
|
## Contributors
|
|
|
|
|
|
|
|
- s3lph
|
|
|
|
- SPiNNiX
|
|
|
|
|
2018-06-12 22:01:01 +02:00
|
|
|
## License
|
|
|
|
|
2018-06-13 00:52:47 +02:00
|
|
|
[MIT License][mit-license]
|
|
|
|
|
|
|
|
|
2018-07-07 15:23:24 +02:00
|
|
|
[oldapp]: https://github.com/ckruse/matemat
|
2018-06-13 00:52:47 +02:00
|
|
|
[mit-license]: https://gitlab.com/s3lph/matemat/blob/master/LICENSE
|
|
|
|
[master]: https://gitlab.com/s3lph/matemat/commits/master
|
2018-06-13 01:38:37 +02:00
|
|
|
[wiki]: https://gitlab.com/s3lph/matemat/wikis/home
|