No project description provided
Project description
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
Project details
Release history Release notifications | RSS feed
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.22.0.tar.gz
(216.5 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.22.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a969cebab9da8e0a341376593680fd3116d039e290ff5064efd565c4cabab5c |
|
MD5 | 2190f0ac0a5c8f85daee3e8ec40ddd1b |
|
BLAKE2b-256 | aaaf923f8441f11e5037b1690c11d651fdcee28c414c0ac5de4132a2ebb1efcc |