The bidirectional mapping library for Python.
Go to file
jab c36ad9a924 ditch Travis "deploy-if-tags" stage
will only tag a revision if all jobs passed
2019-11-17 20:59:34 -05:00
.github Create FUNDING.yml 2019-07-03 20:46:40 -04:00
assets Docs tweaks 2019-09-07 20:04:06 -04:00
bidict Abort if PY2 detected in setup.py. Loosen python_requires to '>=3'. Better warning for PY3 < 3.5. 2019-11-12 21:55:10 -05:00
docs Improve delegating mixin logic. 2019-11-12 21:53:40 -05:00
tests Remove more Python 2 vestiges missed by #99. 2019-11-09 19:36:54 -05:00
.LICENSE_HEADER update copyright dates in .LICENSE_HEADER 2019-02-18 16:39:45 -05:00
.appveyor.yml Remove Python 2 support. 2019-11-03 21:54:54 -05:00
.coveragerc switch to codecov for automatic combining of coverage reports 2017-11-20 13:28:38 -05:00
.editorconfig refactor, tests + docs improvements 2015-04-27 11:08:27 -04:00
.gitignore add pip-wheel-metadata to gitignore 2019-09-02 13:28:11 -04:00
.lgtm.yml improve hypothesis tests and .travis.yml, add compat.collections_abc and namedbidict.{_keyname,_valname} 2018-12-29 13:13:06 -05:00
.pre-commit-config.yaml setup.py + .travis.yml refactor 2019-02-25 00:20:36 -05:00
.pylintrc drop Py3.4 from Travis, update to latest flake8 + pydocstyle, improve lint_src spelling 2019-01-30 23:53:50 -05:00
.readthedocs.yml Update to readthedocs config v2 2019-10-20 22:19:22 -04:00
.travis.yml ditch Travis "deploy-if-tags" stage 2019-11-17 20:59:34 -05:00
CHANGELOG.rst Improve delegating mixin logic. 2019-11-12 21:53:40 -05:00
CODE_OF_CONDUCT.rst bidict.pairs -> _iteritems_args_kw, docs + other small improvements 2018-04-06 11:28:44 +07:00
CONTRIBUTING.rst docs tweaks, tidelift 2018-10-17 11:16:43 -04:00
LICENSE change license to MPLv2 2017-03-15 16:43:05 -04:00
MANIFEST.in add pyproject.toml to manifest, distribute wheels as well as sdists 2018-09-18 11:07:35 -04:00
PYPI_DOWNLOAD_STATS.rst bidict.pairs -> _iteritems_args_kw, docs + other small improvements 2018-04-06 11:28:44 +07:00
README.rst Update help.github.com URL to new 301 redirect. 2019-11-05 19:23:14 -05:00
SECURITY.rst add SECURITY.rst 2019-11-17 20:49:17 -05:00
build-docs.sh happy 2019 2019-01-01 13:51:46 -05:00
pyproject.toml improvements to pyproject.toml changes 2018-09-17 19:23:46 -04:00
pytest.ini OrderedBidict optimizations and code improvements. 2018-11-06 16:10:03 -05:00
run_tests.py For Mac CI, only test latest Python 3 available on Travis instead of Python from homebrew cask. 2019-11-05 21:25:25 -05:00
setup.cfg Remove Python 2 support. 2019-11-03 21:54:54 -05:00
setup.py Abort if PY2 detected in setup.py. Loosen python_requires to '>=3'. Better warning for PY3 < 3.5. 2019-11-12 21:55:10 -05:00
tox.ini Remove Python 2 support. 2019-11-03 21:54:54 -05:00

README.rst

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.. Forward declarations for all the custom interpreted text roles that
   Sphinx defines and that are used below. This helps Sphinx-unaware tools
   (e.g. rst2html, PyPI's and GitHub's renderers, etc.).
.. role:: doc


bidict
======

Efficient, Pythonic bidirectional map implementation and related functionality.

.. image:: https://raw.githubusercontent.com/jab/bidict/master/assets/logo-sm.png
   :target: https://bidict.readthedocs.io/
   :alt: bidict logo


Status
------

.. image:: https://img.shields.io/pypi/v/bidict.svg
   :target: https://pypi.org/project/bidict
   :alt: Latest release

.. image:: https://img.shields.io/readthedocs/bidict/master.svg
   :target: https://bidict.readthedocs.io/en/master/
   :alt: Documentation

