2014-09-23 14:48:42 +00:00
|
|
|
bidict
|
|
|
|
======
|
|
|
|
|
2014-09-23 16:35:19 +00:00
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
|
|
|
``pip install bidict``
|
|
|
|
|
|
|
|
Releases
|
|
|
|
--------
|
|
|
|
|
2014-10-11 16:39:30 +00:00
|
|
|
See `PyPI`_ or `Warehouse`_.
|
2014-09-23 16:35:19 +00:00
|
|
|
|
2014-10-04 15:54:44 +00:00
|
|
|
Status
|
|
|
|
------
|
2014-09-23 14:48:42 +00:00
|
|
|
|
|
|
|
+------------+--------------------------------------------------------------------------+---------------------------------------------------------------+
|
|
|
|
| ``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 |
|
|
|
|
+------------+--------------------------------------------------------------------------+---------------------------------------------------------------+
|
2014-10-11 16:39:30 +00:00
|
|
|
| ``v0.3.1`` | .. image:: https://readthedocs.org/projects/bidict/badge/?version=latest | .. image:: https://travis-ci.org/jab/bidict.svg?tag=0.3.1 |
|
2014-09-23 14:48:42 +00:00
|
|
|
| | :target: https://bidict.readthedocs.org/en/latest/ | :target: https://travis-ci.org/jab/bidict |
|
|
|
|
+------------+--------------------------------------------------------------------------+---------------------------------------------------------------+
|
|
|
|
|
2014-10-11 16:39:30 +00:00
|
|
|
See https://bidict.readthedocs.org or bidict.py for more documentation.
|
2014-09-23 14:48:42 +00:00
|
|
|
|
2014-09-23 16:35:19 +00:00
|
|
|
.. _PyPI: https://pypi.python.org/pypi/bidict
|
|
|
|
.. _Warehouse: https://warehouse.python.org/project/bidict/
|