Metadata-Version: 2.0
Name: simulation
Version: 0.1.1.dev36
Summary: simulation functions
Home-page: https://github.com/jor-/measurements
Author: Joscha Reimer
Author-email: jor@informatik.uni-kiel.de
License: GPLv3+
Keywords: simulation functions
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Requires-Dist: measurements
Requires-Dist: numpy
Requires-Dist: utillib[options,interpolate,cholmod,cache]
Provides-Extra: asymptotic
Requires-Dist: scipy; extra == 'asymptotic'
Provides-Extra: sorted_measurements_dict
Requires-Dist: measurements[sorted_measurements_dict]; extra == 'sorted_measurements_dict'

==========
SIMULATION
==========

What is this?
--------------

This is a collection of Python modules containing functions to handel simulations.


Installation
------------

This package can be installed using pip (recommended way):

    ``pip3 install simulation``

or by downloading and running:

    ``python3 setup.py install``


Web sites
---------

The source code of this package is hosted on:

    https://github.com/jor-/simulation

A Python wheel is available on:

    https://pypi.python.org/pypi/simulation


Author
------

Joscha Reimer

    jor@informatik.uni-kiel.de


Copyright
---------

Copyright (C) 2011-2016  Joscha Reimer jor@informatik.uni-kiel.de

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


