LICENSE
setup.cfg
setup.py
DataTig.egg-info/PKG-INFO
DataTig.egg-info/SOURCES.txt
DataTig.egg-info/dependency_links.txt
DataTig.egg-info/requires.txt
DataTig.egg-info/top_level.txt
datatig/__init__.py
datatig/__main__.py
datatig/cli.py
datatig/exceptions.py
datatig/jsondeepreaderwriter.py
datatig/jsonschemabuilder.py
datatig/process.py
datatig/repository_access.py
datatig/sqlite.py
datatig/sqliteversioned.py
datatig/assets/__init__.py
datatig/assets/all/__init__.py
datatig/assets/all/logo.png
datatig/assets/all/main.css
datatig/assets/all/fontawesome-free-6-7-2-web/LICENSE.txt
datatig/assets/all/fontawesome-free-6-7-2-web/__init__.py
datatig/assets/all/fontawesome-free-6-7-2-web/css/__init__.py
datatig/assets/all/fontawesome-free-6-7-2-web/css/brands.min.css
datatig/assets/all/fontawesome-free-6-7-2-web/css/fontawesome.min.css
datatig/assets/all/fontawesome-free-6-7-2-web/css/solid.min.css
datatig/assets/all/fontawesome-free-6-7-2-web/webfonts/__init__.py
datatig/assets/all/fontawesome-free-6-7-2-web/webfonts/fa-brands-400.ttf
datatig/assets/all/fontawesome-free-6-7-2-web/webfonts/fa-brands-400.woff2
datatig/assets/all/fontawesome-free-6-7-2-web/webfonts/fa-solid-900.ttf
datatig/assets/all/fontawesome-free-6-7-2-web/webfonts/fa-solid-900.woff2
datatig/assets/localserver/__init__.py
datatig/assets/localserver/web-edit-or-new.js
datatig/assets/static/__init__.py
datatig/assets/static/web-edit-or-new.js
datatig/assets/staticversioned/__init__.py
datatig/localserver/__init__.py
datatig/localserver/app.py
datatig/localserver/datastore.py
datatig/localserver/run.py
datatig/localserver/settings.py
datatig/localserver/view_base.py
datatig/localserver/view_index.py
datatig/localserver/view_type_index.py
datatig/localserver/view_type_record_editweb.py
datatig/localserver/view_type_record_index.py
datatig/models/__init__.py
datatig/models/calendar.py
datatig/models/calendar_data.py
datatig/models/calendar_event.py
datatig/models/error.py
datatig/models/field.py
datatig/models/field_boolean.py
datatig/models/field_date.py
datatig/models/field_datetime.py
datatig/models/field_integer.py
datatig/models/field_list_dictionaries.py
datatig/models/field_list_strings.py
datatig/models/field_markdown.py
datatig/models/field_string.py
datatig/models/field_url.py
datatig/models/git_commit.py
datatig/models/record.py
datatig/models/record_error.py
datatig/models/siteconfig.py
datatig/models/type.py
datatig/readers/__init__.py
datatig/readers/directory.py
datatig/templates/__init__.py
datatig/templates/localserver/__init__.py
datatig/templates/localserver/base.html
datatig/templates/localserver/index.html
datatig/templates/localserver/type/__init__.py
datatig/templates/localserver/type/index.html
datatig/templates/localserver/type/record/__init__.py
datatig/templates/localserver/type/record/editweb.html
datatig/templates/localserver/type/record/index.html
datatig/templates/static/__init__.py
datatig/templates/static/base.html
datatig/templates/static/errors.html
datatig/templates/static/index.html
datatig/templates/static/robots.txt
datatig/templates/static/calendar/__init__.py
datatig/templates/static/calendar/index.html
datatig/templates/static/type/__init__.py
datatig/templates/static/type/index.html
datatig/templates/static/type/newweb.html
datatig/templates/static/type/record/__init__.py
datatig/templates/static/type/record/editweb.html
datatig/templates/static/type/record/index.html
datatig/templates/staticversioned/__init__.py
datatig/templates/staticversioned/base.html
datatig/templates/staticversioned/index.html
datatig/templates/staticversioned/robots.txt
datatig/templates/staticversioned/ref/__init__.py
datatig/templates/staticversioned/ref/errors.html
datatig/templates/staticversioned/ref/index.configdifferent.html
datatig/templates/staticversioned/ref/index.default.html
datatig/templates/staticversioned/ref/index.html
datatig/templates/staticversioned/type/__init__.py
datatig/templates/staticversioned/type/index.html
datatig/templates/staticversioned/type/record/__init__.py
datatig/templates/staticversioned/type/record/index.html
datatig/validate/__init__.py
datatig/validate/jsonschema.py
datatig/writers/__init__.py
datatig/writers/frictionless/__init__.py
datatig/writers/frictionless/frictionless.py
datatig/writers/static/__init__.py
datatig/writers/static/static.py
datatig/writers/static/static_util.py
datatig/writers/staticversioned/__init__.py
datatig/writers/staticversioned/staticversioned.py
tests/__init__.py
tests/test_all_field_types_and_options.py
tests/test_eventsite.py
tests/test_field_boolean.py
tests/test_field_list_dictionaries.py
tests/test_field_string.py
tests/test_jsondeepreaderwriter.py
tests/test_jsonreader.py
tests/test_jsonschemabuilder.py
tests/test_mdreader.py
tests/test_model_type.py
tests/test_readerexceptions.py
tests/test_site_configuration_exceptions.py
tests/test_submodule_site_example_1.py
tests/test_tutorial.py
tests/test_yamlreader.py
tests/utils.py