erstellt aus einer Anwesenheitsliste verschiedene Formate zum Abhaken der drei "G"s (Getestet, Genesen, Geimpft)
Report Bug
·
Request Feature
Table of Contents
konzertmeister-3g ist ein Kommandozeilentool und erstellt aus einer Anwesenheitsliste verschiedene Formate zum Abhaken der drei "G"s (Getestet, Genesen, Geimpft).
Grundvoraussetzung ist eine CSV Datei mit den Anwesenheiten aus Konzertmeister exportiert. In example/export_attendence.html ist der Weg dazu beschrieben.
Vorausgesetzt wird eine Python Umgebung mit PIP.
- Wheel Datei (.whl) aus den Releases herunterladen.
- konzertmeister-3g installieren
pip install konzertmeister_3g*.whl - Completions installieren (optional)
konzertmeister-3g --install-completion
$ konzertmeister-3g [OPTIONS] FILEArguments:
FILE: Konzertmeister CSV [required]
Options:
-i, --interactively: ask for everything interactively--pdf: export PDF--xlsx: export XLSX--html: export HTML--md: export Markdown--latex: export LaTeX--csv: export CSV--checkbox: Checkbox in HTML and Markdown?--title TEXT: [default: Nachweiskontrolle 3G (Getestet, Genesen, Geimpft)]--date TEXT: [default: aktuelles Datum]--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.--help: Show this message and exit.
Es scheint, als gäbe es Probleme unter Windows (Mac nicht getestet). Auch gibt es bis jetzt nur fertige mit pyinstaller gepackte ausführbare releases.
Hier ein Beispiel, welches auch in example zu finden ist.
See the open issues for a list of proposed features (and known issues).
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Python dependencies are managed via Poetry.
Various git pre-commit hooks are in place to ensure code quality:
- Generic formatting and consistency checking.
- Sort Python imports via
isort. - Format Python code via
black.
Distributed under the MIT License. See LICENSE for more information.
Your Name - @your_twitter - email@example.com
Project Link: https://github.com/bvrn/konzertmeister-3g