A set of more or less powerful tools I developed during my PhD for more or less generic scientific computing purposes.
Status: Occasionally developed
Type: Personal project
Development years: 2018-2021
Author: stelong
git clone https://github.com/stelong/Historia.git
- Python3 (>=3.6)
- virtualenv (optional)
cd Historia/
# (this block is optional)
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install .
cd example-scripts/
Stefano Longobardi is the only maintainer. Any contribution is welcome.
This project is licensed under the MIT license. Please refer to the LICENSE.md file for details.
This README.md complies with this project template. Feel free to adopt it and reuse it.