Metadata-Version: 1.1
Name: numericalmodel
Version: 0.1.2
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.2.tar.gz
Description: python3-numericalmodel 
        ======================
        
        .. image:: https://travis-ci.org/nobodyinperson/python3-numericalmodel.svg?branch=master
           :target: https://travis-ci.org/nobodyinperson/python3-numericalmodel
        
        .. image:: http://readthedocs.org/projects/python3-numericalmodel/badge/?version=latest
           :target: https://python3-numericalmodel.readthedocs.io/en/latest/?badge=latest
        
        .. image:: https://img.shields.io/coveralls/nobodyinperson/python3-numericalmodel.svg?maxAge=600&branch=master
            :target: https://coveralls.io/github/nobodyinperson/python3-numericalmodel?branch=master
        
        .. 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 on `ReadTheDocs
        <https://python3-numericalmodel.readthedocs.io>`_.
        
        
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
