LICENSE
README.md
pyproject.toml
src/gadschain/__init__.py
src/gadschain/server.py
src/gadschain.egg-info/PKG-INFO
src/gadschain.egg-info/SOURCES.txt
src/gadschain.egg-info/dependency_links.txt
src/gadschain.egg-info/entry_points.txt
src/gadschain.egg-info/requires.txt
src/gadschain.egg-info/top_level.txt
src/gadschain/clients/__init__.py
src/gadschain/clients/base.py
src/gadschain/clients/google_ads.py
src/gadschain/core/__init__.py
src/gadschain/core/transformer.py
src/gadschain/models/__init__.py
src/gadschain/models/campaign.py
tests/test_implementation.py
tests/test_integration.py
tests/test_scaffold.py