Metadata-Version: 2.1
Name: OpenSimula
Version: 0.0.4
Summary: Component-based time simulation environment in Python
Project-URL: Homepage, http://opensimula.org
Project-URL: Repository, https://github.com/jfCoronel/OpenSimula
Project-URL: Bug Tracker, https://github.com/jfCoronel/OpenSimula/issues
Author-email: "Juan F. Coronel" <jfc@us.es>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: numpy>=1.25
Requires-Dist: pandas>=2.0
Requires-Dist: scipy>=1.1
Provides-Extra: docs
Requires-Dist: mkdocs>=1.5; extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'
Description-Content-Type: text/markdown

# OpenSimula
Component-based time simulation environment in Python

## Main Developers

* [Juan F. Coronel](http://jfc.us.es), Universidad de Sevilla

## Package dependencies

- NumPy (v > 1.25)
- Pandas (v > 2.0)
- Scipy  (v > 1.10)

Dependencies for development:

- pytest
- mkdocs
- build


