download
raw
320 Bytes
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
import json
import sys
# Last argument is the target file into which we'll write the env variables as json.
json_file = sys.argv[-1]
with open(json_file, "w") as outfile:
json.dump(dict(os.environ), outfile)

Xet Storage Details

Size:
320 Bytes
·
Xet hash:
0f019ff19ec66ef279c0f682ed06d9b5bf75ceef97895d60687be2649d97b958

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.