Metadata-Version: 1.0
Name: strategies
Version: 0.1.2
Summary: Strategic Programming in python
Home-page: http://github.com/logpy/strategies
Author: Matthew Rocklin
Author-email: mrocklin@gmail.com
License: BSD
Description: 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/)
        
Platform: UNKNOWN
