Jose M. Guisado
828d6c0ce7
list scopes: pretty print scope tree
...
Use json module to pretty print the scope tree. JSON keys are ordered
and two-space indentation is used.
2022-05-16 15:17:58 +02:00
OpenGnSys Support Team
5f922571e2
ogCLI is AGPLv3+
...
Update license header in files.
2021-05-14 00:26:33 +02:00
Jose M. Guisado
565e798ef9
Print json instead of python dict in responses
...
r.json() decodes the responses json and passes it to json.loads() which
will convert the content into a python dictionary.
Print the literal JSON text so that output can be further manipulated by
other tools like jq.
2021-03-18 15:40:35 +01:00
OpenGnSys Support Team
14b7729a71
add license header to source code files
2020-07-01 12:34:46 +02:00
Roberto Hueso Gómez
dbf0f00650
Rename files to remove 'og' prefix
...
This prefix is redundant on almost every file, so the prefix is removed from
filenames and imports.
2020-06-30 12:51:51 +02:00