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.14.0.tar.gz
(202.9 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.14.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 622d04f9716aa80c9b763b95621de654a2390d1f2c1c93da837007c672a50fa4 |
|
MD5 | 49ac27d657e0429a058d69a947d02a8b |
|
BLAKE2b-256 | 2577986130d5198d2eced1cfa880ab48f46df6b3ad6c10a35d8eb5f60219726b |