Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

tundish / turberfield-ipc   python

Repository URL to install this package:

/ PKG-INFO

Metadata-Version: 1.1
Name: turberfield-ipc
Version: 0.8.0
Summary: A Distributed Inter-Process Control Facility from the Turberfield project.
Home-page: https://www.assembla.com/spaces/turberfield/messages
Author: D Haynes
Author-email: tundish@thuswise.org
License: UNKNOWN
Description: ..  Titling
            ##++::==~~--''``
        
        Turberfield is a framework for discrete event simulations and turn-based
        games.
        
        It is developed by a private individual but released to the public under the
        `GNU General Public License`_.
        
        This package provides an Inter-Process Communications (IPC) framework. 
        
        Requirements
        ::::::::::::
        
        Turberfield runs on Python 3.5 or later. It requires these packages:
        
        * `rson`
        * `turberfield-utils`
        
        Usage
        :::::
        
        Download and unpack the source distribution::
        
            $ tar -xzvf turberfield-ipc-0.008.0.tar.gz
            $ cd turberfield-ipc-0.008.0
        
        Run the tests::
        
            $ python3.5 -m unittest discover turberfield
        
        Consult the documentation::
        
            $ firefox turberfield/ipc/doc/html/index.html
        
        Installation
        ::::::::::::
        
        ::
        
            $ pip install turberfield-ipc
        
        Roadmap
        :::::::
        
        Turberfield is a *S* ur *PRISE*.
        
        **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 listens to what you say.
        
        **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`_.
        
        :Author: tundish
        :Copyright: 2015 D Haynes
        
        .. _GNU General Public License: http://www.gnu.org/licenses/gpl.html
        .. _message board: https://www.assembla.com/spaces/turberfield/messages
        
Platform: UNKNOWN
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)