willip
e6857efe04
- update .gitignore to ignore python bytecode
- move log-routine to pyf - add feature to check_update to properly check if the file exists
roadmap
- virtualenv
- git repo
- how to make a daemon?
- get argparse working
- implement config file
- model default system
- list / add / edit / delete operating systems
- model -> storage -> bool overwrite_always false
cli
$ ./quickos -h
usage: quickos.py [-h] os storage
flash linux operating systems on the fly
positional arguments:
os the operating system that should be flashed
storage the storage where the os shall be flashed
optional arguments:
-h, --help show this help message and exit
model
operating_system
- string file_name
- string file_url
- string test_name
- string test_url
- string test_sha256
- int interval [ days ], default = 7 days
storage
- id operating_system
- string label
- string uuid [- bool overwrite_always false]
Languages
Python
100%