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.29.0.tar.gz
(220.4 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.29.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13f194d73ddd9473cd815feb8e5574a74bb86b892a782a161835ef33b790c565 |
|
MD5 | b89b2e5b9b986ab08af716cdeb60681e |
|
BLAKE2b-256 | 10873e4b22bc1c00b4f834fd5004ae98eb4250313ede99176b89f9c4ad2a12e9 |