MANIFEST.in
README.rst
requirements.core.txt
requirements.txt
setup.py
core_parser_app/__init__.py
core_parser_app/admin.py
core_parser_app/apps.py
core_parser_app/settings.py
core_parser_app/tasks.py
core_parser_app/urls.py
core_parser_app.egg-info/PKG-INFO
core_parser_app.egg-info/SOURCES.txt
core_parser_app.egg-info/dependency_links.txt
core_parser_app.egg-info/requires.txt
core_parser_app.egg-info/top_level.txt
core_parser_app/components/__init__.py
core_parser_app/components/data_structure/__init__.py
core_parser_app/components/data_structure/api.py
core_parser_app/components/data_structure/models.py
core_parser_app/components/data_structure_element/__init__.py
core_parser_app/components/data_structure_element/api.py
core_parser_app/components/data_structure_element/models.py
core_parser_app/components/module/__init__.py
core_parser_app/components/module/api.py
core_parser_app/components/module/models.py
core_parser_app/static/core_parser_app/common/css/modules.css
core_parser_app/static/core_parser_app/common/js/module_manager.js
core_parser_app/static/core_parser_app/common/js/module_manager.raw.js
core_parser_app/static/core_parser_app/common/xsd/annotations.xsd
core_parser_app/static/core_parser_app/common/xsd/boolean.xsd
core_parser_app/static/core_parser_app/common/xsd/date.xsd
core_parser_app/templates/core_parser_app/common/module_manager.html
core_parser_app/templates/core_parser_app/common/module_manager_box.html
core_parser_app/templates/core_parser_app/common/modules.html
core_parser_app/templates/core_parser_app/common/modals/add_module.html
core_parser_app/tools/__init__.py
core_parser_app/tools/modules/__init__.py
core_parser_app/tools/modules/discover.py
core_parser_app/tools/modules/exceptions.py
core_parser_app/tools/modules/sanitize.py
core_parser_app/tools/modules/urls.py
core_parser_app/tools/modules/xpathaccessor.py
core_parser_app/tools/modules/static/core_parser_app/css/builtin/checkboxes.css
core_parser_app/tools/modules/static/core_parser_app/css/builtin/textarea.css
core_parser_app/tools/modules/static/core_parser_app/js/modules.js
core_parser_app/tools/modules/static/core_parser_app/js/modules.raw.js
core_parser_app/tools/modules/static/core_parser_app/js/builtin/autocomplete.js
core_parser_app/tools/modules/static/core_parser_app/js/builtin/checkboxes.js
core_parser_app/tools/modules/static/core_parser_app/js/builtin/input.js
core_parser_app/tools/modules/static/core_parser_app/js/builtin/options.js
core_parser_app/tools/modules/static/core_parser_app/js/builtin/popup.js
core_parser_app/tools/modules/static/core_parser_app/js/builtin/sync_input.js
core_parser_app/tools/modules/static/core_parser_app/js/builtin/textarea.js
core_parser_app/tools/modules/static/core_parser_app/xsl/xsd2html4modules.xsl
core_parser_app/tools/modules/templates/core_parser_app/module.html
core_parser_app/tools/modules/templates/core_parser_app/builtin/autocomplete.html
core_parser_app/tools/modules/templates/core_parser_app/builtin/checkboxes.html
core_parser_app/tools/modules/templates/core_parser_app/builtin/input.html
core_parser_app/tools/modules/templates/core_parser_app/builtin/input_button.html
core_parser_app/tools/modules/templates/core_parser_app/builtin/options.html
core_parser_app/tools/modules/templates/core_parser_app/builtin/popup.html
core_parser_app/tools/modules/templates/core_parser_app/builtin/sync_input.html
core_parser_app/tools/modules/templates/core_parser_app/builtin/textarea.html
core_parser_app/tools/modules/views/__init__.py
core_parser_app/tools/modules/views/module.py
core_parser_app/tools/modules/views/views.py
core_parser_app/tools/modules/views/builtin/__init__.py
core_parser_app/tools/modules/views/builtin/autocomplete_module.py
core_parser_app/tools/modules/views/builtin/checkboxes_module.py
core_parser_app/tools/modules/views/builtin/input_button_module.py
core_parser_app/tools/modules/views/builtin/input_module.py
core_parser_app/tools/modules/views/builtin/options_module.py
core_parser_app/tools/modules/views/builtin/popup_module.py
core_parser_app/tools/modules/views/builtin/sync_input_module.py
core_parser_app/tools/modules/views/builtin/textarea_module.py
core_parser_app/tools/parser/__init__.py
core_parser_app/tools/parser/exceptions.py
core_parser_app/tools/parser/parser.py
core_parser_app/tools/parser/renderer/__init__.py
core_parser_app/tools/parser/renderer/checkbox.py
core_parser_app/tools/parser/renderer/list.py
core_parser_app/tools/parser/renderer/table.py
core_parser_app/tools/parser/renderer/xml.py
core_parser_app/tools/parser/static/core_parser_app/css/use.css
core_parser_app/tools/parser/static/core_parser_app/js/autosave.js
core_parser_app/tools/parser/static/core_parser_app/js/autosave.raw.js
core_parser_app/tools/parser/static/core_parser_app/js/autosave_checkbox.js
core_parser_app/tools/parser/static/core_parser_app/js/buttons.js
core_parser_app/tools/parser/static/core_parser_app/js/choice.js
core_parser_app/tools/parser/templates/renderer/default/form-error.html
core_parser_app/tools/parser/templates/renderer/default/ul.html
core_parser_app/tools/parser/templates/renderer/default/warning.html
core_parser_app/tools/parser/templates/renderer/default/buttons/add.html
core_parser_app/tools/parser/templates/renderer/default/buttons/collapse.html
core_parser_app/tools/parser/templates/renderer/default/buttons/delete.html
core_parser_app/tools/parser/templates/renderer/default/inputs/boolean.html
core_parser_app/tools/parser/templates/renderer/default/inputs/checkbox.html
core_parser_app/tools/parser/templates/renderer/default/inputs/date.html
core_parser_app/tools/parser/templates/renderer/default/inputs/input.html
core_parser_app/tools/parser/templates/renderer/default/inputs/select.html
core_parser_app/tools/parser/templates/renderer/default/test/sample_no_data.html
core_parser_app/tools/parser/templates/renderer/default/test/sample_with_data.html
core_parser_app/tools/parser/templates/renderer/list/attributes.html
core_parser_app/tools/parser/templates/renderer/list/li.html
core_parser_app/tools/parser/templates/renderer/list/ul.html
core_parser_app/tools/parser/templates/renderer/table/table.html
core_parser_app/tools/parser/templates/renderer/table/tr.html
core_parser_app/tools/parser/templates/renderer/table/wrap.html
core_parser_app/tools/parser/templates/renderer/xml/element.html
core_parser_app/tools/parser/utils/__init__.py
core_parser_app/tools/parser/utils/rendering.py
core_parser_app/tools/parser/utils/xml.py
core_parser_app/utils/__init__.py
core_parser_app/utils/xml.py
core_parser_app/views/__init__.py
core_parser_app/views/admin/__init__.py
core_parser_app/views/admin/views.py
core_parser_app/views/common/__init__.py
core_parser_app/views/common/ajax.py
core_parser_app/views/common/views.py
core_parser_app/views/user/__init__.py
core_parser_app/views/user/ajax.py
tests/__init__.py
tests/test_settings.py
tests/test_utils.py
tests/components/__init__.py
tests/components/data_structure/__init__.py
tests/components/data_structure/tests_int.py
tests/components/data_structure_element/__init__.py
tests/components/data_structure_element/tests_int.py
tests/components/data_structure_element/tests_unit.py
tests/components/data_structure_element/fixtures/__init__.py
tests/components/data_structure_element/fixtures/fixtures.py
tests/components/module/__init__.py
tests/components/module/tests_unit.py
tests/tools/__init__.py
tests/tools/modules/__init__.py
tests/tools/modules/tests/__init__.py
tests/tools/modules/tests/tests_unit_module.py
tests/tools/modules/tests/tests_unit_sanitize.py
tests/tools/parser/__init__.py
tests/tools/parser/parser/__init__.py
tests/tools/parser/parser/test_choice.py
tests/tools/parser/parser/test_complex_content.py
tests/tools/parser/parser/test_complex_type.py
tests/tools/parser/parser/test_element.py
tests/tools/parser/parser/test_extension.py