OOB-Dashboard/ppcbudget/__init__.py

9 lines
262 B
Python

"""Amazon Ads out-of-budget analyzer.
Turns one or more `amazon-ads-history_*.xlsx` change-history exports into a
formatted Excel report showing which campaigns run out of budget, for how
long, how often, and what it plausibly costs.
"""
__version__ = "1.0.0"