Skip to content

Commit

Permalink
Reorg.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Apr 20, 2020
1 parent 243d7a1 commit 9b749f0
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 17 deletions.
141 changes: 141 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,142 @@
# Created by .ignore support plugin (hsz.mobi)
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

43 changes: 26 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,43 +84,52 @@
- [toolz](https://github.com/pytoolz/toolz) ★2674 - "A functional standard library for Python".
- [funcy](https://github.com/suor/funcy) ★2289 - "A fancy and practical functional tools".
- [PyFunctional](https://github.com/EntilZha/PyFunctional) ★1650 - "Python library for functional programming with collections in a data pipeline style".
- [hask](https://github.com/billpmurphy/hask) ★634 - "Haskell language features and standard libraries in pure Python".
- [more-itertools](https://github.com/erikrose/more-itertools) ★1328 - "More routines for operating on iterables, beyond itertools".
- [Underscore.py](https://github.com/serkanyersen/underscore.py) ★270 - "A Python port of excellent javascript library underscore.js".
- [Effect](https://github.com/python-effect/effect) ★309 - "Effect isolation in Python, to facilitate more purely functional code".
- [OSlash](https://github.com/dbrattli/oslash) ★488 - "Functors, Applicatives, And Monads in Python".
- [returns](https://github.com/dry-python/returns) ★589 - "Make your functions return something meaningful, typed, and safe!"
- [hask](https://github.com/billpmurphy/hask) ★634 - "Haskell language features and standard libraries in pure Python".
- [Pydash](https://github.com/dgilland/pydash) ★601 - "The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library".
- [returns](https://github.com/dry-python/returns) ★589 - "Make your functions return something meaningful, typed, and safe!"
- [OSlash](https://github.com/dbrattli/oslash) ★488 - "Functors, Applicatives, And Monads in Python".
- [Effect](https://github.com/python-effect/effect) ★309 - "Effect isolation in Python, to facilitate more purely functional code".
- [Underscore.py](https://github.com/serkanyersen/underscore.py) ★270 - "A Python port of excellent javascript library underscore.js".
- [Phi](https://github.com/cgarciae/phi) ★110 - "A library that intends to remove as much of the pain as possible from your functional programming experience in Python."
- [pyramda](https://github.com/jackfirth/pyramda) ★106 - "Python package supporting heavy functional programming through currying. Translation of the Ramda library from javascript to python".
- [PyMonad](https://bitbucket.org/jason_delaat/pymonad) ★0 - "a small library implementing monads and related data abstractions -- functors, applicative functors, and monoids -- for use in implementing functional style programs".
- [Amino](https://github.com/tek/amino) ★31 - "functional data structures and type classes".
- [deal](https://github.com/orsinium/deal) ★71 - "Design by contract for Python with many validators support."
- [PyMonad](https://bitbucket.org/jason_delaat/pymonad) - "a small library implementing monads and related data abstractions -- functors, applicative functors, and monoids -- for use in implementing functional style programs".
- [pyMonet](https://github.com/przemyslawjanpietrzak/pyMonet) ★26 - "High abstract python library for functional programming. Contains algebraic data structures known from Haskell or Scala".
- [pfun](https://github.com/suned/pfun) ★43 - "Pure functional programming in python".
- [fnc](https://github.com/dgilland/fnc) ★57 - "Functional programming in Python with generators and other utilities".
- [Phi](https://github.com/cgarciae/phi) ★110 - "A library that intends to remove as much of the pain as possible from your functional programming experience in Python."
- [unpythonic](https://github.com/Technologicat/unpythonic) ★16 - "Supercharge your Python with parts of Lisp and Haskell."

#### Immutable / persistent data structures

- [Pyrsistent](https://github.com/tobgu/pyrsistent) ★1339 - "Persistent/Immutable/Functional data structures for Python".
- [Funktown](https://github.com/zhemao/funktown)75 - "Immutable Data Structures for Python".
- [Immutables](https://github.com/MagicStack/immutables)656 - "An immutable mapping type for Python."
- [Discodb](https://github.com/discoproject/discodb) ★87 - "An efficient, immutable, persistent mapping object".
- [Funktown](https://github.com/zhemao/funktown) ★75 - "Immutable Data Structures for Python".
- [Amino](https://github.com/tek/amino) ★31 - "functional data structures and type classes".
- [Pysistence](https://pythonhosted.org/pysistence/) - "Pysistence is a project that seeks to make functional programming in python easier".
- [Immutables](https://github.com/MagicStack/immutables) ★656 - "An immutable mapping type for Python."

#### Other / specialized
#### Pattern matching

- [pampy](https://github.com/santinic/pampy) ★3168 - "Pampy: The Pattern Matching for Python you always dreamed of."
- [python-pattern-matching](https://github.com/grantjenks/python-pattern-matching) ★145 - "Python pattern matching like functional languages."

#### Tranducers

- [Transducers](https://github.com/sixty-north/python-transducers) ★45 - "This is a port of the transducer concept from Clojure to Python, with an emphasis on providing as Pythonic as interpretation of transducers as possible, rather than reproducing Clojurisms more literally".
- [Tranducers-Python](https://github.com/cognitect-labs/transducers-python) ★181 - "Transducers are composable algorithmic transformations".
- [Transducers](https://github.com/sixty-north/python-transducers) ★45 - "This is a port of the transducer concept from Clojure to Python, with an emphasis on providing as Pythonic as interpretation of transducers as possible, rather than reproducing Clojurisms more literally".

#### Support for reactive style

- [RxPy](https://github.com/ReactiveX/RxPY) ★3402 - "Reactive Extensions for Python".
- [broqer](https://github.com/semiversus/python-broqer) ★58 - "Library to operate with continuous streams of data in a reactive style"

#### Other / specialized

- [chainable](https://github.com/olirice/chainable) ★142 - "Method chaining built on generators".
- [python-lenses](https://github.com/ingolemo/python-lenses) ★133 - "A python lens library for manipulating deeply nested immutable structures".
- [deal](https://github.com/orsinium/deal) ★71 - "Design by contract for Python with many validators support."
- [sumtypes](https://github.com/radix/sumtypes) ★32 - "Sum Types, aka Tagged Unions, for Python".
- [chainable](https://github.com/olirice/chainable) ★142 - "Method chaining built on generators".
- [broqer](https://github.com/semiversus/python-broqer) ★58 - "Library to operate with continuous streams of data in a reactive style"
- [python-mini-lambda](https://github.com/smarie/python-mini-lambda) ★6 - "Simple Lambda functions without lambda x: and with string conversion capability"
- [pampy](https://github.com/santinic/pampy) ★3168 - "Pampy: The Pattern Matching for Python you always dreamed of.".
- [python-pattern-matching](https://github.com/grantjenks/python-pattern-matching) ★145 - "Python pattern matching like functional languages."

### Languages

Expand Down

0 comments on commit 9b749f0

Please sign in to comment.