MANIFEST.in
README.rst
setup.cfg
setup.py
nlg/__init__.py
nlg/grammar.py
nlg/narrative.py
nlg/search.py
nlg/templates.py
nlg/utils.py
nlg/webapp.py
nlg.egg-info/PKG-INFO
nlg.egg-info/SOURCES.txt
nlg.egg-info/dependency_links.txt
nlg.egg-info/requires.txt
nlg.egg-info/top_level.txt
nlg/app/__init__.py
nlg/app/body.html
nlg/app/gramex.yaml
nlg/app/index.html
nlg/app/nlg.js
nlg/app/setup.sh
nlg/app/style.css
nlg/app/error/400.html
nlg/app/error/401.html
nlg/app/error/403.html
nlg/app/error/404.html
nlg/app/error/500.html
nlg/app/html/demo.html
nlg/app/html/template-navbar.html
nlg/tests/__init__.py
nlg/tests/test_grammar.py
nlg/tests/test_narrative.py
nlg/tests/test_search.py
nlg/tests/test_utils.py