first commit

This commit is contained in:
Jean-Marie Mineau 2023-11-15 15:59:13 +01:00
commit cd1e91bb99
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
287 changed files with 86425 additions and 0 deletions

View file

@ -0,0 +1,35 @@
# Rasta Triturage
Triturage de donnée for the Rasta Project
## Usage
This project is managed by poetry (trying new things :-) ). To use it without poetry, you can install it as a python package in a venv:
```
git clone git@gitlab.inria.fr:jmineau/rasta_triturage.git
cd rasta_triturage
python -m venv venv
source venv/bin/activate
pip install . -e
```
The reports and information about the apk are in the prepopulated database `data.db` (TODO: add script to populate the DB)
To generate all the figures in the file `figures`:
```
rasta-triturage -d data.db -f figures
```
To display all the figures:
```
rasta-triturage -d data.db --display
```
The option `-t` allow to specify the tools to compare.
## Author
- annon