Automate
A command line application using click module and structured in the command design pattern:
- invoker ('automate/cli.py' entry point)
- commands ('automate/commands')
- receivers ('automate/service')
Installation
git clone https://github.com/Aron-HD/automate-cli
python setup.py install
- Rename - for automating renaming of files for different awards.
- Scoring - to calculate scoring from judges' scoresheets.
- Metadata - to perform different actions / reports on awards metadata.
- Create - to create scoring assets and scoresheets.