Giter Club home page Giter Club logo

bidict's Introduction

bidict

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

Paid support available via Tidelift

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 features1

⚠️ Python 2 EOL ⚠️

Python 2 support will be dropped in a future release.

See python3statement.org for more info.

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 intro2 and proceed from there.

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

Please feel free to leave a message in the chatroom or 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.

Paid Support via Tidelift

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.

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 changelog3 for a history of notable changes to bidict.

Release Notifications

Follow on libraries.io

Subscribe to bidict releases on libraries.io to be notified when new versions of bidict are released. Alternatively, on GitHub, click "Watch" 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 learning-from-bidict4 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 Python5 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: intro6


  1. docs/learning-from-bidict.rst | https://bidict.readthedocs.io/learning-from-bidict.html

  2. docs/intro.rst | https://bidict.readthedocs.io/intro.html

  3. CHANGELOG.rst | https://bidict.readthedocs.io/changelog.html

  4. docs/learning-from-bidict.rst | https://bidict.readthedocs.io/learning-from-bidict.html

  5. docs/learning-from-bidict.rst | https://bidict.readthedocs.io/learning-from-bidict.html

  6. docs/intro.rst | https://bidict.readthedocs.io/intro.html

bidict's People

Contributors

jab avatar waldyrious avatar knaperek avatar gaborbernat avatar jbaum98 avatar synapticarbors avatar tomviner avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.