Skip to main content

Efficient, Pythonic bidirectional map implementation and related functionality

Project description

Efficient, Pythonic bidirectional map implementation and related functionality.

bidict logo

Status

Latest release Documentation Travis-CI build status Test coverage LGTM alerts Codacy grade CII best practices badge Tidelift dependency badge License 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-, PyPy-, Python 2-, and Python 3-compatible

  • has extensive test coverage (including property-based tests and benchmarks) run continuously on all supported Python versions and OSes

  • integrates natively with Python’s collections interfaces

  • is implemented in concise, well-factored, well-documented pure Python that leverages a number of advanced language features [3]

Installation

pip install bidict

Quick Start

>>> 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 intro [1] and proceed from there.

Community and Voluntary Support

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 support for it as possible.

Please feel free to leave a message in the chatroom or to open a new issue on GitHub. You can search through existing issues before creating a new one in case your questions or concerns have been adressed there already.

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:

Changelog

See the changelog [2] for a history of notable changes to bidict.

Release Notifications

Follow on libraries.io

Tip: Subscribe to bidict releases on libraries.io to be notified when new versions of bidict are released.

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 learning-from-bidict [3] 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 [3] 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 issue both work well.)

You can also +1 this issue to sign up to give feedback on future proposed changes that are in need of a reviewer.

Giving Back

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.

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:


Next: intro [1]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bidict-0.18.0.tar.gz (382.1 kB view details)

Uploaded Source

Built Distribution

bidict-0.18.0-py2.py3-none-any.whl (40.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file bidict-0.18.0.tar.gz.

File metadata

  • Download URL: bidict-0.18.0.tar.gz
  • Upload date:
  • Size: 382.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

File hashes

Hashes for bidict-0.18.0.tar.gz
Algorithm Hash digest
SHA256 4d10630fd5d86b7c165387473c5180e7fca7635f12e24b1f426aac259c72c81a
MD5 d09e490a010c1f90bb985c14706031ec
BLAKE2b-256 8a18a3feb46d99a7a73c3078faf1c9b24655eace83bcf696cfecae46288cad8a

See more details on using hashes here.

File details

Details for the file bidict-0.18.0-py2.py3-none-any.whl.

File metadata

  • Download URL: bidict-0.18.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 40.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

File hashes

Hashes for bidict-0.18.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 01bc0a403202513a822363f2d342721256e9a9056be05134aa0b0ba7614bc6cb
MD5 29b3c385de5eccfbdb05f1e491bd49d6
BLAKE2b-256 10db0f688f4ed1ff18a7bdfc868dd879e71fcd3cb3b01ca22af5f49968102258

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page