AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
docs/Makefile
docs/agents.rst
docs/api.rst
docs/authors.rst
docs/behaviours.rst
docs/conduct.rst
docs/conf.py
docs/contributing.rst
docs/extending.rst
docs/foreword.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/model.rst
docs/modules.rst
docs/presence.rst
docs/readme.rst
docs/spade.rst
docs/usage.rst
docs/web.rst
docs/_build/html/_images/spade_behaviour.png
docs/_build/html/_images/spade_friend.png
docs/_build/html/_images/spade_index.png
docs/_build/html/_images/spade_msg.png
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/images/spade_behaviour.png
docs/images/spade_friend.png
docs/images/spade_index.png
docs/images/spade_msg.png
spade/__init__.py
spade/agent.py
spade/behaviour.py
spade/container.py
spade/message.py
spade/presence.py
spade/template.py
spade/trace.py
spade/web.py
spade.egg-info/PKG-INFO
spade.egg-info/SOURCES.txt
spade.egg-info/dependency_links.txt
spade.egg-info/entry_points.txt
spade.egg-info/not-zip-safe
spade.egg-info/requires.txt
spade.egg-info/top_level.txt
spade/templates/internal_tpl_agent.html
spade/templates/internal_tpl_base.html
spade/templates/internal_tpl_behaviour.html
spade/templates/internal_tpl_index.html
spade/templates/internal_tpl_macros.html
spade/templates/internal_tpl_messages.html
tests/__init__.py
tests/conftest.py
tests/factories.py
tests/hello.html
tests/test_agent.py
tests/test_behaviour.py
tests/test_container.py
tests/test_message.py
tests/test_plugin.py
tests/test_presence.py
tests/test_template.py
tests/test_trace.py
tests/test_web.py