bidict


Namebidict JSON
Version 0.23.1 PyPI version JSON
download
home_page
SummaryThe bidirectional mapping library for Python.
upload_time2024-02-18 19:09:05
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMPL 2.0
keywords bidict bimap bidirectional dict dictionary mapping collections
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. role:: doc
.. (Forward declaration for the "doc" role that Sphinx defines for interop with renderers that
   are often used to show this doc and that are unaware of Sphinx (GitHub.com, PyPI.org, etc.).
   Use :doc: rather than :ref: here for better interop as well.)


bidict
======

*The bidirectional mapping library for Python.*


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/main.svg
   :target: https://bidict.readthedocs.io/en/main/
   :alt: Documentation

.. image:: https://github.com/jab/bidict/actions/workflows/test.yml/badge.svg
   :target: https://github.com/jab/bidict/actions/workflows/test.yml?query=branch%3Amain
   :alt: GitHub Actions CI status

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

.. image:: https://static.pepy.tech/badge/bidict
   :target: https://pepy.tech/project/bidict
   :alt: PyPI Downloads

.. image:: https://img.shields.io/badge/GitHub-sponsor-ff69b4
   :target: https://github.com/sponsors/jab
   :alt: Sponsor


Features
--------

- Mature: Depended on by
  Google, Venmo, CERN, Baidu, Tencent,
  and teams across the world since 2009

- Familiar, Pythonic APIs
  that are carefully designed for
  safety, simplicity, flexibility, and ergonomics

- Lightweight, with no runtime dependencies
  outside Python's standard library

- Implemented in
  concise, well-factored, fully type-hinted Python code
  that is optimized for running efficiently
  as well as for long-term maintenance and stability
  (as well as `joy <#learning-from-bidict>`__)

- Extensively `documented <https://bidict.readthedocs.io>`__

- 100% test coverage
  running continuously across all supported Python versions
  (including property-based tests and benchmarks)


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.


Enterprise Support
------------------

Enterprise-level support for bidict can be obtained via the
`Tidelift subscription <https://tidelift.com/subscription/pkg/pypi-bidict?utm_source=pypi-bidict&utm_medium=referral&utm_campaign=readme>`__
or by `contacting me directly <mailto:jabronson@gmail.com>`__.

I have a US-based LLC set up for invoicing,
and I have 15+ years of professional experience
delivering software and support to companies successfully.

You can also sponsor my work through several platforms, including GitHub Sponsors.
See the `Sponsoring <#sponsoring>`__ section below for details,
including rationale and examples of companies
supporting the open source projects they depend on.


Voluntary Community Support
---------------------------

Please search through already-asked questions and answers
in `GitHub Discussions <https://github.com/jab/bidict/discussions>`__
and the `issue tracker <https://github.com/jab/bidict/issues?q=is%3Aissue>`__
in case your question has already been addressed.

Otherwise, please feel free to
`start a new discussion <https://github.com/jab/bidict/discussions>`__
or `create a new issue <https://github.com/jab/bidict/issues/new>`__ on GitHub
for voluntary community support.


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

If you use bidict,
and especially if your usage or your organization is significant in some way,
please let me know in any of the following ways:

- `star bidict on GitHub <https://github.com/jab/bidict>`__
- post in `GitHub Discussions <https://github.com/jab/bidict/discussions>`__
- `email me <mailto:jabronson@gmail.com>`__


Changelog
---------

