.gitignore
.pylintrc
README.rst
pyproject.toml
setup.cfg
.github/workflows/python-pytest.yaml
bitmap_sparse_array/__init__.py
bitmap_sparse_array/py.typed
bitmap_sparse_array/sparse_array.py
bitmap_sparse_array.egg-info/PKG-INFO
bitmap_sparse_array.egg-info/SOURCES.txt
bitmap_sparse_array.egg-info/dependency_links.txt
bitmap_sparse_array.egg-info/top_level.txt
tests/__init__.py
tests/test_bitfield.py
tests/test_collections.py