.coveragerc
.editorconfig
.gitpod.yml
.lgtm.yml
.pre-commit-config.yaml
.pylintrc
.readthedocs.yml
CHANGELOG.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
PYPI_DOWNLOAD_STATS.rst
README.rst
SECURITY.rst
codecov.yml
mypy.ini
pyproject.toml
pytest.ini
run_tests.py
setup.cfg
setup.py
tox.ini
upgrade-dev-dependencies.sh
bidict/__init__.py
bidict/_abc.py
bidict/_base.py
bidict/_bidict.py
bidict/_dup.py
bidict/_exc.py
bidict/_frozenbidict.py
bidict/_frozenordered.py
bidict/_iter.py
bidict/_named.py
bidict/_orderedbase.py
bidict/_orderedbidict.py
bidict/_typing.py
bidict/metadata.py
bidict/py.typed
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/top_level.txt
docs/Makefile
docs/README.rst
docs/addendum.rst
docs/api.rst
docs/basic-usage.rst
docs/changelog.rst
docs/code-of-conduct.rst
docs/conf.py
docs/contributors-guide.rst
docs/extending.rst
docs/index.rst
docs/intro.rst
docs/learning-from-bidict.rst
docs/other-bidict-types.rst
docs/other-functionality.rst
docs/thanks.rst
docs/_static/bidict-types-diagram.dot
docs/_static/bidict-types-diagram.png
docs/_static/build-bidict-types-diagram.sh
docs/_static/custom.js
docs/_static/favicon.ico
requirements/dev.in
requirements/dev.txt
requirements/docs.in
requirements/docs.txt
requirements/lint.in
requirements/lint.txt
requirements/tests.in
requirements/tests.txt
tests/__init__.py
tests/conftest.py
tests/test_bidict.txt
tests/test_class_relationships.py
tests/test_metadata.py
tests/test_microbenchmarks.py
tests/test_namedbidict.txt
tests/test_orderedbidict.txt
tests/property_tests/__init__.py
tests/property_tests/_strategies.py
tests/property_tests/_types.py
tests/property_tests/test_properties.py