Skip to content

Commit

Permalink
update doc and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenggaoZhu committed May 18, 2016
1 parent bfea919 commit bb8a7a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
21 changes: 10 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
MIDict (Multi-Index Dict)
=========================

``MIDict`` is an ordered "dictionary" with multiple indices
where any index can serve as "keys" or "values",
capable of assessing multiple values via its powerful indexing syntax,
and suitable as a bidirectional/inverse dict (a drop-in replacement
for dict/OrderedDict in Python 2 & 3).


Status
------

.. image:: https://img.shields.io/pypi/l/midict.svg
:alt: License
:target: ./LICENSE
Expand All @@ -23,7 +13,7 @@ Status
:target: https://pypi.python.org/pypi/midict
:alt: Supported Python versions

.. image:: https://img.shields.io/pypi/dm/midict.svg
.. .. image:: https://img.shields.io/pypi/dm/midict.svg
:target: https://pypi.python.org/pypi/midict
:alt: PyPI Downloads
Expand All @@ -46,6 +36,15 @@ Status



``MIDict`` is an ordered "dictionary" with multiple indices
where any index can serve as "keys" or "values",
capable of assessing multiple values via its powerful indexing syntax,
and suitable as a bidirectional/inverse dict (a drop-in replacement
for dict/OrderedDict in Python 2 & 3).




Features
--------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def split(self, *args, **kw):
name=package_name,
version=find_version(package_name, '__init__.py'),
url='https://github.com/ShenggaoZhu/midict',
download_url = 'https://codeload.github.com/ShenggaoZhu/midict/zip/v0.1.1',
# download_url = 'https://codeload.github.com/ShenggaoZhu/midict/zip/v0.1.1',
license='MIT',
description=
'MIDict is an ordered "dictionary" with multiple indices '
Expand Down
1 change: 1 addition & 0 deletions tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def get_data3(cls=MIDict):

# run command line:
# !coverage run tests/tests.py;coverage report;coverage html
# !coverage run --source midict tests/tests.py;coverage report;coverage html

#==============================================================================
# test cases
Expand Down

0 comments on commit bb8a7a0

Please sign in to comment.