- Configuration file to store variables
- use cron to run the script at 1 minute intervals rather than in the script
- use raspisump_alternate.py if you want to run raspisump as a continuous
process without cron. Use only if you need to use intervals less than one minute.
- use checkpid.py if using as continuous process to monitor health of raspisump
process and restart it if stopped.
- PEP8 changes to code
- other code cleanup
- Added MIT License
- Added changelog