For bidict release notes, see the :doc:`changelog`. [#fn-changelog]_


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

.. duplicated in CHANGELOG.rst:
   (Would use `.. include::` but GitHub's renderer doesn't support it.)

Watch `bidict releases on GitHub <https://github.com/jab/bidict/releases>`__
to be notified when new versions of bidict are published.
Click the "Watch" dropdown, choose "Custom", and then choose "Releases".


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

One of the best things about bidict
is that it touches a surprising number of
interesting Python corners,
especially given its small size and scope.

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


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

I have been bidict's sole maintainer
and `active contributor <https://github.com/jab/bidict/graphs/contributors>`__
since I started the project ~15 years ago.

Your help would be most welcome!
See the :doc:`contributors-guide` [#fn-contributing]_
for more information.


Sponsoring
----------

.. duplicated in CONTRIBUTING.rst
   (Would use `.. include::` but GitHub's renderer doesn't support it.)

.. image:: https://img.shields.io/badge/GitHub-sponsor-ff69b4
  :target: https://github.com/sponsors/jab
  :alt: Sponsor through GitHub

Bidict is the product of thousands of hours of my unpaid work
over the 15+ years that I've been the sole maintainer.

If bidict has helped you or your company accomplish your work,
please sponsor my work through one of the following,
and/or ask your company to do the same:

- `GitHub <https://github.com/sponsors/jab>`__
- `PayPal <https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=jabronson%40gmail%2ecom&lc=US&item_name=Sponsor%20bidict>`__
- `Tidelift <https://tidelift.com>`__
- `thanks.dev <https://thanks.dev>`__
- `Gumroad <https://gumroad.com/l/bidict>`__
- `a support engagement with my LLC <#enterprise-support>`__

If you're not sure which to use, GitHub is an easy option,
especially if you already have a GitHub account.
Just choose a monthly or one-time amount, and GitHub handles everything else.
Your bidict sponsorship on GitHub will automatically go
on the same regular bill as any other GitHub charges you pay for.
PayPal is another easy option for one-time contributions.

See the following for rationale and examples of companies
supporting the open source projects they depend on
in this manner:

- `<https://engineering.atspotify.com/2022/04/announcing-the-spotify-foss-fund/>`__
- `<https://blog.sentry.io/2021/10/21/we-just-gave-154-999-dollars-and-89-cents-to-open-source-maintainers>`__
- `<https://engineering.indeedblog.com/blog/2019/07/foss-fund-six-months-in/>`__

.. - `<https://sethmlarson.dev/blog/people-in-your-software-supply-chain>`__
.. - `<https://www.cognitect.com/blog/supporting-open-source-developers>`__
.. - `<https://vorpus.org/blog/the-unreasonable-effectiveness-of-investment-in-open-source-infrastructure/>`__


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] `<https://bidict.readthedocs.io/intro.html>`__ | `<docs/intro.rst>`__

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

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

.. [#fn-contributing] `<https://bidict.readthedocs.io/contributors-guide.html>`__ | `<CONTRIBUTING.rst>`__

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bidict",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "bidict,bimap,bidirectional,dict,dictionary,mapping,collections",
    "author": "",
    "author_email": "Joshua Bronson <jabronson@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/9a/6e/026678aa5a830e07cd9498a05d3e7e650a4f56a42f267a53d22bcda1bdc9/bidict-0.23.1.tar.gz",
    "platform": null,
    "description": ".. role:: doc\n.. (Forward declaration for the \"doc\" role that Sphinx defines for interop with renderers that\n   are often used to show this doc and that are unaware of Sphinx (GitHub.com, PyPI.org, etc.).\n   Use :doc: rather than :ref: here for better interop as well.)\n\n\nbidict\n======\n\n*The bidirectional mapping library for Python.*\n\n\nStatus\n------\n\n.. image:: https://img.shields.io/pypi/v/bidict.svg\n   :target: https://pypi.org/project/bidict\n   :alt: Latest release\n\n.. image:: https://img.shields.io/readthedocs/bidict/main.svg\n   :target: https://bidict.readthedocs.io/en/main/\n   :alt: Documentation\n\n.. image:: https://github.com/jab/bidict/actions/workflows/test.yml/badge.svg\n   :target: https://github.com/jab/bidict/actions/workflows/test.yml?query=branch%3Amain\n   :alt: GitHub Actions CI status\n\n.. image:: https://img.shields.io/pypi/l/bidict.svg\n   :target: https://raw.githubusercontent.com/jab/bidict/main/LICENSE\n   :alt: License\n\n.. image:: https://static.pepy.tech/badge/bidict\n   :target: https://pepy.tech/project/bidict\n   :alt: PyPI Downloads\n\n.. image:: https://img.shields.io/badge/GitHub-sponsor-ff69b4\n   :target: https://github.com/sponsors/jab\n   :alt: Sponsor\n\n\nFeatures\n--------\n\n- Mature: Depended on by\n  Google, Venmo, CERN, Baidu, Tencent,\n  and teams across the world since 2009\n\n- Familiar, Pythonic APIs\n  that are carefully designed for\n  safety, simplicity, flexibility, and ergonomics\n\n- Lightweight, with no runtime dependencies\n  outside Python's standard library\n\n- Implemented in\n  concise, well-factored, fully type-hinted Python code\n  that is optimized for running efficiently\n  as well as for long-term maintenance and stability\n  (as well as `joy <#learning-from-bidict>`__)\n\n- Extensively `documented <https://bidict.readthedocs.io>`__\n\n- 100% test coverage\n  running continuously across all supported Python versions\n  (including property-based tests and benchmarks)\n\n\nInstallation\n------------\n\n``pip install bidict``\n\n\nQuick Start\n-----------\n\n.. code:: python\n\n   >>> from bidict import bidict\n   >>> element_by_symbol = bidict({'H': 'hydrogen'})\n   >>> element_by_symbol['H']\n   'hydrogen'\n   >>> element_by_symbol.inverse['hydrogen']\n   'H'\n\n\nFor more usage documentation,\nhead to the :doc:`intro` [#fn-intro]_\nand proceed from there.\n\n\nEnterprise Support\n------------------\n\nEnterprise-level support for bidict can be obtained via the\n`Tidelift subscription <https://tidelift.com/subscription/pkg/pypi-bidict?utm_source=pypi-bidict&utm_medium=referral&utm_campaign=readme>`__\nor by `contacting me directly <mailto:jabronson@gmail.com>`__.\n\nI have a US-based LLC set up for invoicing,\nand I have 15+ years of professional experience\ndelivering software and support to companies successfully.\n\nYou can also sponsor my work through several platforms, including GitHub Sponsors.\nSee the `Sponsoring <#sponsoring>`__ section below for details,\nincluding rationale and examples of companies\nsupporting the open source projects they depend on.\n\n\nVoluntary Community Support\n---------------------------\n\nPlease search through already-asked questions and answers\nin `GitHub Discussions <https://github.com/jab/bidict/discussions>`__\nand the `issue tracker <https://github.com/jab/bidict/issues?q=is%3Aissue>`__\nin case your question has already been addressed.\n\nOtherwise, please feel free to\n`start a new discussion <https://github.com/jab/bidict/discussions>`__\nor `create a new issue <https://github.com/jab/bidict/issues/new>`__ on GitHub\nfor voluntary community support.\n\n\nNotice of Usage\n---------------\n\nIf you use bidict,\nand especially if your usage or your organization is significant in some way,\nplease let me know in any of the following ways:\n\n- `star bidict on GitHub <https://github.com/jab/bidict>`__\n- post in `GitHub Discussions <https://github.com/jab/bidict/discussions>`__\n- `email me <mailto:jabronson@gmail.com>`__\n\n\nChangelog\n---------\n\nFor bidict release notes, see the :doc:`changelog`. [#fn-changelog]_\n\n\nRelease Notifications\n---------------------\n\n.. duplicated in CHANGELOG.rst:\n   (Would use `.. include::` but GitHub's renderer doesn't support it.)\n\nWatch `bidict releases on GitHub <https://github.com/jab/bidict/releases>`__\nto be notified when new versions of bidict are published.\nClick the \"Watch\" dropdown, choose \"Custom\", and then choose \"Releases\".\n\n\nLearning from bidict\n--------------------\n\nOne of the best things about bidict\nis that it touches a surprising number of\ninteresting Python corners,\nespecially given its small size and scope.\n\nCheck out :doc:`learning-from-bidict` [#fn-learning]_\nif you're interested in learning more.\n\n\nContributing\n------------\n\nI have been bidict's sole maintainer\nand `active contributor <https://github.com/jab/bidict/graphs/contributors>`__\nsince I started the project ~15 years ago.\n\nYour help would be most welcome!\nSee the :doc:`contributors-guide` [#fn-contributing]_\nfor more information.\n\n\nSponsoring\n----------\n\n.. duplicated in CONTRIBUTING.rst\n   (Would use `.. include::` but GitHub's renderer doesn't support it.)\n\n.. image:: https://img.shields.io/badge/GitHub-sponsor-ff69b4\n  :target: https://github.com/sponsors/jab\n  :alt: Sponsor through GitHub\n\nBidict is the product of thousands of hours of my unpaid work\nover the 15+ years that I've been the sole maintainer.\n\nIf bidict has helped you or your company accomplish your work,\nplease sponsor my work through one of the following,\nand/or ask your company to do the same:\n\n- `GitHub <https://github.com/sponsors/jab>`__\n- `PayPal <https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=jabronson%40gmail%2ecom&lc=US&item_name=Sponsor%20bidict>`__\n- `Tidelift <https://tidelift.com>`__\n- `thanks.dev <https://thanks.dev>`__\n- `Gumroad <https://gumroad.com/l/bidict>`__\n- `a support engagement with my LLC <#enterprise-support>`__\n\nIf you're not sure which to use, GitHub is an easy option,\nespecially if you already have a GitHub account.\nJust choose a monthly or one-time amount, and GitHub handles everything else.\nYour bidict sponsorship on GitHub will automatically go\non the same regular bill as any other GitHub charges you pay for.\nPayPal is another easy option for one-time contributions.\n\nSee the following for rationale and examples of companies\nsupporting the open source projects they depend on\nin this manner:\n\n- `<https://engineering.atspotify.com/2022/04/announcing-the-spotify-foss-fund/>`__\n- `<https://blog.sentry.io/2021/10/21/we-just-gave-154-999-dollars-and-89-cents-to-open-source-maintainers>`__\n- `<https://engineering.indeedblog.com/blog/2019/07/foss-fund-six-months-in/>`__\n\n.. - `<https://sethmlarson.dev/blog/people-in-your-software-supply-chain>`__\n.. - `<https://www.cognitect.com/blog/supporting-open-source-developers>`__\n.. - `<https://vorpus.org/blog/the-unreasonable-effectiveness-of-investment-in-open-source-infrastructure/>`__\n\n\nFinding Documentation\n---------------------\n\nIf you're viewing this on `<https://bidict.readthedocs.io>`__,\nnote that multiple versions of the documentation are available,\nand you can choose a different version using the popup menu at the bottom-right.\nPlease make sure you're viewing the version of the documentation\nthat corresponds to the version of bidict you'd like to use.\n\nIf you're viewing this on GitHub, PyPI, or some other place\nthat can't render and link this documentation properly\nand are seeing broken links,\ntry these alternate links instead:\n\n.. [#fn-intro] `<https://bidict.readthedocs.io/intro.html>`__ | `<docs/intro.rst>`__\n\n.. [#fn-changelog] `<https://bidict.readthedocs.io/changelog.html>`__ | `<CHANGELOG.rst>`__\n\n.. [#fn-learning] `<https://bidict.readthedocs.io/learning-from-bidict.html>`__ | `<docs/learning-from-bidict.rst>`__\n\n.. [#fn-contributing] `<https://bidict.readthedocs.io/contributors-guide.html>`__ | `<CONTRIBUTING.rst>`__\n",
    "bugtrack_url": null,
    "license": "MPL 2.0",
    "summary": "The bidirectional mapping library for Python.",
    "version": "0.23.1",
    "project_urls": {
        "Changelog": "https://bidict.readthedocs.io/changelog.html",
        "Documentation": "https://bidict.readthedocs.io",
        "Funding": "https://bidict.readthedocs.io/#sponsoring",
        "Repository": "https://github.com/jab/bidict"
    },
    "split_keywords": [
        "bidict",
        "bimap",
        "bidirectional",
        "dict",
        "dictionary",
        "mapping",
        "collections"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9937e8730c3587a65eb5645d4aba2d27aae48e8003614d6aaf15dda67f702f1f",
                "md5": "6a5e2f284d5fdd9bf7d83989bc4e87c5",
                "sha256": "5dae8d4d79b552a71cbabc7deb25dfe8ce710b17ff41711e13010ead2abfc3e5"
            },
            "downloads": -1,
            "filename": "bidict-0.23.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a5e2f284d5fdd9bf7d83989bc4e87c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 32764,
            "upload_time": "2024-02-18T19:09:04",
            "upload_time_iso_8601": "2024-02-18T19:09:04.156501Z",
            "url": "https://files.pythonhosted.org/packages/99/37/e8730c3587a65eb5645d4aba2d27aae48e8003614d6aaf15dda67f702f1f/bidict-0.23.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a6e026678aa5a830e07cd9498a05d3e7e650a4f56a42f267a53d22bcda1bdc9",
                "md5": "561cd7fd5c3036bbfa2c5185531e7b19",
                "sha256": "03069d763bc387bbd20e7d49914e75fc4132a41937fa3405417e1a5a2d006d71"
            },
            "downloads": -1,
            "filename": "bidict-0.23.1.tar.gz",
            "has_sig": false,
            "md5_digest": "561cd7fd5c3036bbfa2c5185531e7b19",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 29093,
            "upload_time": "2024-02-18T19:09:05",
            "upload_time_iso_8601": "2024-02-18T19:09:05.748838Z",
            "url": "https://files.pythonhosted.org/packages/9a/6e/026678aa5a830e07cd9498a05d3e7e650a4f56a42f267a53d22bcda1bdc9/bidict-0.23.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-18 19:09:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jab",
    "github_project": "bidict",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "bidict"
}
        
Elapsed time: 0.20350s