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.17.0.tar.gz
(209.1 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.17.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3c8beaeba33b66dcd585ab705d46e75bafb5163c7999cf5e6e39e1d5d1da729 |
|
MD5 | 4771ab31557e5cc8344656fb36377c55 |
|
BLAKE2b-256 | 201dbfb6af55f59c7b36292192a59785ee2266ed5cac8f3173b797bab59c7eea |