2018-04-06 04:28:44 +00:00
|
|
|
Thanks
|
|
|
|
------
|
|
|
|
|
|
|
|
Bidict has benefited from the assistance of many people and projects.
|
|
|
|
|
|
|
|
|
|
|
|
People
|
|
|
|
======
|
|
|
|
|
|
|
|
- Gregory Ewing for the name.
|
|
|
|
|
|
|
|
- Terry Reedy for suggesting the slice syntax
|
|
|
|
(it was fun while it lasted).
|
|
|
|
|
2021-12-30 20:46:38 +00:00
|
|
|
- Raymond Hettinger for suggesting :func:`~bidict.namedbidict`,
|
|
|
|
providing feedback on the design and implementation,
|
|
|
|
and (most of all) for the amazing work on Python's built-in collections
|
|
|
|
that made bidict possible.
|
2018-04-06 04:28:44 +00:00
|
|
|
|
|
|
|
- Francis Carr for the idea of storing the inverse bidict.
|
|
|
|
|
|
|
|
- Adopt Pytest Month 2015 for choosing bidict,
|
|
|
|
Tom Viner for being bidict's Adopt Pytest helper for the month,
|
|
|
|
and Brianna Laugher for coordinating.
|
|
|
|
|
2022-03-10 00:14:40 +00:00
|
|
|
- Daniel Pope, Leif Walsh, David Turner, and Michael Arntzenius
|
|
|
|
for suggestions, code reviews, and design discussion.
|
2018-04-06 04:28:44 +00:00
|
|
|
|
2022-03-10 00:14:40 +00:00
|
|
|
- Leif Walsh for contributing the initial
|
|
|
|
`devcontainer <https://code.visualstudio.com/docs/remote/containers>`__
|
|
|
|
setup.
|
2018-04-06 04:28:44 +00:00
|
|
|
|
|
|
|
- Jozef Knaperek for the bugfix.
|
|
|
|
|
2020-09-07 14:41:36 +00:00
|
|
|
- Igor Nehoroshev for contributing the py.typed marker.
|
|
|
|
|
2018-09-17 23:35:35 +00:00
|
|
|
- Bernát Gábor for pyproject.toml support.
|
|
|
|
|
2020-07-22 01:51:14 +00:00
|
|
|
- Richard Sanger, Zeyi Wang, and Amol Sahsrabudhe for reporting bugs.
|
2019-09-03 14:54:11 +00:00
|
|
|
|
2018-04-06 04:28:44 +00:00
|
|
|
|
|
|
|
Projects
|
|
|
|
========
|
|
|
|
|
2022-02-07 16:42:09 +00:00
|
|
|
- `Python <https://www.python.org>`__
|
|
|
|
- `GitHub <https://github.com>`__
|
|
|
|
- `Tidelift <https://tidelift.com>`__
|
2022-02-10 16:44:56 +00:00
|
|
|
- `mypy <https://mypy.readthedocs.io>`__
|
2022-02-07 16:42:09 +00:00
|
|
|
- `Pytest <https://docs.pytest.org>`__
|
|
|
|
- `Hypothesis <https://hypothesis.readthedocs.io>`__
|
2022-02-10 16:44:56 +00:00
|
|
|
- `Pytest-Benchmark <https://pytest-benchmark.readthedocs.io>`__
|
|
|
|
- `Coverage <https://coverage.readthedocs.io>`__
|
|
|
|
- `Codecov <https://codecov.io>`__
|
2022-02-07 16:42:09 +00:00
|
|
|
- `Sphinx <https://www.sphinx-doc.org>`__
|
|
|
|
- `Readthedocs <https://readthedocs.org>`__
|
|
|
|
- `Flake8 <https://flake8.pycqa.org>`__
|
2022-02-10 16:44:56 +00:00
|
|
|
- `Pylint <https://www.pylint.org>`__
|
2022-02-07 16:42:09 +00:00
|
|
|
- `pre-commit <https://pre-commit.com>`__
|