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.42.0.tar.gz
(238.7 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.42.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 196cb42c39fae00d628296c3152c0436c4d455bb67626d5dbd470f3be248099a |
|
MD5 | d9651a8bd5d424c1eaabd17ef57f2bde |
|
BLAKE2b-256 | d54106fe711dc0ebf03c8f21b7a56bd1b2a7141b2acb3b0e64f7a52fb85c104e |