The bidirectional mapping library for Python.
Project description
The bidirectional mapping library for Python.
Status
Features
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 (not to mention joy :)
Extensively documented
100% test coverage running continuously across all supported Python versions
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 [3] and proceed from there.
Enterprise Support
Enterprise-level support for bidict can be obtained via the Tidelift subscription or by contacting me directly.
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 platforms like GitHub Sponsors. See the 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 and the issue tracker in case your question has already been addressed.
Otherwise, please feel free to start a new discussion or create a new issue on GitHub, or ask in the bidict chatroom 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:
post in GitHub Discussions
leave a message in the chat room
Changelog
See the changelog [2] for a history of notable changes to bidict.
Release Notifications
Watch releases on GitHub to be notified when new versions of bidict are released.
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 learning-from-bidict [1] if you’re interested in learning more.
Contributing
I have been bidict’s sole maintainer and active contributor since I started the project almost 15 years ago.
Your help would be most welcome! See the contributors-guide [4] for more information.
Sponsoring
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 GitHub and/or ask your company to do the same.
Choose a tier and GitHub handles everything else. Your GitHub sponsorship will automatically go on the same bill you already have set up with GitHub, so after the one-click signup, there’s nothing else to do.
See the following for rationale and examples of companies supporting the open source projects they depend on in this manner:
https://www.cognitect.com/blog/supporting-open-source-developers
https://vorpus.org/blog/the-unreasonable-effectiveness-of-investment-in-open-source-infrastructure/
You can also support my work through Gumroad or PayPal, or through a support engagement with my LLC. See Enterprise Support above for details.
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:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bidict-0.22.0.tar.gz
.
File metadata
- Download URL: bidict-0.22.0.tar.gz
- Upload date:
- Size: 198.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c826b3e15e97cc6e615de295756847c282a79b79c5430d3bfc909b1ac9f5bd8 |
|
MD5 | da3d37ae93c740c191b5666918c3164f |
|
BLAKE2b-256 | 2b84159749556b9c49ea4489dadeb94d44f05d6033d1db3af4c83120ecac5b15 |
File details
Details for the file bidict-0.22.0-py3-none-any.whl
.
File metadata
- Download URL: bidict-0.22.0-py3-none-any.whl
- Upload date:
- Size: 36.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 415126d23a0c81e1a8c584a8fb1f6905ea090c772571803aeee0a2242e8e7ba0 |
|
MD5 | 112e52667f2a5672793683c8fd2897bb |
|
BLAKE2b-256 | 8283e971aa0766c14544722c21bd6ca1c1c65f04f0b3fab65eeb31ed555209d6 |