Metadata-Version: 1.2
Name: stagpy
Version: 0.14.1
Summary: Tool for StagYY output files processing
Home-page: https://github.com/StagPython/StagPy
Author: Martina Ulvrova, Adrien Morison, Stéphane Labrosse
Author-email: adrien.morison@gmail.com
License: Apache
Description: .. image:: https://img.shields.io/lgtm/grade/python/g/StagPython/StagPy.svg?logo=lgtm&logoWidth=18
           :target: https://lgtm.com/projects/g/StagPython/StagPy
           :alt: Language grade: Python
        
        .. image:: https://travis-ci.org/StagPython/StagPy.svg?branch=master
           :target: https://travis-ci.org/StagPython/StagPy
           :alt: Travis CI
        
        .. image:: https://readthedocs.org/projects/stagpy/badge/?version=latest
           :target: https://stagpy.readthedocs.org/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://badge.fury.io/py/stagpy.svg
           :target: https://badge.fury.io/py/stagpy
           :alt: PyPI Version
        
        
        StagPy
        ======
        
        StagPy is a command line tool to process the output files of your StagYY
        simulations and produce high-quality figures.
        
        This command line tool is built around a generic interface that allows you to
        access StagYY output data directly in a Python script.
        
        You can install StagPy with ``pip`` from the `Python Package Index`__.
        
        See `the complete documentation`__ for more information on the installation and
        explanations on how to use StagPy.
        
        .. __: https://pypi.org/project/stagpy/
        .. __: https://stagpy.readthedocs.org
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
