MANIFEST.in
README.rst
requirements.txt
setup.py
fbads/__init__.py
fbads/client.py
fbads/main.py
fbads.egg-info/PKG-INFO
fbads.egg-info/SOURCES.txt
fbads.egg-info/dependency_links.txt
fbads.egg-info/not-zip-safe
fbads.egg-info/requires.txt
fbads.egg-info/top_level.txt
fbads/managers/__init__.py
fbads/managers/account.py
fbads/managers/base.py
fbads/managers/campaign.py
fbads/managers/creative.py
fbads/managers/customaudience.py
fbads/managers/fbx.py
fbads/managers/group.py
fbads/managers/user.py
fbads/resources/__init__.py
fbads/resources/account.py
fbads/resources/base.py
fbads/resources/campaign.py
fbads/resources/creative.py
fbads/resources/customaudience.py
fbads/resources/fbx.py
fbads/resources/group.py
fbads/resources/user.py
tests/__init__.py
tests/test_account.py
tests/test_campaign.py
tests/test_creative.py
tests/test_customaudience.py
tests/test_fbx.py
tests/test_group.py
tests/test_user.py