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.18.0.tar.gz
(210.8 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.18.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecef2172e63958bfa507bdb804f44256944a7520dd6b09e46df40d1c008c2d4d |
|
MD5 | f152d1d3c78d7c690d84961dc59c51d8 |
|
BLAKE2b-256 | df96606fb5c72d9e8a1bc5ff98b8738521f9b012174cead93acc9de57c4b07f9 |