.babelrc
.eslintrc.json
.gitignore
.mocharc.json
.nycrc
.pre-commit-config.yaml
.prettierrc
LICENSE.md
README.md
package-lock.json
package.json
pyproject.toml
tsconfig.json
.github/workflows/cicd.yml
.husky/pre-commit
src/js/index.ts
src/py/__init__.py
src/py/mat3ra/__init__.py
src/py/mat3ra/utils/__init__.py
src/py/mat3ra_utils.egg-info/PKG-INFO
src/py/mat3ra_utils.egg-info/SOURCES.txt
src/py/mat3ra_utils.egg-info/dependency_links.txt
src/py/mat3ra_utils.egg-info/requires.txt
src/py/mat3ra_utils.egg-info/top_level.txt
tests/js/babel-register.js
tests/js/greeting.test.ts
tests/py/__init__.py
tests/py/unit/__init__.py
tests/py/unit/test_sample.py