bidict/docs/thanks.rst

58 lines
1.6 KiB
ReStructuredText
Raw Normal View History

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.
- 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.
- Daniel Pope for suggestions, code reviews, and design discussion.
- David Turner for code reviews and design discussion.
- Michael Arntzenius for design discussion.
- 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.
- Richard Sanger, Zeyi Wang, and Amol Sahsrabudhe for reporting bugs.
2019-09-03 14:54:11 +00:00
Projects
========
2022-02-07 16:42:09 +00:00
- `Python <https://www.python.org>`__
- `GitHub <https://github.com>`__
- `Tidelift <https://tidelift.com>`__
- `mypy <https://mypy.readthedocs.io>`__
2022-02-07 16:42:09 +00:00
- `Pytest <https://docs.pytest.org>`__
- `Hypothesis <https://hypothesis.readthedocs.io>`__
- `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>`__
- `Pylint <https://www.pylint.org>`__
2022-02-07 16:42:09 +00:00
- `pre-commit <https://pre-commit.com>`__