Skip to main content

No project description provided

Project description

Yield Tables logo

PyPI - Version PyPI - Python Version Test Documentation 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:

from openyieldtables.yieldtables import (
    get_yield_table,
    get_yield_tables_meta,
)

# Get the metadata of all available yield tables
yield_tables_meta = get_yield_tables_meta()

# Get the data of a yield table by its ID
yield_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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openyieldtables-2.2.1.tar.gz (184.1 kB view hashes)

Uploaded Source

Built Distribution

openyieldtables-2.2.1-py3-none-any.whl (184.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page