Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth authored Oct 5, 2019
1 parent cb690f6 commit 40ef7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyramda [![Build Status](https://travis-ci.org/jackfirth/pyramda.svg?branch=master)](https://travis-ci.org/jackfirth/pyramda) [![Coverage Status](https://coveralls.io/repos/jackfirth/pyramda/badge.svg?branch=master&service=github)](https://coveralls.io/github/jackfirth/pyramda?branch=master)

Python package supporting heavy functional programming through currying and function composition. Translation of the Ramda library from javascript to python. Supports Python 2.6, 2.7, 3.3, 3.4, and 3.5.
Python package supporting heavy functional programming through currying and function composition. Translation of the Ramda library from javascript to python. Supports Python 3.4 and above.

```
pip install pyramda
Expand Down

0 comments on commit 40ef7df

Please sign in to comment.