Skip to content

Commit

Permalink
add pluginbase, itsdangerous, blinker
Browse files Browse the repository at this point in the history
  • Loading branch information
vinta committed Jul 8, 2014
1 parent 286b6cb commit f1c32b8
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
- [MapReduce](#mapreduce)
- [Third-party APIs](#third-party-apis)
- [DevOps Tools](#devops-tools)
- [Workflow Execution](#workflow-execution)
- [Foreign Function Interface](#foreign-function-interface)
- [High Performance](#high-performance)
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
- [Workflow Execution](#workflow-execution)
- [Hardware](#hardware)
- [Miscellaneous](#miscellaneous)
- [Editor Plugins](#editor-plugins)
Expand Down Expand Up @@ -713,11 +713,6 @@ long, literate-programming-style documentation generator.
* [Crab](https://github.com/muricoca/crab) - A flexible, fast recommender engine.
* [python-recsys](https://github.com/ocelma/python-recsys) - A Python library for implementing a Recommender System.

## Functional Programming

* [fn.py](https://github.com/kachayev/fn.py) - Functional programming in Python: implementation of missing features to enjoy FP.
* [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools.

## MapReduce

*Framworks and libraries for MapReduce.*
Expand All @@ -729,6 +724,11 @@ long, literate-programming-style documentation generator.
* [dumbo](https://github.com/klbostee/dumbo) - Python module that allows one to easily write and run Hadoop programs.
* [streamparse](https://github.com/Parsely/streamparse) - Run Python code against real-time streams of data. Integrates with [Apache Storm](https://storm.incubator.apache.org/).

## Functional Programming

* [fn.py](https://github.com/kachayev/fn.py) - Functional programming in Python: implementation of missing features to enjoy FP.
* [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools.

## Third-party APIs

*Libraries for accessing third party APIs.*
Expand Down Expand Up @@ -762,6 +762,15 @@ long, literate-programming-style documentation generator.
* [pexpect](https://github.com/pexpect/pexpect) - A Python module for controlling interactive programs in a pseudo-terminal like GNU expect.
* [provy](https://github.com/python-provy/provy) - An easy-to-use provisioning system in Python.

## Workflow Execution

*Libraries that enable workflows to be executed (remotely or locally).*

* [TaskFlow](http://docs.openstack.org/developer/taskflow/) - A Python library that helps to make task execution easy, consistent and reliable.
* [Joblib](http://pythonhosted.org/joblib/index.html) - A set of tools to provide lightweight pipelining in Python.
* [Luigi](https://github.com/spotify/luigi) - A Python module that helps you build complex pipelines of batch jobs.
* [Spiff](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.

## Foreign Function Interface

*Libraries for providing foreign function interface.*
Expand All @@ -786,15 +795,6 @@ long, literate-programming-style documentation generator.
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
* [algorithms](https://github.com/nryoung/algorithms) - module of algorithms for Python.

## Workflow Execution

*Libraries that enable workflows to be executed (remotely or locally).*

* [TaskFlow](http://docs.openstack.org/developer/taskflow/) - A Python library that helps to make task execution easy, consistent and reliable.
* [Joblib](http://pythonhosted.org/joblib/index.html) - A set of tools to provide lightweight pipelining in Python.
* [Luigi](https://github.com/spotify/luigi) - A Python module that helps you build complex pipelines of batch jobs.
* [Spiff](https://github.com/knipknap/SpiffWorkflow) - A powerful workflow engine implemented in pure Python.

## Hardware

*Libraries for programming with hardware.*
Expand All @@ -807,6 +807,9 @@ long, literate-programming-style documentation generator.

* [IPython](https://github.com/ipython/ipython) - IPython provides a rich toolkit to help you make the most out of using Python interactively.
* [bpython](http://bpython-interpreter.org) – A fancy interface to the Python interpreter for Linux, BSD, OS X and Windows (with some work).
* [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python.
* [itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments.
* [blinker](https://github.com/jek/blinker) - A fast Python in-process signal/event dispatching system.

## Editor Plugins

Expand Down

0 comments on commit f1c32b8

Please sign in to comment.