.. | ||
rasta_triturage | ||
.gitattributes | ||
.gitignore | ||
extract_result.sh | ||
find_apks_by_tool_error.sh | ||
make_db.sh | ||
means_size.sql | ||
means_success_by_year.sql | ||
mypy.ini | ||
poetry.lock | ||
pyproject.toml | ||
README.md | ||
TODO.md |
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