get_cached_urls#
- astropy.utils.data.get_cached_urls(pkgname='astropy')[source]#
Get the list of URLs in the cache. Especially useful for looking up what files are stored in your cache when you don’t have internet access.
The listed URLs are the keys programs should use to access the file contents, but those contents may have actually been obtained from a mirror. See
download_file
for details.- Parameters:
- pkgname
str
, optional The package name to use to locate the download cache. i.e. for
pkgname='astropy'
the default cache location is~/.astropy/cache
.
- pkgname
- Returns:
- cached_urls
list
List of cached URLs.
- cached_urls
See also
cache_contents
obtain a dictionary listing everything in the cache