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.7.0.tar.gz
(191.9 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.7.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37d6aa98fd357968c37f9ad1b5d136fa8d34f706efc6aa5b1b31668ec1d1dc04 |
|
MD5 | 0b54a3ffdf1a8e1b5c639f1ac7a20823 |
|
BLAKE2b-256 | 70215df80e83a8f86eb29c3c2d75f5d9ed123c87a6f31837e0f1ddc13b6012f3 |