Metadata-Version: 2.1
Name: aevol
Version: 0.4.0
Summary: Aevol python package
Home-page: https://www.aevol.fr/
License: GPL-3.0-or-later
Author: David Parsons
Author-email: david.parsons@inria.fr
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: matplotlib (>=3.7.2,<4.0.0)
Requires-Dist: pandas (>=2.1.0,<3.0.0)
Project-URL: Repository, https://gitlab.inria.fr/aevol/aevol-ui/aevol-py
Description-Content-Type: text/markdown

Python Package for Aevol
========================

This is a Python Package for Aevol (https://aevol.fr/).

It contains data models, code for creating visualizations and command-line scripts to be used with aevol-generated data.


Contributing
------------

Probably the easiest way of trying out any modification you would like to make to this package is to install an **editable** version of the package.

This can be done by running the following command from the topmost directory of the project (where this README sits):

```sh
$ pip install --editable .
```

