pystiller

Lifecycle: stable codecov

Overview

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.

Installation

From PyPI

pip install pystiller

Development version

To install the latest development version:

pip install git+https://github.com/openefsa/pystiller.git

Requirements

An active internet connection is required, as the package communicates with DistillerSR online services to fetch and process data.

Usage

Once installed, load the package as usual:

from pystiller import *

Basic usage examples and full documentation are available in the package guide.

Authors and maintainers

  • Lorenzo Copelli (author, ORCID).
  • Fulvio Barizzone (author, ORCID).
  • Dayana Stephanie Buzle (author, ORCID).
  • Rafael Vieira (author, ORCID).
  • Luca Belmonte (author, maintainer, ORCID).