.babelrc
.eslintignore
.eslintrc.json
.gitignore
.mocharc.json
.nycrc
.pre-commit-config.yaml
.prettierrc
LICENSE.md
README.md
package-lock.json
package.json
pyproject.toml
tsconfig-transpile.json
tsconfig.json
.github/workflows/cicd.yml
.husky/pre-commit
src/js/ArrayWithIds.ts
src/js/ValueWithId.ts
src/js/constants.ts
src/js/generateSchemaMixin.ts
src/js/index.ts
src/js/math.ts
src/js/vector.ts
src/js/context/index.ts
src/js/context/pickers.js
src/js/entity/in_memory.ts
src/js/entity/index.ts
src/js/entity/other.ts
src/js/entity/set.ts
src/js/entity/mixins/DefaultableMixin.ts
src/js/entity/mixins/HasConsistencyChecksMixin.ts
src/js/entity/mixins/HasDescriptionMixin.ts
src/js/entity/mixins/HasMetadataMixin.ts
src/js/entity/mixins/HasScopeTrackMixin.ts
src/js/entity/mixins/NamedEntityMixin.ts
src/js/entity/mixins/RuntimeItemsMixin.ts
src/js/entity/mixins/TaggableMixin.ts
src/js/entity/mixins/context.ts
src/js/entity/mixins/context_runtime.ts
src/js/entity/mixins/flowchart.ts
src/js/entity/mixins/hash.ts
src/js/entity/mixins/props.ts
src/js/entity/mixins/repetition.ts
src/js/entity/mixins/runtime_items.ts
src/js/entity/set/InMemoryEntityInSetMixin.ts
src/js/entity/set/InMemoryEntitySetBaseMixin.ts
src/js/entity/set/InMemoryEntitySetMixin.ts
src/js/entity/set/enums.ts
src/js/entity/set/factory.ts
src/js/entity/set/mixins.ts
src/js/entity/set/ordered.ts
src/js/entity/set/selectors.ts
src/js/entity/set/ordered/OrderedInMemoryEntityInSetMixin.ts
src/js/entity/set/ordered/OrderedInMemoryEntitySetMixin.ts
src/js/entity/set/ordered/mixins.ts
src/js/entity/set/ordered/utils.ts
src/js/utils/array.js
src/js/utils/class.js
src/js/utils/clone.js
src/js/utils/codemirror.ts
src/js/utils/file.js
src/js/utils/filter.ts
src/js/utils/github.js
src/js/utils/graph.ts
src/js/utils/hash.ts
src/js/utils/index.ts
src/js/utils/object.ts
src/js/utils/schemas.ts
src/js/utils/selector.js
src/js/utils/str.js
src/js/utils/tree.js
src/js/utils/types.ts
src/js/utils/url.js
src/js/utils/uuid.js
src/js/utils/yaml.ts
src/py/__init__.py
src/py/mat3ra/__init__.py
src/py/mat3ra/code/__init__.py
src/py/mat3ra/code/array_with_ids.py
src/py/mat3ra/code/constants.py
src/py/mat3ra/code/entity.py
src/py/mat3ra/code/value_with_id.py
src/py/mat3ra/code/vector.py
src/py/mat3ra/code/mixins/__init__.py
src/py/mat3ra/code/mixins/hashed_entity.py
src/py/mat3ra_code.egg-info/PKG-INFO
src/py/mat3ra_code.egg-info/SOURCES.txt
src/py/mat3ra_code.egg-info/dependency_links.txt
src/py/mat3ra_code.egg-info/requires.txt
src/py/mat3ra_code.egg-info/top_level.txt
tests/js/arrayWithIds.tests.ts
tests/js/enums.ts
tests/js/generateSchemaMixin.tests.ts
tests/js/in_memory.tests.ts
tests/js/math.ts
tests/js/mixin.flowchart.tests.ts
tests/js/utils.ts
tests/js/valueWithId.tests.ts
tests/js/vector.ts
tests/js/fixtures/rjsf_schemas.js
tests/js/fixtures/test_content.txt
tests/js/fixtures/yaml_combine_tag.yml
tests/js/fixtures/yaml_concatString_tag.yml
tests/js/fixtures/yaml_esse_tag.yml
tests/js/fixtures/yaml_flatten_tag.yml
tests/js/fixtures/yaml_include_tag.yml
tests/js/fixtures/yaml_listToString_tag.yml
tests/js/fixtures/yaml_parameter_ref.yml
tests/js/fixtures/yaml_parameter_tag.yml
tests/js/fixtures/yaml_readFile_tag.yml
tests/js/fixtures/json/example/1.json
tests/js/fixtures/json/example/2.json
tests/js/fixtures/json/example/3.json
tests/js/fixtures/json/example/4.json
tests/js/fixtures/json/example/5.json
tests/js/utils/class.tests.ts
tests/js/utils/file.tests.ts
tests/js/utils/filter.tests.ts
tests/js/utils/object.tests.ts
tests/js/utils/schemas.tests.ts
tests/js/utils/str.tests.ts
tests/js/utils/tree.tests.ts
tests/js/utils/utils.tests.ts
tests/js/utils/yaml.combine.tests.ts
tests/js/utils/yaml.concatString.tests.ts
tests/js/utils/yaml.esse.tests.ts
tests/js/utils/yaml.flatten.tests.ts
tests/js/utils/yaml.include.tests.ts
tests/js/utils/yaml.listToString.tests.ts
tests/js/utils/yaml.parameter.tests.ts
tests/js/utils/yaml.readFile.tests.ts
tests/py/unit/__init__.py
tests/py/unit/test_array_with_ids.py
tests/py/unit/test_constants.py
tests/py/unit/test_entity.py
tests/py/unit/test_entity_snake_case.py
tests/py/unit/test_mixins.py
tests/py/unit/test_value_with_id.py
tests/py/unit/test_vector.py