matemat/README.md

42 lines
965 B
Markdown
Raw Normal View History

# Matemat
2018-06-12 22:01:01 +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
[ckruse/matemat][oldapp] (last commit 2013-07-09).
## Further Documentation
[Wiki][wiki]
2018-06-12 22:01:01 +02:00
## Dependencies
- Python 3 (>=3.6)
2018-06-12 22:01:01 +02:00
- Python dependencies:
- apsw
## Usage
```sh
python -m matemat
```
## Contributors
- s3lph
- SPiNNiX
2018-06-12 22:01:01 +02:00
## License
[MIT License][mit-license]
[oldapp]: https://github.com/ckruse/matemat
[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