.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/ci.yml
npdict/__init__.py
npdict/sparse.py
npdict/utils.py
npdict/wrap.py
npdict.egg-info/PKG-INFO
npdict.egg-info/SOURCES.txt
npdict.egg-info/dependency_links.txt
npdict.egg-info/not-zip-safe
npdict.egg-info/requires.txt
npdict.egg-info/top_level.txt
test/__init__.py
test/test_sparse.py
test/test_wrap.py