.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE.md
Makefile
README.md
pyproject.toml
.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/scm_file_list.json
src/py_hopscotch_dict.egg-info/scm_version.json
src/py_hopscotch_dict.egg-info/top_level.txt
test/__init__.py
test/conftest.py
test/test_hopscotchdict.py
test/test_views.py