https://github.com/nobodyinperson/python3-numericalmodel
!MOVED TO GITLAB.COM! Abstract classes to set up and run a simple numerical model in Python
https://github.com/nobodyinperson/python3-numericalmodel
physical-modeling python3 python3-library
Last synced: 24 days ago
JSON representation
!MOVED TO GITLAB.COM! Abstract classes to set up and run a simple numerical model in Python
- Host: GitHub
- URL: https://github.com/nobodyinperson/python3-numericalmodel
- Owner: nobodyinperson
- License: gpl-3.0
- Created: 2017-03-13T12:07:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T22:01:30.000Z (over 8 years ago)
- Last Synced: 2025-03-08T20:34:14.353Z (11 months ago)
- Topics: physical-modeling, python3, python3-library
- Language: Python
- Homepage: https://gitlab.com/nobodyinperson/python3-numericalmodel
- Size: 271 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
This project was moved to `GitLab.com `_.
This repository here is not up to date anymore.
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 `_. To install
``numericalmodel``, run
.. code:: sh
pip install numericalmodel
Documentation
+++++++++++++
You can find detailed documentation of this package on `ReadTheDocs
`_.