2014-09-23 14:48:42 +00:00
|
|
|
bidict
|
|
|
|
======
|
2015-03-22 18:21:15 +00:00
|
|
|
|
2015-05-26 05:37:42 +00:00
|
|
|
Efficient, Pythonic bidirectional map implementation and related functionality.
|
2015-03-22 18:21:15 +00:00
|
|
|
|
2015-11-28 13:15:39 +00:00
|
|
|
.. image:: ./docs/_static/logo.png
|
|
|
|
:alt: bidict logo
|
|
|
|
|
|
|
|
|
2015-03-22 18:21:15 +00:00
|
|
|
Status
|
|
|
|
------
|
|
|
|
|
2015-04-27 22:20:03 +00:00
|
|
|
.. image:: https://img.shields.io/pypi/dm/bidict.svg
|
2015-03-22 18:21:15 +00:00
|
|
|
:target: https://pypi.python.org/pypi/bidict
|
|
|
|
:alt: Downloads per month
|
|
|
|
|
2015-04-27 22:20:03 +00:00
|
|
|
.. image:: https://img.shields.io/pypi/v/bidict.svg
|
2015-03-22 18:21:15 +00:00
|
|
|
:target: https://pypi.python.org/pypi/bidict
|
|
|
|
:alt: Latest release
|
|
|
|
|
|
|
|
.. image:: https://readthedocs.org/projects/bidict/badge/
|
|
|
|
:target: https://bidict.readthedocs.org/
|
|
|
|
:alt: Documentation
|
|
|
|
|
2015-04-30 18:49:30 +00:00
|
|
|
.. image:: https://travis-ci.org/jab/bidict.svg?branch=master
|
2015-03-22 18:21:15 +00:00
|
|
|
:target: https://travis-ci.org/jab/bidict
|
|
|
|
:alt: Build status
|
|
|
|
|
2015-04-30 18:49:30 +00:00
|
|
|
.. image:: https://coveralls.io/repos/jab/bidict/badge.svg?branch=master
|
2015-03-22 18:21:15 +00:00
|
|
|
:target: https://coveralls.io/r/jab/bidict
|
|
|
|
:alt: Test coverage
|
|
|
|
|
|
|
|
.. image:: https://www.codacy.com/project/badge/1c5bfb83d2d54d57898d4ede1c9157ee
|
|
|
|
:target: https://www.codacy.com/app/jab/bidict
|
|
|
|
:alt: Code quality
|
|
|
|
|
2015-11-28 13:15:39 +00:00
|
|
|
.. image:: https://img.shields.io/pypi/pyversions/bidict.svg
|
|
|
|
:target: https://pypi.python.org/pypi/bidict
|
|
|
|
:alt: Supported Python versions
|
2015-09-14 14:11:55 +00:00
|
|
|
|
2015-11-28 13:15:39 +00:00
|
|
|
.. image:: https://img.shields.io/pypi/implementation/bidict.svg
|
|
|
|
:target: https://pypi.python.org/pypi/bidict
|
|
|
|
:alt: Supported Python implementations
|
2015-03-22 18:21:15 +00:00
|
|
|
|
2015-04-27 22:20:03 +00:00
|
|
|
.. image:: https://img.shields.io/pypi/l/bidict.svg
|
2015-03-22 18:21:15 +00:00
|
|
|
:target: https://raw.githubusercontent.com/jab/bidict/master/LICENSE
|
|
|
|
:alt: License
|
|
|
|
|
2015-11-28 13:15:39 +00:00
|
|
|
.. image:: https://img.shields.io/badge/gumroad-support%20bidict-brightgreen.svg
|
|
|
|
:target: https://gum.co/XGXTp
|
|
|
|
:alt: Support bidict
|
|
|
|
|
2015-03-22 18:21:15 +00:00
|
|
|
.. image:: https://img.shields.io/badge/Paypal-Buy%20a%20Drink-blue.svg
|
|
|
|
:target: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=jab%40math%2ebrown%2eedu&lc=US&item_name=Buy%20a%20drink%20for%20jab&button_subtype=services¤cy_code=USD&bn=PP%2dBuyNowBF%3aPaypal%2dBuy%2520a%2520Drink%2dblue%2esvg%3aNonHosted
|
|
|
|
:alt: PayPal - Buy a drink
|
|
|
|
|
2015-11-28 13:15:39 +00:00
|
|
|
.. image:: https://img.shields.io/bountysource/team/jab/activity.svg
|
2015-03-22 18:21:15 +00:00
|
|
|
:target: https://www.bountysource.com/teams/jab
|
2015-11-28 13:15:39 +00:00
|
|
|
:alt: Bountysource
|
2015-03-22 18:21:15 +00:00
|
|
|
|
|
|
|
.. image:: https://badges.gitter.im/Join%20Chat.svg
|
|
|
|
:alt: Chat
|
|
|
|
:target: https://gitter.im/jab/bidict
|
2014-09-23 14:48:42 +00:00
|
|
|
|
2015-11-28 13:15:39 +00:00
|
|
|
.. image:: https://img.shields.io/github/stars/jab/bidict.svg?style=social&label=Star
|
|
|
|
:target: https://github.com/jab/bidict/stargazers
|
|
|
|
:alt: Star on GitHub
|
|
|
|
|
2014-09-23 16:35:19 +00:00
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
|
|
|
``pip install bidict``
|
|
|
|
|
2015-03-22 18:21:15 +00:00
|
|
|
Usage
|
|
|
|
-----
|
2014-09-23 16:35:19 +00:00
|
|
|
|
2015-03-22 18:21:15 +00:00
|
|
|
See https://bidict.readthedocs.org.
|
2014-09-23 14:48:42 +00:00
|
|
|
|
2015-03-22 18:21:15 +00:00
|
|
|
Participation
|
|
|
|
-------------
|
2014-09-23 14:48:42 +00:00
|
|
|
|
2015-03-22 18:21:15 +00:00
|
|
|
Please feel free to `create an issue <https://github.com/jab/bidict/issues/new>`_
|
|
|
|
or `join the chat room <https://gitter.im/jab/bidict>`_
|
2015-11-28 13:15:39 +00:00
|
|
|
if you have any questions, feedback, or just want to say hi or
|
|
|
|
talk about your use case.
|
|
|
|
|
|
|
|
bidict is the result of hundreds of hours of voluntary, unpaid work.
|
|
|
|
If bidict has helped you accomplish work you've been paid for,
|
|
|
|
please `support bidict <https://gumroad.com/l/XGXTp>`_
|
|
|
|
and/or ask your employer to do the same.
|
|
|
|
Your support directly contributes to bidict's sustainability.
|
|
|
|
|
|
|
|
.. image:: ./docs/_static/support-on-gumroad.png
|
|
|
|
:target: https://gumroad.com/l/XGXTp
|
|
|
|
:alt: Support bidict
|
2014-09-23 14:48:42 +00:00
|
|
|
|
2015-03-22 18:21:15 +00:00
|
|
|
Check out
|
|
|
|
`CONTRIBUTING.rst <https://github.com/jab/bidict/blob/master/CONTRIBUTING.rst>`_
|
2015-11-28 13:15:39 +00:00
|
|
|
for more information about contributing.
|