cafelytics

This is the documentation of the cafelytics library.

PyPI Test Actions Status Build Actions Status Publish Actions Status Documentation Status Code Style: black Coverage Status Total Downloads

Warning

This website is under active construction. Please report incomplete documentation. Last edited: Aug 16, 2021

Example Usage

from cafe.farm import Plot
plot_data = {"plotID": 0, "treeType": "borbon", "numCuerdas": 1.0, "yearPlanted": 2000}
plot = Plot.from_dict(plot_data)
print(plot)

Indices and tables