paths#

Paths for the project.

The data_dir will be the local directory where the data files are stored in forked repositories. If the directory does not exist, it will create a URLPath object pointing to the data directory on the main branch of the pymc-labs/pymc-marketing repository.

Functions

create_data_url(branch)

Create a URLPath object for the data directory on a specific branch.

Classes

URLPath(url)

A class representing a URL path which can be used like a file path.