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.31.0.tar.gz
(221.2 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.31.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 925a1534e6b111898ee10595a5c99e8b3943f6fc8cc98aaeb9778ae69c32de45 |
|
MD5 | 856c68856967ee557572dfc126420ca6 |
|
BLAKE2b-256 | defc422c7d96c00c72d7023b31954b54f68816f843d8d621a8ed82f36b60dbd9 |