View get_profile.py
#!/usr/bin/env python | |
""" | |
Module to ease work with nightscout profiles. | |
By default lists all profiles found, and supports following sub-commands: | |
* profiles - list defined profiles | |
* display - display named (or default) profile | |
(in nightscout or OpenAPS format) | |
* get - save to disk profile in OpenAPS format | |
""" |