pip install daytum-data
To avoid explicitly providing a username/password to every API call set the following environment variables in your shell
BAZEAN_POSTGRES_USERNAME
BAZEAN_POSTGRES_PASSWORD
Then import the catalogues
from intake import cat
e.g. to get the historical production data by API number
cat.production.production_by_api(api='33001000050000')