Conf

class astropy.utils.data.Conf[source] [edit on github]

Bases: astropy.config.ConfigNamespace

Configuration parameters for astropy.utils.data.

Attributes Summary

compute_hash_block_size Block size for computing MD5 file hashes.
dataurl Primary URL for astropy remote data site.
dataurl_mirror Mirror URL for astropy remote data site.
delete_temporary_downloads_at_exit If True, temporary download files created when the cache is inaccessible will be deleted at the end of the python session.
download_block_size Number of bytes of remote data to download per step.
download_cache_lock_attempts Number of times to try to get the lock while accessing the data cache before giving up.
remote_timeout Time to wait for remote data queries (in seconds).

Attributes Documentation

compute_hash_block_size

Block size for computing MD5 file hashes.

dataurl

Primary URL for astropy remote data site.

dataurl_mirror

Mirror URL for astropy remote data site.

delete_temporary_downloads_at_exit

If True, temporary download files created when the cache is inaccessible will be deleted at the end of the python session.

download_block_size

Number of bytes of remote data to download per step.

download_cache_lock_attempts

Number of times to try to get the lock while accessing the data cache before giving up.

remote_timeout

Time to wait for remote data queries (in seconds).