Metadata-Version: 2.1
Name: pysim
Version: 2.4.0
Summary: Modeling and Simulation of Dynamical Systems
Home-page: http://pysim.org
Author: Linus Aldebjer
Author-email: aldebjer@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy (>=1.8.1)

=====
PySim
=====

.. start-badges

.. list-table::
    :stub-columns: 1

    * - Ubuntu & macOS
      - | |github| 
    * - Windows
      - | |appveyor|

.. |github| image:: https://github.com/aldebjer/pysim/actions/workflows/main.yml/badge.svg
    :alt: Github Actions Build Status
    :target: https://github.com/aldebjer/pysim/actions/workflows/main.yml

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/aldebjer/pysim?branch=master&svg=true
    :alt: AppVeyor Build Status
    :target: https://ci.appveyor.com/project/aldebjer/pysim

.. end-badges

Pysim is a tool for modeling and simulation of dynamical systems. The systems are described by ordinary differential
equations. There are a number of systems included, and more systems can be added.

For more information on how to use it, build it and extend it please see the
homepage at:

https://pysim.org

or the documentation at: 

https://doc.pysim.org



