We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735b1f3 commit f6ca090Copy full SHA for f6ca090
README.rst
@@ -4,6 +4,9 @@ Effect
4
.. image:: https://travis-ci.org/python-effect/effect.svg?branch=master
5
:target: https://travis-ci.org/python-effect/effect
6
7
+.. image:: https://img.shields.io/pypi/v/effect.svg
8
+ :target: https://pypi.python.org/pypi/effect
9
+
10
Effect is a library for helping you write purely functional code by isolating
11
the effects (that is, IO or state manipulation) in your code. Documentation is
12
available at https://effect.readthedocs.org/, and its PyPI page is
0 commit comments