MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
docs/.gitignore
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/ref/exceptions.rst
docs/ref/index.rst
docs/ref/pages.rst
docs/ref/signals.rst
docs/ref/users.rst
docs/ref/webhooks.rst
docs/ref/workspaces.rst
python_socialtext.egg-info/PKG-INFO
python_socialtext.egg-info/SOURCES.txt
python_socialtext.egg-info/dependency_links.txt
python_socialtext.egg-info/requires.txt
python_socialtext.egg-info/top_level.txt
socialtext/__init__.py
socialtext/client.py
socialtext/exceptions.py
socialtext/urls.py
socialtext/resources/__init__.py
socialtext/resources/base.py
socialtext/resources/pages.py
socialtext/resources/signals.py
socialtext/resources/users.py
socialtext/resources/webhooks.py
socialtext/resources/workspaces.py
tests/__init__.py
tests/fakeserver.py
tests/test_base.py
tests/test_client.py
tests/test_pages.py
tests/test_signals.py
tests/test_urls.py
tests/test_users.py
tests/test_webhooks.py
tests/test_workspaces.py
tests/utils.py