The bidirectional mapping library for Python.
Go to file
jab 6b73cff4bd enable containerized builds on travis-ci 2014-12-17 23:47:48 +00:00
docs moving from hg to git, cutting 0.2.1 2014-09-23 10:08:21 -04:00
.editorconfig moving from hg to git, cutting 0.2.1 2014-09-23 10:08:21 -04:00
.gitignore moving from hg to git, cutting 0.2.1 2014-09-23 10:08:21 -04:00
.travis.yml enable containerized builds on travis-ci 2014-12-17 23:47:48 +00:00
LICENSE moving from hg to git, cutting 0.2.1 2014-09-23 10:08:21 -04:00
README.rst 0.3.1 release 2014-10-11 13:08:25 -04:00
bidict.py delint 2014-10-11 13:29:17 -04:00
setup.py bump to 0.3.2-dev post-release 2014-10-11 13:08:33 -04:00
tox.ini moving from hg to git, cutting 0.2.1 2014-09-23 10:08:21 -04:00

README.rst

bidict
======

Installation
------------

``pip install bidict``

Releases
--------

See `PyPI`_ or `Warehouse`_.

Status
------

+------------+--------------------------------------------------------------------------+---------------------------------------------------------------+
| ``master`` | .. image:: https://readthedocs.org/projects/bidict/badge/?version=master | .. image:: https://travis-ci.org/jab/bidict.svg?branch=master |
|            |     :target: https://bidict.readthedocs.org/en/master/                   |     :target: https://travis-ci.org/jab/bidict                 |
+------------+--------------------------------------------------------------------------+---------------------------------------------------------------+
| ``v0.3.1`` | .. image:: https://readthedocs.org/projects/bidict/badge/?version=latest | .. image:: https://travis-ci.org/jab/bidict.svg?tag=0.3.1     |
|            |     :target: https://bidict.readthedocs.org/en/latest/                   |     :target: https://travis-ci.org/jab/bidict                 |
+------------+--------------------------------------------------------------------------+---------------------------------------------------------------+

See https://bidict.readthedocs.org or bidict.py for more documentation.

.. _PyPI: https://pypi.python.org/pypi/bidict
.. _Warehouse: https://warehouse.python.org/project/bidict/