├── .gitignore ├── LICENSE ├── README.md ├── ca.crt ├── csv2json.py ├── example-config.csv ├── example-config.json └── jlu-health-reporter.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TechCiel/jlu-health-reporter/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TechCiel/jlu-health-reporter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TechCiel/jlu-health-reporter/HEAD/README.md -------------------------------------------------------------------------------- /ca.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TechCiel/jlu-health-reporter/HEAD/ca.crt -------------------------------------------------------------------------------- /csv2json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TechCiel/jlu-health-reporter/HEAD/csv2json.py -------------------------------------------------------------------------------- /example-config.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TechCiel/jlu-health-reporter/HEAD/example-config.csv -------------------------------------------------------------------------------- /example-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TechCiel/jlu-health-reporter/HEAD/example-config.json -------------------------------------------------------------------------------- /jlu-health-reporter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TechCiel/jlu-health-reporter/HEAD/jlu-health-reporter.py --------------------------------------------------------------------------------