Metadata-Version: 1.1
Name: pyssa
Version: 0.1.0
Summary: Python package for stochastic simulations
Home-page: https://github.com/dileep-kishore/pyssa
Author: Dileep Kishore, Srikiran Chandrasekaran
Author-email: k.dileep1994@gmail.com
License: Apache Software License 2.0
Description: ==========================================
        Stochastic Simulation Algorithms in Python
        ==========================================
        
        
        .. image:: https://img.shields.io/pypi/v/pyssa.svg
                :target: https://pypi.python.org/pypi/pyssa
        
        .. image:: https://img.shields.io/travis/dileep-kishore/pyssa.svg
                :target: https://travis-ci.org/dileep-kishore/pyssa
        
        .. image:: https://readthedocs.org/projects/pyssa/badge/?version=latest
                :target: https://pyssa.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/dileep-kishore/pyssa/shield.svg
             :target: https://pyup.io/repos/github/dileep-kishore/pyssa/
             :alt: Updates
        
        
        
        Python package for stochastic simulations
        
        
        * Free software: Apache Software License 2.0
        * Documentation: https://pyssa.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-08-08)
        ------------------
        
        * First release on PyPI.
        
Keywords: pyssa
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
