.babelrc
.eslintrc.json
.gitignore
.mocharc.json
.npmignore
.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/parsers/__init__.py
src/py/mat3ra/parsers/factory.py
src/py/mat3ra/parsers/utils.py
src/py/mat3ra/parsers/applications/espresso/pw_x/stdin/material.py
src/py/mat3ra/parsers/applications/espresso/pw_x/stdin/parser.py
src/py/mat3ra/parsers/applications/vasp/stdin/material.py
src/py/mat3ra/parsers/applications/vasp/stdin/parser.py
src/py/mat3ra/parsers/entities/__init__.py
src/py/mat3ra/parsers/entities/material.py
src/py/mat3ra_parsers.egg-info/PKG-INFO
src/py/mat3ra_parsers.egg-info/SOURCES.txt
src/py/mat3ra_parsers.egg-info/dependency_links.txt
src/py/mat3ra_parsers.egg-info/requires.txt
src/py/mat3ra_parsers.egg-info/scm_file_list.json
src/py/mat3ra_parsers.egg-info/scm_version.json
src/py/mat3ra_parsers.egg-info/top_level.txt
tests/js/babel-register.js
tests/js/greeting.test.ts
tests/py/unit/__init__.py
tests/py/unit/test_espresso_pwx_stdin.py