.babelrc
.eslintrc.json
.gitignore
.mocharc.json
.nycrc
.prettierrc
COVERAGE.md
LICENSE.md
README.md
package-lock.json
package.json
pyproject.toml
tsconfig.json
tsconfig.tests.json
.github/workflows/cicd.yml
.github/workflows/coverage-pages.yml
.github/workflows/coverage.yml
.github/workflows/pr-coverage.yml
.husky/pre-commit
scripts/view-coverage.js
src/js/ApplicationRegistry.ts
src/js/application.ts
src/js/applicationMixin.ts
src/js/executable.ts
src/js/executableMixin.ts
src/js/flavor.ts
src/js/flavorMixin.ts
src/js/index.ts
src/js/template.ts
src/js/templateMixin.ts
src/js/types.ts
src/js/context/ContextProvider.ts
src/js/context/ContextProviderRegistryContainer.ts
src/js/context/JSONSchemaDataProvider.ts
src/js/context/JSONSchemaFormDataProvider.ts
src/js/context/JinjaContextProvider.ts
src/py/mat3ra/__init__.py
src/py/mat3ra/ade/__init__.py
src/py/mat3ra/ade/application.py
src/py/mat3ra/ade/executable.py
src/py/mat3ra/ade/flavor.py
src/py/mat3ra/ade/template.py
src/py/mat3ra/ade/context/__init__.py
src/py/mat3ra/ade/context/context_provider.py
src/py/mat3ra/ade/context/jinja_context_provider.py
src/py/mat3ra/ade/context/json_schema_data_provider.py
src/py/mat3ra_ade.egg-info/PKG-INFO
src/py/mat3ra_ade.egg-info/SOURCES.txt
src/py/mat3ra_ade.egg-info/dependency_links.txt
src/py/mat3ra_ade.egg-info/requires.txt
src/py/mat3ra_ade.egg-info/top_level.txt
tests/fixtures/application_hash.json
tests/js/ApplicationRegistry.test.ts
tests/js/ContextProviderRegistryContainer.test.ts
tests/js/JSONSchemaProvider.test.ts
tests/js/application.test.ts
tests/js/executable.test.ts
tests/js/flavor.test.ts
tests/js/provider.tests.ts
tests/js/setup.ts
tests/js/template.test.ts
tests/py/test_application.py
tests/py/test_context_provider.py
tests/py/test_executable.py
tests/py/test_flavor.py
tests/py/test_template.py