Skip to content

Repository files navigation

Yield Tables logo

PyPI - VersionPyPI - Python VersionTestDocumentation Status

An open source Python library for yield tables.

Quickstart

Download the latest version of the library from PyPI:

pip install openyieldtables

Import the library and load a yield table:

fromopenyieldtables.yieldtablesimport (
get_yield_table,
get_yield_tables_meta,
)
# Get the metadata of all available yield tablesyield_tables_meta=get_yield_tables_meta()
# Get the data of a yield table by its IDyield_table_data=get_yield_table(1)

Documentation

You can find the documentation here.

Contributing

We are happy about every contribution! Please follow our contribution guideline.

About

openyieldtables is maintained by Tree.ly and FMM.

About

An open source Python library for yield tables

Topics

Resources

Contributing

Stars

15 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages