Changes.md
LICENSE
MANIFEST.in
README.md
example.py
example3.py
setup.cfg
setup.py
docs/.gitignore
docs/README.md
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/rivescript.rst
eg/README.md
eg/brain/admin.rive
eg/brain/begin.rive
eg/brain/clients.rive
eg/brain/eliza.rive
eg/brain/myself.rive
eg/brain/python.rive
eg/brain/rpg.rive
eg/deparse/README.md
eg/deparse/example.py
eg/deparse/example.rive
eg/js-objects/README.md
eg/js-objects/javascript.py
eg/js-objects/javascript.rive
eg/json-server/README.md
eg/json-server/requirements.txt
eg/json-server/server.py
eg/parser/README.md
eg/parser/parse.py
eg/perl-objects/README.md
eg/perl-objects/accomplice.pl
eg/perl-objects/perl.py
eg/perl-objects/perl.rive
eg/sessions/README.md
eg/sessions/redis_bot.py
eg/sessions/requirements.txt
eg/twilio/README.md
eg/twilio/app.py
eg/twilio/requirements.txt
eg/twilio/screenshot.png
rivescript/__init__.py
rivescript/__main__.py
rivescript/brain.py
rivescript/exceptions.py
rivescript/inheritance.py
rivescript/interactive.py
rivescript/parser.py
rivescript/python.py
rivescript/regexp.py
rivescript/rivescript.py
rivescript/sessions.py
rivescript/sorting.py
rivescript/utils.py
rivescript.egg-info/PKG-INFO
rivescript.egg-info/SOURCES.txt
rivescript.egg-info/dependency_links.txt
rivescript.egg-info/requires.txt
rivescript.egg-info/top_level.txt
tests/__init__.py
tests/config.py
tests/test_begin.py
tests/test_botvars.py
tests/test_coverage.py
tests/test_deparse.py
tests/test_format.py
tests/test_issues.py
tests/test_macros.py
tests/test_options.py
tests/test_replies.py
tests/test_rivescript.py
tests/test_sessions.py
tests/test_sorting.py
tests/test_substitutions.py
tests/test_topics.py
tests/test_triggers.py
tests/test_unicode.py