aboutsummaryrefslogtreecommitdiff
path: root/gn3/file_utils.py
AgeCommit message (Expand)Author
2021-03-23Convert Path object to a strBonfaceKilz
2021-03-23Update where cached file is storedBonfaceKilz
2021-03-23Add function to cache ipfs filesBonfaceKilz
2021-03-17gn3: file_utils: Apply autopep-8BonfaceKilz
2021-03-10Extract file to the correct locationBonfaceKilz
2021-03-08Create a more generic procedure for getting hash values of filesBonfaceKilz
2021-03-08Replace APP_DEFAULTS dict with actual conf paramsBonfaceKilz
2021-03-08Delete "lookup_file" procedureBonfaceKilz
2021-03-08Extract files to "/TMPDIR/TOKEN"BonfaceKilz
2021-03-08Move "generate_random_n_string" to file_utilsBonfaceKilz
2021-02-16Add procedure for uploading gzipped fileBonfaceKilz
2021-02-12Add configuration file for the projectBonfaceKilz
2021-02-12Use sorted list of files when calculating md5sums of directoryBonfaceKilz
2021-02-12Add new procedure to return a python dict from a json fileBonfaceKilz
2021-02-12Add new procedure for looking up files in a given ENV variableBonfaceKilz
2021-02-12Add function for computing the hash of a directoryBonfaceKilz