The pystiller package provides a pool of functions to query DistillerSR through its APIs. It features authentication and utilities to retrieve data from DistillerSR projects and reports.
The package is intended for researchers, analysts, and practitioners who require convenient programmatic access to DistillerSR data.
pip install pystiller
To install the latest development version:
pip install git+https://github.com/openefsa/pystiller.git
An active internet connection is required, as the package communicates with DistillerSR online services to fetch and process data.
Once installed, load the package as usual:
from pystiller import *Basic usage examples and full documentation are available in the package guide.
- Lorenzo Copelli (author, ORCID).
- Fulvio Barizzone (author, ORCID).
- Dayana Stephanie Buzle (author, ORCID).
- Rafael Vieira (author, ORCID).
- Luca Belmonte (author, maintainer, ORCID).
- Source code: GitHub - openefsa/pystiller.
- Bug tracker: Issues on GitHub.
- DistillerSR API Documentation: https://apidocs.evidencepartners.com/.
