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
|
|
|
|
2016-07-04 03:29:24 +00:00
|
|
|
.. image:: https://raw.githubusercontent.com/jab/bidict/master/_static/logo-256.png
|
2016-06-28 04:05:22 +00:00
|
|
|
:target: https://bidict.readthedocs.io/
|
2015-11-28 13:15:39 +00:00
|
|
|
:alt: bidict logo
|
|
|
|
|
2016-07-04 03:29:24 +00:00
|
|
|
.. image:: https://raw.githubusercontent.com/jab/bidict/master/_static/support-on-gumroad.png
|
2016-06-28 04:05:22 +00:00
|
|
|
:target: https://gumroad.com/l/bidict
|
|
|
|
:alt: Support bidict
|
|
|
|
|
2015-11-28 13:15:39 +00:00
|
|
|
|
2015-03-22 18:21:15 +00:00
|
|
|
Status
|
|
|
|
------
|
|
|
|
|
2016-06-28 04:05:22 +00:00
|
|
|
.. Hide downloads badge pending https://github.com/badges/shields/issues/716
|
|
|
|
.. .. image:: https://img.shields.io/pypi/dm/bidict.svg
|
|
|
|
.. :target: https://pypi.python.org/pypi/bidict
|
|
|
|
.. :alt: Downloads per month
|
2015-03-22 18:21:15 +00:00
|
|
|
|
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
|
|
|
|
|
2016-08-22 02:17:05 +00:00
|
|
|
.. image:: https://img.shields.io/badge/VersionEye-follow-brightgreen.svg
|
2016-06-28 04:05:22 +00:00
|
|
|
:target: https://www.versioneye.com/python/bidict
|
|
|
|
:alt: Follow on VersionEye
|
|
|
|
|
2016-07-03 21:56:40 +00:00
|
|
|
.. image:: https://readthedocs.org/projects/bidict/badge/?version=master
|
2016-07-04 03:29:24 +00:00
|
|
|
:target: https://bidict.readthedocs.io/en/master/
|
2015-03-22 18:21:15 +00:00
|
|
|
: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
|
2016-06-28 04:05:22 +00:00
|
|
|
:target: https://coveralls.io/github/jab/bidict
|
2015-03-22 18:21:15 +00:00
|
|
|
:alt: Test coverage
|
|
|
|
|
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
|
|
|
|
|
2016-06-28 04:05:22 +00:00
|
|
|
.. image:: https://badges.gitter.im/join%20chat.svg
|
2015-03-22 18:21:15 +00:00
|
|
|
:target: https://gitter.im/jab/bidict
|
2016-01-13 16:52:02 +00:00
|
|
|
:alt: Chat
|
2014-09-23 14:48:42 +00:00
|
|
|
|
2016-06-28 04:05:22 +00:00
|
|
|
The bidict codebase is mature, well-tested, and well-reviewed.
|
|
|
|
If you have a question or find an issue,
|
|
|
|
please don't hesitate to
|
|
|
|
`ask in the chat room <https://gitter.im/jab/bidict>`_,
|
|
|
|
`file an issue <https://github.com/jab/bidict/issues/new>`_,
|
|
|
|
or
|
|
|
|
`submit a pull request <contributing>`_.
|
|
|
|
|
|
|
|
|
2014-09-23 16:35:19 +00:00
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
|
|
|
``pip install bidict``
|
|
|
|
|
2016-06-28 04:05:22 +00:00
|
|
|
|
2015-03-22 18:21:15 +00:00
|
|
|
Usage
|
|
|
|
-----
|
2014-09-23 16:35:19 +00:00
|
|
|
|
2016-07-04 03:29:24 +00:00
|
|
|
For usage documentation, please start at the Introduction
|
2016-06-28 04:05:22 +00:00
|
|
|
and proceed from there.
|
2014-09-23 14:48:42 +00:00
|
|
|
|
2016-06-28 04:05:22 +00:00
|
|
|
`bidict.readthedocs.io <https://bidict.readthedocs.io>`_
|
|
|
|
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
2014-09-23 14:48:42 +00:00
|
|
|
|
2016-06-28 04:05:22 +00:00
|
|
|
*In case you're reading this on GitHub, PyPI, in your code editor,
|
|
|
|
or in some other place that can't render/link the full docs properly,
|
|
|
|
you can find the bidict documentation on Read the Docs at:*
|
2016-01-12 03:42:39 +00:00
|
|
|
|
2016-06-28 04:05:22 +00:00
|
|
|
`<https://bidict.readthedocs.io>`_
|
2015-11-28 13:15:39 +00:00
|
|
|
|
2016-06-28 04:05:22 +00:00
|
|
|
*Note that multiple versions of the documentation are published there,
|
|
|
|
and by default you will be taken to the version built from the master branch.
|
|
|
|
You can choose different versions from the pop-up menu in the lower-right.*
|
2015-11-28 13:15:39 +00:00
|
|
|
|
2016-06-28 04:05:22 +00:00
|
|
|
You can also build the docs yourself by running ``make html``
|
2016-07-04 03:29:24 +00:00
|
|
|
from the ``docs`` directory
|
2016-06-28 04:05:22 +00:00
|
|
|
(requires `Sphinx <https://pypi.python.org/pypi/Sphinx>`_).
|
|
|
|
|
|
|
|
|
|
|
|
Contributing
|
|
|
|
------------
|
|
|
|
|
|
|
|
Contributions are gratefully received!
|
|
|
|
For information about contributing,
|
2016-07-04 03:29:24 +00:00
|
|
|
please see CONTRIBUTING.rst
|
|
|
|
(`<https://bidict.readthedocs.io/contributing.html>`_).
|
2016-06-28 04:05:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
Changelog
|
|
|
|
---------
|
2014-09-23 14:48:42 +00:00
|
|
|
|
2016-06-28 04:05:22 +00:00
|
|
|
For a history of notable changes to bidict,
|
2016-07-04 03:29:24 +00:00
|
|
|
check out CHANGELOG.rst
|
|
|
|
(`<https://bidict.readthedocs.io/changelog.html>`_).
|