Metadata-Version: 1.1
Name: numericalmodel
Version: 0.1.3
Summary: abstract classes to set up and run a numerical model
Home-page: https://github.com/nobodyinperson/python3-numericalmodel
Author: Yann Büchau
Author-email: yann.buechau@web.de
License: GPLv3
Download-URL: https://github.com/nobodyinperson/python3-numericalmodel/archive/v0.1.3.tar.gz
Description: python3-numericalmodel 
        ======================
        
        .. image:: https://gitlab.com/nobodyinperson/python3-numericalmodel/badges/master/build.svg
            :target: https://gitlab.com/nobodyinperson/python3-numericalmodel/commits/master
        
        .. image:: https://img.shields.io/badge/docs-sphinx-brightgreen.svg
            :target: https://nobodyinperson.gitlab.io/python3-numericalmodel/
        
        .. image:: https://gitlab.com/nobodyinperson/python3-numericalmodel/badges/master/coverage.svg
            :target: https://nobodyinperson.gitlab.io/python3-numericalmodel/coverage-report
        
        .. image:: https://badge.fury.io/py/numericalmodel.svg
           :target: https://badge.fury.io/py/numericalmodel
        
        
        Abstract classes to set up and run a numerical model in Python
        
        Install
        +++++++
        
        This package is on `PyPi <https://pypi.python.org>`_. To install
        ``numericalmodel``, run
        
        .. code:: sh
        
            pip install numericalmodel
        
        Documentation
        +++++++++++++
        
        You can find detailed documentation of this package `here on GitLab
        <https://nobodyinperson.gitlab.io/python3-numericalmodel/>`_.
        
        
Keywords: modelling
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
