.babelrc
.eslintrc.json
.gitignore
.mocharc.json
.nycrc
.prettierrc
LICENSE.md
README.md
package-lock.json
package.json
pyproject.toml
.github/workflows/cicd.yml
.husky/pre-commit
src/js/compute.d.ts
src/js/compute.js
src/js/default.js
src/js/enums.js
src/js/index.js
src/js/nodes/enums.js
src/js/utils/time.js
src/js/utils/time.tests.js
src/py/mat3ra/__init__.py
src/py/mat3ra/ide/__init__.py
src/py/mat3ra/ide/compute.py
src/py/mat3ra_ide.egg-info/PKG-INFO
src/py/mat3ra_ide.egg-info/SOURCES.txt
src/py/mat3ra_ide.egg-info/dependency_links.txt
src/py/mat3ra_ide.egg-info/requires.txt
src/py/mat3ra_ide.egg-info/top_level.txt
tests/js/compute.test.js
tests/js/setup.js
tests/py/test_compute.py