Metadata-Version: 1.1
Name: turberfield-dynamics
Version: 00.008
Summary: 
A package from the Turberfield project. Provides a simulation framework.
    
Home-page: https://www.assembla.com/spaces/turberfield/messages
Author: D Haynes
Author-email: tundish@thuswise.org
License: UNKNOWN
Description: ..  Titling
            ##++::==~~--''``
        
        Turberfield is a *S* ur *PRISE*.
        
        a **Semantic**
            Turberfield can be understood by machines or human beings.
        
        **Persistent**
            Turberfield can be stopped and saved for later.
        
        **Reusable**
            Turberfield can be turned into something else.
        
        **Interactive**
            Turberfield does what you tell it.
        
        **Simulation**
            Turberfield knows what it's talking about.
        
        for **Economics**
            ...or Education, or Entertainment. Turberfield is deadly serious.
            And only a game.
        
        What's missing? *UR*!
        
        * If you've spotted a bug in Turberfield, please let me know so I can fix it.
        * If you think Turberfield lacks a feature, you can help drive development by describing
          your Use Case.
        
        In either event, please leave a message on the project's `message board`_.
        
        Roadmap
        :::::::
        
        Turberfield's mission is to provide a validated Pythonic framework for discrete
        event simulations and turn-based games.
        
        It is developed by a private individual but released to the public under the
        `GNU Affero General Public License`_.
        
        The API may change significantly as the project proceeds. At this early stage,
        you should only use the latest release, which may not be compatible with
        previous versions.
        
        Requirements
        ::::::::::::
        
        Turberfield requires Python 3.4. It uses setuptools_ for installation.
        
        Quick start
        :::::::::::
        
        Download and unpack the source distribution::
        
            $ tar -xzvf turberfield-dynamics-0.001.tar.gz
            $ cd turberfield-dynamics-0.001
        
        Run the tests::
        
            $ python3.4 -m unittest discover turberfield
        
        :Author: D Haynes
        :Copyright: 2014 Thuswise Ltd
        
        .. _setuptools: https://pypi.python.org/pypi/setuptools
        .. _GNU Affero General Public License: http://www.gnu.org/licenses/agpl-3.0.html
        .. _message board: https://www.assembla.com/spaces/turberfield/messages
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
