diff options
author | Yury Selivanov <yury@magic.io> | 2018-06-08 11:38:58 -0400 |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2018-06-08 11:38:58 -0400 |
commit | 5202b41186d7415ed3e236327c8ca782ce32533a (patch) | |
tree | 08239733ecc9f35a735cc454013ee20ed509af9e /README.rst | |
parent | 0bc23187226833a72f9a4c9a0c68cdbcfa2fec07 (diff) | |
download | immutables-5202b41186d7415ed3e236327c8ca782ce32533a.tar.gz immutables-5202b41186d7415ed3e236327c8ca782ce32533a.zip |
readme: add pypi badge
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |