9.1. Web Retrieval Services — MDAnalysis.fetch

The MDAnalysis.fetch module contains various functions that are able to download resources from the internet. All functions return a Path object. Path objects are able to be passed as argument to initalize an instance of Universe.

To use these functions, the optional dependency pooch is required.