Metadata-Version: 1.1
Name: evilmc
Version: 0.1.17
Summary: A python version of the EVIL-MC code
Home-page: https://github.com/BoiseStatePlanetary/evilmc
Author: Brian Jackson
Author-email: bjackson@boisestate.edu
License: BSD
Download-URL: https://github.com/BoiseStatePlanetary/evilmc/archive/0.1.17.tar.gz
Description: evilmc
        ======
        
        .. image:: https://img.shields.io/pypi/v/evilmc.svg
            :target: https://pypi.python.org/pypi/evilmc
            :alt: Latest PyPI version
        
        .. image:: https://travis-ci.org/borntyping/cookiecutter-pypackage-minimal.png
           :target: https://travis-ci.org/borntyping/cookiecutter-pypackage-minimal
           :alt: Latest Travis CI build status
        
        A python version of the EVIL-MC code
        
        Installation
        ------------
        pip
        ^^^
        You can install ``evilmc`` with pip (recommended):
        
        ::
        
            $ pip install evilmc
        
        From source
        ^^^^^^^^^^^
        You can also install directly from source. The most current `stable release <https://pypi.python.org/pypi/evilmc/>`_ is up on PyPI.
        
        
        Unpack the distribution with ``tar -xvf`` and navigate to the source root directory.  To install, run the setup script:
        
        ::
        
           $ sudo python setup.py install
        
        Note that you'll need to ``cd`` out of the source directory **before** you can import ``evilmc``.
        
        
        Requirements
        ^^^^^^^^^^^^
        * numpy>=1.14.3
        * PyAstronomy>=0.12.0
        * six>=1.11.0
        * astropy>=2.0
        
        Authors
        -------
        
        `evilmc` was written by `Brian Jackson <bjackson@boisestate.edu>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
