Metadata-Version: 1.1
Name: synergine
Version: 0.0.1.8
Summary: Synergy simulation framework
Home-page: https://github.com/buxx/synergine
Author: Bastien Sevajol
Author-email: synergine@bux.fr
License: UNKNOWN
Description: Synergine
        =========
        
        |Travis-ci build passing| - |Coveralls coverage| - |Scrutinizer Code
        Quality| - |Stories in Ready|
        
        Synergine is a
        `synergy <https://en.wikipedia.org/wiki/Synergy>`__/`stigmergy <https://en.wikipedia.org/wiki/Stigmergy>`__
        simulation framework.
        
        Documentation
        -------------
        
        You can found documentation
        `here <http://synergine.readthedocs.org/en/latest/>`__
        
        Features
        --------
        
        -  Event based system
        -  Multiprocessing
        -  Generic output (for display, stats, ...)
        
        Implementations
        ---------------
        
        Life game
        ~~~~~~~~~
        
        `More about life
        game <http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life>`__
        
        |Lifegame|
        
        Intelligine: Social bug simulation
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Project github page `here <https://github.com/buxx/intelligine>`__.
        
        |Intelligine: egg management|
        
        |Intelligine: ressource exploration|
        
        .. |Travis-ci build passing| image:: https://travis-ci.org/buxx/synergine.svg?branch=master
           :target: https://travis-ci.org/buxx/synergine
        .. |Coveralls coverage| image:: https://coveralls.io/repos/buxx/synergine/badge.png?branch=master
           :target: https://coveralls.io/r/buxx/synergine
        .. |Scrutinizer Code Quality| image:: https://scrutinizer-ci.com/g/buxx/synergine/badges/quality-score.png?b=master
           :target: https://scrutinizer-ci.com/g/buxx/synergine/?branch=master
        .. |Stories in Ready| image:: https://badge.waffle.io/buxx/synergine.svg?label=ready&title=Ready
           :target: http://waffle.io/buxx/synergine
        .. |Lifegame| image:: https://raw.githubusercontent.com/buxx/synergine/master/doc/images/synergine_lifegame_plot.gif
           :target: https://raw.githubusercontent.com/buxx/synergine/master/doc/images/synergine_lifegame_plot.gif
        .. |Intelligine: egg management| image:: https://raw.githubusercontent.com/buxx/intelligine/master/doc/images/intelligine_eggs_20150421.gif
           :target: https://raw.githubusercontent.com/buxx/intelligine/master/doc/images/intelligine_eggs_20150421.gif
        .. |Intelligine: ressource exploration| image:: https://raw.githubusercontent.com/buxx/intelligine/master/doc/images/intelligine_ressource_20150421_r.gif
           :target: https://raw.githubusercontent.com/buxx/intelligine/master/doc/images/intelligine_ressource_20150421_r.gif
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
