README.rst
setup.py
soccer/__init__.py
soccer/core.py
soccer/exceptions.py
soccer/util.py
soccer.egg-info/PKG-INFO
soccer.egg-info/SOURCES.txt
soccer.egg-info/dependency_links.txt
soccer.egg-info/requires.txt
soccer.egg-info/top_level.txt
soccer/data_connectors/__init__.py
soccer/data_connectors/data_connector.py
soccer/data_connectors/fdo_connector.py
soccer/data_connectors/tm_connector.py
soccer/tm/__init__.py
soccer/tm/items.py
soccer/tm/middlewares.py
soccer/tm/pipelines.py
soccer/tm/settings.py
soccer/tm/spiders/__init__.py
soccer/tm/spiders/tmcom.py
soccer/writers/__init__.py
soccer/writers/bootstrap_writer.py
soccer/writers/html_writer.py
soccer/writers/json_writer.py
soccer/writers/writer.py
tests/__init__.py
tests/context.py
tests/test_soccer.py