├── LICENSE.md ├── README.md ├── agents-to-csv.py ├── backups └── README.md ├── batch-update-top-containers.py ├── container-to-csv.py ├── delete-subjects.py ├── download-all-resources-by-repo.py ├── download-subject-data.py ├── download-subjects.py ├── get-access-restrict-notes.py ├── get-language-materials-info.py ├── logs └── README.md ├── parse-subject-log.py ├── update-URIs.py ├── update-resource-language-codes.py ├── update-resources.py ├── upload-new-subjects.py └── upload-updated-resources.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/README.md -------------------------------------------------------------------------------- /agents-to-csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/agents-to-csv.py -------------------------------------------------------------------------------- /backups/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/backups/README.md -------------------------------------------------------------------------------- /batch-update-top-containers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/batch-update-top-containers.py -------------------------------------------------------------------------------- /container-to-csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/container-to-csv.py -------------------------------------------------------------------------------- /delete-subjects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/delete-subjects.py -------------------------------------------------------------------------------- /download-all-resources-by-repo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/download-all-resources-by-repo.py -------------------------------------------------------------------------------- /download-subject-data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/download-subject-data.py -------------------------------------------------------------------------------- /download-subjects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/download-subjects.py -------------------------------------------------------------------------------- /get-access-restrict-notes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/get-access-restrict-notes.py -------------------------------------------------------------------------------- /get-language-materials-info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/get-language-materials-info.py -------------------------------------------------------------------------------- /logs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/logs/README.md -------------------------------------------------------------------------------- /parse-subject-log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/parse-subject-log.py -------------------------------------------------------------------------------- /update-URIs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/update-URIs.py -------------------------------------------------------------------------------- /update-resource-language-codes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/update-resource-language-codes.py -------------------------------------------------------------------------------- /update-resources.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/update-resources.py -------------------------------------------------------------------------------- /upload-new-subjects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/upload-new-subjects.py -------------------------------------------------------------------------------- /upload-updated-resources.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruthtillman/ASpaceASnake/HEAD/upload-updated-resources.py --------------------------------------------------------------------------------