.. image:: https://api.travis-ci.org/jab/bidict.svg?branch=master
   :target: https://travis-ci.org/jab/bidict
   :alt: Travis-CI build status

.. image:: https://codecov.io/gh/jab/bidict/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/jab/bidict
   :alt: Test coverage

.. image:: https://img.shields.io/lgtm/alerts/github/jab/bidict.svg
  :target: https://lgtm.com/projects/g/jab/bidict/
  :alt: LGTM alerts

.. image:: https://api.codacy.com/project/badge/Grade/6628756a73254cd895656348236833b8
   :target: https://www.codacy.com/app/jab/bidict
   :alt: Codacy grade

.. image:: https://bestpractices.coreinfrastructure.org/projects/2354/badge
   :target: https://bestpractices.coreinfrastructure.org/en/projects/2354
   :alt: CII best practices badge

.. image:: https://img.shields.io/badge/tidelift-pro%20support-orange.svg
   :target: https://tidelift.com/subscription/pkg/pypi-bidict?utm_source=pypi-bidict&utm_medium=referral&utm_campaign=docs
   :alt: Paid support available via Tidelift

.. Hide to reduce clutter
   .. image:: https://ci.appveyor.com/api/projects/status/gk133415udncwto3/branch/master?svg=true
      :target: https://ci.appveyor.com/project/jab/bidict
      :alt: AppVeyor (Windows) build status
   .. image:: https://img.shields.io/pypi/pyversions/bidict.svg
      :target: https://pypi.org/project/bidict
      :alt: Supported Python versions
   .. image:: https://img.shields.io/pypi/implementation/bidict.svg
      :target: https://pypi.org/project/bidict
      :alt: Supported Python implementations

.. image:: https://img.shields.io/pypi/l/bidict.svg
   :target: https://raw.githubusercontent.com/jab/bidict/master/LICENSE
   :alt: License

.. image:: https://img.shields.io/badge/dynamic/json.svg?label=downloads&url=https%3A%2F%2Fpypistats.org%2Fapi%2Fpackages%2Fbidict%2Frecent%3Fperiod%3Dmonth&query=%24.data.last_month&colorB=blue&suffix=%2fmonth
   :target: https://pypistats.org/packages/bidict
   :alt: Downloads past month


Bidict:
^^^^^^^

- is in use by several teams at Google, Venmo, CERN, Bank of America Merrill Lynch,
  Bloomberg, Two Sigma, and others
- has carefully designed APIs for
  safety, simplicity, flexibility, and ergonomics
