Skip to content

Commit

Permalink
add Related libraries in tutorial doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenggaoZhu committed May 18, 2016
1 parent 4de2072 commit a493b91
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ Installation

``pip install midict``

PyPI repository: https://pypi.python.org/pypi/midict

Development
-----------
Expand Down
12 changes: 10 additions & 2 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -394,12 +394,20 @@ More examples of advanced indexing
['uid', 'name', 'ip'])




More classes and functions
--------------------------
Check :doc:`midict` for more classes and functions,
such as :class:`midict.FrozenMIDict`, :class:`midict.AttrDict`, :class:`midict.IndexDict`,
:class:`midict.MIDictView`, etc.


Related libraries
-----------------
* `bidict <https://pypi.python.org/pypi/bidict>`_ provides bidirectional/inverse mapping via the ``d.inv`` attribute.
* `multi\_key\_dict <https://pypi.python.org/pypi/multi_key_dict>`_ maps multiple keys to the same value.
* `orderedmultidict <https://pypi.python.org/pypi/orderedmultidict>`_ stores multiple values for the same key.
* `mdict <https://pypi.python.org/pypi/mdict>`_ retrieves and stores values in nested python dicts.
* `pandas <http://pandas.pydata.org/>`_ has a hierarchical/multi-level indexing feature
(`pandas.MultiIndex <http://pandas.pydata.org/pandas-docs/stable/advanced.html#multiindex-advanced-indexing>`_).


0 comments on commit a493b91

Please sign in to comment.