Metadata-Version: 1.0
Name: AChemKit
Version: 0.1.0
Summary: An Artificial Chemistry Tookit
Home-page: https://github.com/afaulconbridge/PyAChemKit
Author: Adam Faulconbridge
Author-email: afaulconbridge@googlemail.com
License: UNKNOWN
Description: ######
        Readme
        ######
        
        Installation
        ============
        
        To install on Unix/Linux, run ::
        
        sudo python setup.py install
        
        This package should work on windows, but is untested.
        
        This package requires the following:
        
        * Python   >= 2.6   http://www.python.org/
            
        Optionally, the following can be installed to improve performance:
        
        * Psyco http://psyco.sourceforge.net
        * PyPy  http://codespeak.net/pypy
                
        Source
        ======
        
        Source code is available from https://github.com/afaulconbridge/PyAChemKit
        
        The source code additionally requires the following:
        
        * Sphinx   >= 1.0   http://sphinx.pocoo.org/
        * Graphviz          http://www.graphviz.org/
        * Make              http://www.gnu.org/software/make/
        * LaTeX             http://www.latex-project.org/
        * PyLint   >=0.13.0 http://www.logilab.org/project/pylint/
        * Coverage          http://nedbatchelder.com/code/coverage/
        
        
        For a debian-based linux distrbution, these can be installed with::
        
            sudo apt-get install python graphviz texlive
            sudo easy_install Sphinx #only v0.6 in apt
            sudo easy_install pygments #required by sphinx
        
        
        There is a makefile that will run some useful tasks for you (generate documentation, test, benchmark). This can be accessed by running the following command::
        
            make help
            
        Copyright
        =========
        
        This project is licensed under a modified-BSD license. See COPYRIGHT file for details.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Artificial Life
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Software Development :: Libraries :: Python Modules
