utilities

The utilities module contains some boilerplate-level functions to assist with this library’s work. Generally speaking, we recommend not using these functions externally, as they were only designed to support the library’s functions and might function incorrectly outside of that use-case.

collections

filesystem

Utilities involving the filesystem that other tasks have needed repeatedly -- namely, functions that assist with proper handling of temporary files.

yaml

These functions handle loading yaml and yaml schema.

zip

The code that handles extracting .zip files live here.