Metadata-Version: 1.2
Name: pyremo
Version: 0.1.0
Summary: Common Remo python tools
Home-page: https://github.com/remo-rcm/pyremo
Author: Lars Buntemeyer
Author-email: lars.buntemeyer@hzg.de
License: MIT license
Description: ======
        pyremo
        ======
        
        
        .. image:: https://img.shields.io/pypi/v/pyremo.svg
                :target: https://pypi.python.org/pypi/pyremo
        
        .. image:: https://travis-ci.com/remo-rcm/pyremo.svg?branch=master
            :target: https://travis-ci.com/remo-rcm/pyremo
        
        .. image:: https://coveralls.io/repos/github/remo-rcm/pyremo/badge.svg?branch=master
                :target: https://coveralls.io/github/remo-rcm/pyremo?branch=master
        
        .. image:: https://readthedocs.org/projects/pyremo/badge/?version=latest
                :target: https://pyremo.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://www.codefactor.io/repository/github/remo-rcm/pyremo/badge
           :target: https://www.codefactor.io/repository/github/remo-rcm/pyremo
           :alt: CodeFactor
        
        
        
        Common Remo python tools
        
        * Free software: MIT license
        * Documentation: https://pyremo.readthedocs.io.
        
        
        Features
        --------
        
        * Easily access to Remo meta information and data
        * Common analysis tools
        * Includes physics package for pre and postprocessing
        
        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 (2020-07-23)
        ------------------
        
        * First release on PyPI.
        
Keywords: pyremo
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
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