- is CPython- and PyPy3-compatible [#fn-py2]_
- has extensive test coverage
  (including property-based tests and benchmarks)
  run continuously on all supported Python versions and OSes
- integrates natively with Pythons collections interfaces
- is implemented in concise, well-factored, well-documented pure Python
  that leverages a number of advanced language features [#fn-learning]_


.. [#fn-py2] As promised in the
   :ref:`0.18.2 release <changelog:0.18.2 (2019-09-08)>`,
   **Python 2 is no longer supported**.
   :ref:`Version 0.18.3 <changelog:0.18.3 (2019-09-22)>`
   is the last release of bidict that supports Python 2.
   This makes bidict more efficient on Python 3
   and enables further improvement to bidict in the future.
   See `python3statement.org <https://python3statement.org>`__
   for more info.


Installation
------------

``pip install bidict``


Quick Start
-----------

.. code:: python

   >>> from bidict import bidict
   >>> element_by_symbol = bidict({'H': 'hydrogen'})
   >>> element_by_symbol['H']
   'hydrogen'
   >>> element_by_symbol.inverse['hydrogen']
   'H'


For more usage documentation,
head to the :doc:`intro` [#fn-intro]_
and proceed from there.


Community Support
-----------------

.. image:: https://img.shields.io/badge/chat-on%20gitter-5AB999.svg?logo=gitter-white
   :target: https://gitter.im/jab/bidict
   :alt: Chat

If you are thinking of using bidict in your work,
or if you have any questions, comments, or suggestions,
I'd love to know about your use case
and provide as much voluntary support for it as possible.

Please feel free to leave a message in the
`chatroom <https://gitter.im/jab/bidict>`__
or open a new issue on GitHub.
You can search through
`existing issues <https://github.com/jab/bidict/issues>`__
before creating a new one
in case your questions or concerns have been adressed there already.


Paid Support via Tidelift
-------------------------

.. image:: https://img.shields.io/badge/tidelift-pro%20support-orange.svg
   :target: https://tidelift.com/subscription/pkg/pypi-bidict?utm_source=pypi-bidict&utm_medium=referral&utm_campaign=readme
   :alt: Paid support available via Tidelift

If your use case requires a greater level of support,
contractual support for bidict can be obtained through the
`Tidelift subscription <https://tidelift.com/subscription/pkg/pypi-bidict?utm_source=pypi-bidict&utm_medium=referral&utm_campaign=readme>`__.


Notice of Usage
---------------

If you use bidict,
and especially if your usage or your organization is significant in some way,
please let me know.

You can:

- `star bidict on GitHub <https://github.com/jab/bidict>`__ (the "star" button is at the top-right)
- `create an issue <https://github.com/jab/bidict/issues/new?title=Notice+of+Usage&body=I+am+using+bidict+for...>`__ (preferred)
- leave a message in the `chat room <https://gitter.im/jab/bidict>`__
- `email me <mailto:jab@math.brown.edu?subject=bidict&body=I%20am%20using%20bidict%20for...>`__


Changelog
---------

See the :doc:`changelog` [#fn-changelog]_
for a history of notable changes to bidict.


Release Notifications
---------------------

.. duplicated in CHANGELOG.rst:
   (would use `.. include::` but GitHub doesn't understand it)

.. image:: https://img.shields.io/badge/libraries.io-subscribe-5BC0DF.svg
   :target: https://libraries.io/pypi/bidict
   :alt: Follow on libraries.io

`Subscribe to bidict releases <https://libraries.io/pypi/bidict>`__
on libraries.io to be notified when new versions of bidict are released.
Alternatively,
on `GitHub <https://github.com/jab/bidict>`__,
click "`Watch <https://help.github.com/en/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-releases-for-a-repository>`__"
and choose "Releases".


Learning from bidict
--------------------

One of the most rewarding things about bidict
is the outsized amount of advanced Python
it covers in light of its small codebase.

Check out :doc:`learning-from-bidict` [#fn-learning]_
if you're interested in learning more.


Contributing
------------

Bidict is currently a one-person operation
maintained on a voluntary basis
with no other sponsorship.
Your help would be most welcome!


Reviewers Wanted!
^^^^^^^^^^^^^^^^^

One of the most valuable ways to contribute to bidict
and to explore some advanced Python [#fn-learning]_
while you're at it
is to review bidict's relatively small codebase.

Please create an issue or pull request with any improvements you'd propose
or any other results you found.
(Submitting a "Nothing-to-merge" PR with feedback in inline code comments or a
`Review results <https://github.com/jab/bidict/issues/new?title=Review+results>`__
issue both work well.)

You can also
+1 `this issue <https://github.com/jab/bidict/issues/63>`__
to sign up to give feedback on future proposed changes
that are in need of a reviewer.


Giving Back
^^^^^^^^^^^

.. duplicated in CONTRIBUTING.rst
   (would use `.. include::` but GitHub doesn't understand it)

Bidict is the product of hundreds of hours of unpaid, voluntary work.

If bidict has helped you accomplish your work,
especially work you've been paid for,
please consider chipping in toward the costs
of bidict's maintenance and development
and/or ask your organization to do the same.

.. image:: https://raw.githubusercontent.com/jab/bidict/master/assets/support-on-gumroad.png
   :target: https://gumroad.com/l/bidict
   :alt: Support bidict


Finding Documentation
---------------------

If you're viewing this on `<https://bidict.readthedocs.io>`__,
note that multiple versions of the documentation are available,
and you can choose a different version using the popup menu at the bottom-right.
Please make sure you're viewing the version of the documentation
that corresponds to the version of bidict you'd like to use.

If you're viewing this on GitHub, PyPI, or some other place
that can't render and link this documentation properly
and are seeing broken links,
try these alternate links instead:

.. [#fn-intro] `<docs/intro.rst>`__ | `<https://bidict.readthedocs.io/intro.html>`__

.. [#fn-changelog] `<CHANGELOG.rst>`__ | `<https://bidict.readthedocs.io/changelog.html>`__

.. [#fn-learning] `<docs/learning-from-bidict.rst>`__ | `<https://bidict.readthedocs.io/learning-from-bidict.html>`__


----

Next: :doc:`intro` [#fn-intro]_