.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/generate-mixins.ts
scripts/view-coverage.js
src/js/Application.ts
src/js/Executable.ts
src/js/Flavor.ts
src/js/Template.ts
src/js/index.ts
src/js/typeUtils.ts
src/js/types.ts
src/js/generated/ApplicationSchemaMixin.ts
src/js/generated/ExecutableSchemaMixin.ts
src/js/generated/FlavorSchemaMixin.ts
src/js/generated/TemplateSchemaMixin.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/application.test.ts
tests/js/executable.test.ts
tests/js/flavor.test.ts
tests/js/index.test.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