aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-06-08 11:38:58 -0400
committerYury Selivanov <yury@magic.io>2018-06-08 11:38:58 -0400
commit5202b41186d7415ed3e236327c8ca782ce32533a (patch)
tree08239733ecc9f35a735cc454013ee20ed509af9e /README.rst
parent0bc23187226833a72f9a4c9a0c68cdbcfa2fec07 (diff)
downloadimmutables-5202b41186d7415ed3e236327c8ca782ce32533a.tar.gz
immutables-5202b41186d7415ed3e236327c8ca782ce32533a.zip
readme: add pypi badge
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 3c1b8a0..fe5a120 100644
--- a/README.rst
+++ b/README.rst
@@ -7,6 +7,9 @@ immutables
.. image:: https://ci.appveyor.com/api/projects/status/tgbc6tq56u63qqhf?svg=true
:target: https://ci.appveyor.com/project/MagicStack/immutables
+.. image:: https://img.shields.io/pypi/v/immutables.svg
+ :target: https://pypi.python.org/pypi/immutables
+
An immutable mapping type for Python.
The underlying datastructure is a Hash Array Mapped Trie (HAMT)