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.48.0.tar.gz
(250.6 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.48.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e87bd32f4b87cef36960d201e30b3ba231c0a87caaf3d6d7aaf089bf12fa4ae |
|
MD5 | fcfe86f072faff88b81478e9b3b614bf |
|
BLAKE2b-256 | ce08a3c5b57bd8460a26f9ce8cad058dcdedf1ad0f0aaf838dc462bea0212b46 |