.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.pylintrc
.travis.yml
CHANGELOG.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
LICENSE_HEADER
MANIFEST.in
PYPI_DOWNLOAD_STATS.rst
README.rst
appveyor.yml
build-docs.sh
pytest.ini
setup.cfg
setup.py
tox.ini
_static/custom.css
_static/favicon.ico
_static/logo-square.png
_static/logo.png
_static/logo.pxm
_static/support-on-gumroad.png
_static/type-hierarchy.png
_static/type-hierarchy.txt
bidict/__init__.py
bidict/_abc.py
bidict/_bidict.py
bidict/_dup.py
bidict/_exc.py
bidict/_frozen.py
bidict/_marker.py
bidict/_miss.py
bidict/_named.py
bidict/_ordered.py
bidict/compat.py
bidict/metadata.py
bidict/util.py
bidict.egg-info/PKG-INFO
bidict.egg-info/SOURCES.txt
bidict.egg-info/dependency_links.txt
bidict.egg-info/not-zip-safe
bidict.egg-info/requires.txt
bidict.egg-info/top_level.txt
docs/Makefile
docs/_static
docs/addendum.rst
docs/api.rst
docs/basic-usage.rst
docs/caveat-equivalence-vs-identity.rst.inc
docs/caveat-hashable-values.rst.inc
docs/caveat-inv-reference-cycle.rst.inc
docs/caveat-mutation.rst.inc
docs/caveat-nan-as-key.rst.inc
docs/changelog.rst
docs/code-of-conduct.rst
docs/conf.py
docs/contributors-guide.rst
docs/extending.rst.inc
docs/frozenbidict.rst.inc
docs/home.rst
docs/index.rst
docs/interop.rst.inc
docs/intro.rst
docs/namedbidict.rst.inc
docs/order-matters.rst.inc
docs/orderedbidict.rst.inc
docs/other-bidict-types.rst
docs/other-functionality.rst
docs/overwritingbidict.rst.inc
docs/performance.rst.inc
docs/polymorphism.rst.inc
docs/release-notifications.rst.inc
docs/sortedbidicts.rst.inc
docs/thanks.rst.inc
docs/values-hashable.rst.inc
docs/values-unique.rst.inc
tests/__init__.py
tests/test_benchmark.py
tests/test_bidict.txt
tests/test_eq_and_hash.py
tests/test_frozenbidict.txt
tests/test_hypothesis.py
tests/test_inverted.txt
tests/test_metadata.py
tests/test_namedbidict.txt
tests/test_orderedbidict.txt
tests/test_pairs.txt
tests/test_subclasshook.py