pydoit_nb.config_tools

pydoit_nb.config_tools#

Re-usable tools that can help when creating configuration

These are likely most helpful for workflows that make use of pydoit-nb.

URLSource#

class URLSource(url, known_hash)[source]#

Bases: object

Source information for downloading a source from a URL

known_hash: str#

Known hash for the downloaded file

url: str#

URL to download from