.gitignore
.pre-commit-config.yaml
LICENSE.md
Makefile
README.md
pyproject.toml
setup.cfg
.github/workflows/cd.yaml
.github/workflows/ci.yaml
src/py_hopscotch_dict/__init__.py
src/py_hopscotch_dict/hopscotchdict.py
src/py_hopscotch_dict/py.typed
src/py_hopscotch_dict/views.py
src/py_hopscotch_dict.egg-info/PKG-INFO
src/py_hopscotch_dict.egg-info/SOURCES.txt
src/py_hopscotch_dict.egg-info/dependency_links.txt
src/py_hopscotch_dict.egg-info/not-zip-safe
src/py_hopscotch_dict.egg-info/requires.txt
src/py_hopscotch_dict.egg-info/top_level.txt
test/__init__.py
test/conftest.py
test/test_hopscotchdict.py
test/test_views.py