Metadata-Version: 2.4
Name: strategies
Version: 0.2.3
Summary: Strategic Programming in python
Home-page: http://github.com/logpy/strategies
Author: Matthew Rocklin
Author-email: mrocklin@gmail.com
License: BSD
License-File: LICENSE.txt
Requires-Dist: multipledispatch
Requires-Dist: toolz
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Strategies
==========

[![](https://travis-ci.org/logpy/strategies.png)](https://travis-ci.org/logpy/strategies)

A Python library for control flow programming.

This project contains a set of complementary higher order functions that
loosely resembles the Stratego language.

History
-------

This project was inspired by the Stratego language for programmatic control in
the Stratego/XT project.  It was first implemented as part of the
[SymPy](http://sympy.org) Python library for symbolic algebra but was then spun
off as a separate project. 

Install
-------

The interface to this library are in flux.  Feedback is very welcome.  
Confidence in consistency is misplaced.

    sudo pip install strategies


License
-------

New BSD (see LICENSE.txt)

Author
------

[Matthew Rocklin](http://matthewrocklin.com)

References
----------

*   [Stratego/XT](http://strategoxt.org/)
