Metadata-Version: 2.0
Name: pysim
Version: 2.3.0
Summary: Modeling and Simulation of Dynamical Systems
Home-page: http://pys.im
Author: Linus Aldebjer
Author-email: aldebjer@gmail.com
License: UNKNOWN
Description-Content-Type: 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: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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

    * - tests
      - | |travis| |appveyor|

.. |travis| image:: https://travis-ci.org/aldebjer/pysim.svg?branch=master
    :alt: Travis-CI Build Status
    :target: https://travis-ci.org/aldebjer/pysim

.. |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:

http://pys.im

or the documentation at: 

http://pys.im/doc



