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.55.0.tar.gz
(260.9 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.55.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76c5a7f97a2dd6f947635695ca094e28f392521898c1d72312cdd1f6200d8d69 |
|
MD5 | 179044c61d2038ed84e34d801d3d2c9f |
|
BLAKE2b-256 | d4d0653b969bb4a1d1966b4336ebfaac6f6508493c4bb6fac971963ca7b7c8df |