Created
July 7, 2021 08:31
-
-
Save gavinsykes/ead6d1bdc4807d7a0f0679c2c82da4c2 to your computer and use it in GitHub Desktop.
Example JSON returned from get_env.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"os": "Darwin", | |
"os_release": "19.6.0", | |
"os_version": "Darwin Kernel Version 19.6.0: Mon Apr 12 20:57:45 PDT 2021; root:xnu-6153.141.28.1~1/RELEASE_X86_64", | |
"machine": "x86_64", | |
"processor": "i386", | |
"cpu_freq": 1800, | |
"memory": 8589934592 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment