efsa-tools 
Overview
The efsa-tools package brings together all the functions developed for EFSA's ad hoc data collections, providing tools for dataset operations as well as utilities designed to preserve data history.
The package is intended for researchers, analysts, and practitioners who require convenient programmatic access to data collection utilities.
During installation, the following packages developed by EFSA are also installed: - eppoPynder - Website | PyPI. - pystiller - Website | PyPI.
These packages are not required to use efsa-tools, but are included for convenience and can be imported and used directly in the code if needed:
import eppopynder
# and/or
import pystiller
Installation
From PyPI
pip install efsa-tools
Development version
To install the latest development version:
pip install git+https://github.com/openefsa/efsa_tools.git
Usage
Once installed, load the package as usual:
from efsa_tools import *
Basic usage examples and full documentation are available in the package guide.
Authors and maintainers
Links
- Source code: GitHub - openefsa/efsa_tools.
- Bug tracker: Issues on GitHub.