.gitignore
.pre-commit-config.yaml
LICENCE
README.md
pyproject.toml
requirements.txt
requirements_dev.txt
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/publish-to-pypi.yml
src/nxmx/__init__.py
src/nxmx/_version.py
src/nxmx/py.typed
src/nxmx.egg-info/PKG-INFO
src/nxmx.egg-info/SOURCES.txt
src/nxmx.egg-info/dependency_links.txt
src/nxmx.egg-info/requires.txt
src/nxmx.egg-info/top_level.txt
tests/conftest.py
tests/test_nxmx.py