LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
archivy/__init__.py
archivy/api.py
archivy/check_changes.py
archivy/cli.py
archivy/config.py
archivy/data.py
archivy/forms.py
archivy/helpers.py
archivy/models.py
archivy/routes.py
archivy/search.py
archivy.egg-info/PKG-INFO
archivy.egg-info/SOURCES.txt
archivy.egg-info/dependency_links.txt
archivy.egg-info/entry_points.txt
archivy.egg-info/not-zip-safe
archivy.egg-info/requires.txt
archivy.egg-info/top_level.txt
archivy/click_web/__init__.py
archivy/click_web/exceptions.py
archivy/click_web/web_click_types.py
archivy/click_web/resources/__init__.py
archivy/click_web/resources/cmd_exec.py
archivy/click_web/resources/cmd_form.py
archivy/click_web/resources/index.py
archivy/click_web/resources/input_fields.py
archivy/static/delete.png
archivy/static/main.css
archivy/static/mvp.css
archivy/static/open_form.js
archivy/static/post_and_read.js
archivy/static/profile.svg
archivy/templates/base.html
archivy/templates/home.html
archivy/templates/click_web/command_form.html
archivy/templates/click_web/form_macros.html
archivy/templates/click_web/show_tree.html
archivy/templates/dataobjs/new.html
archivy/templates/dataobjs/show.html
archivy/templates/users/form.html
tests/__init__.py
tests/test_click_web.py
tests/test_request_parsing.py