Source code for gypsum_client.resolve_links

import atexit
import os
import shutil
from typing import Optional

from ._utils import (
    BUCKET_CACHE_NAME,
    _acquire_lock,
    _release_lock,
)
from .cache_directory import cache_directory
from .fetch_operations import fetch_manifest
from .rest_url import rest_url

__author__ = "Jayaram Kancherla"
__copyright__ = "Jayaram Kancherla"
__license__ = "MIT"