conda_recipe_manager.fetcher

Modules

conda_recipe_manager.fetcher.artifact_fetcher

Description:

Module that provides general Artifact Fetching utilities and factory methods.

conda_recipe_manager.fetcher.base_artifact_fetcher

Description:

Provides a base class that all Artifact Fetcher are derived from.

conda_recipe_manager.fetcher.exceptions

Description:

Provides exceptions for fetching modules.

conda_recipe_manager.fetcher.git_artifact_fetcher

Description:

Provides an Artifact Fetcher capable of acquiring source code from a remote git repository.

conda_recipe_manager.fetcher.http_artifact_fetcher

Description:

Provides an Artifact Fetcher capable of acquiring a software archive from an HTTP/HTTPS source.