Metadata-Version: 1.1
Name: pykaryote
Version: 1.1.1
Summary: Tools for modeling the evolution of biological complexity
Home-page: https://pykaryote.readthedocs.org/en/latest/
Author: James Lamine, Ethan Van Andel, Peter Vandehaar
Author-email: UNKNOWN
License: UNKNOWN
Description: Pykaryote is a set of tools for modeling and studying the evolution of 
        biological complexity.
        
        Documentation is hosted at Read The Docs:
        
        https://pykaryote.readthedocs.org/en/latest/
        
        Installation
        --------------
        
        Pykaryote requires a number of dependencies, including Python and Open MPI. For installation instructions, see the documentation:
        
        https://pykaryote.readthedocs.org/en/latest/tut/installing.html
        
        Once the dependencies are installed, Pykaryote can be installed with::
        
        	pip install pykaryote
        
        Usage
        --------
        
        The main front end to Pykaryote is petri. To run a simulation with the default settings, run::
        
        	mpirun -np 2 petri run
        
        This will save data and graphs to ~/pykaryote/comparison
        
        For more information, see the Pykaryote documentation.
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Cython
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Life
Classifier: Topic :: Scientific/Engineering :: Physics
Provides: pykaryote
