README.rst
setup.py
src/agoras/__init__.py
src/agoras/core/__init__.py
src/agoras/core/api_base.py
src/agoras/core/interfaces.py
src/agoras/core/auth/__init__.py
src/agoras/core/auth/base.py
src/agoras/core/auth/callback_server.py
src/agoras/core/auth/exceptions.py
src/agoras/core/auth/storage.py
src/agoras/core/feed/__init__.py
src/agoras/core/feed/feed.py
src/agoras/core/feed/item.py
src/agoras/core/feed/manager.py
src/agoras/core/sheet/__init__.py
src/agoras/core/sheet/manager.py
src/agoras/core/sheet/row.py
src/agoras/core/sheet/schedule.py
src/agoras/core/sheet/sheet.py
src/agoras_core.egg-info/PKG-INFO
src/agoras_core.egg-info/SOURCES.txt
src/agoras_core.egg-info/dependency_links.txt
src/agoras_core.egg-info/not-zip-safe
src/agoras_core.egg-info/requires.txt
src/agoras_core.egg-info/top_level.txt
tests/test_api_base.py
tests/test_feed.py
tests/test_interfaces.py
tests/test_sheet.py