11Fn.py: enjoy FP in Python
22=========================
33
4- .. image :: https://badges.gitter.im/fnpy/fn.py.svg
5- :alt: Join the chat at https://gitter.im/fnpy/fn.py
6- :target: https://gitter.im/fnpy/fn.py?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
7-
8- .. image :: https://travis-ci.org/fnpy/fn.py.svg?branch=master
9- :target: https://travis-ci.org/fnpy/fn.py
10-
114.. image :: https://img.shields.io/pypi/v/fn.py
125 :alt: PyPI
136 :target: https://pypi.org/project/fn.py
@@ -16,6 +9,27 @@ Fn.py: enjoy FP in Python
169 :alt: PyPI - Downloads
1710 :target: https://pypi.org/project/fn.py
1811
12+ .. image :: https://img.shields.io/github/discussions/fnpy/fn.py
13+ :alt: Github Discussions
14+ :target: https://github.com/fnpy/fn.py/discussions
15+
16+ Installation
17+ ------------
18+
19+ To install ``fn.py ``, simply::
20+
21+ $ pip install fn.py
22+
23+ You can also build library from source
24+
25+ ::
26+
27+ $ git clone https://github.com/fnpy/fn.py.git
28+ $ pip install -e fn.py
29+
30+ What is it?
31+ -----------
32+
1933Despite the fact that Python is not a pure-functional programming language, it
2034is multi-paradigm and gives you enough freedom to take advantage of a functional
2135approach. There are theoretical and practical advantages to the functional
@@ -442,20 +456,6 @@ Use ``or_call`` for more complex alternatives, for example::
442456 )
443457
444458
445- Installation
446- ------------
447-
448- To install ``fn.py ``, simply::
449-
450- $ pip install fn.py
451-
452- You can also build library from source
453-
454- ::
455-
456- $ git clone https://github.com/fnpy/fn.py.git
457- $ pip install -e fn.py
458-
459459Work in progress
460460----------------
461461
0 commit comments