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.8.0.tar.gz
(193.1 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.8.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09d0ab4ab29d498b2b402a3cd6559fc26bf305ad6c853eac005790d429b51b79 |
|
MD5 | 2f7d545c929c33d3244617b76c2d3696 |
|
BLAKE2b-256 | 1349fc3bdfa36e803a409a373bbb9ece0a4457369c8f2265c3cd5501b71c6218 |