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.23.0.tar.gz
(217.3 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.23.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fb59f214f0abdb29f8a7df3318200d461fbbd89bd2f5505659a988c89ac018e |
|
MD5 | 0614a407cc178d169d62ab1597555d75 |
|
BLAKE2b-256 | b424138d8963ef310e0ae7e19f63ab9b2799bf8e4818c948d0e524829898734f |