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.57.0.tar.gz
(265.8 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.57.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bdc91460b19f115eaffdc7f8fcffa2ce998882c1c2f9538254b2572eb378e52 |
|
MD5 | c22e86717df04dd3c014aa3406f05d9a |
|
BLAKE2b-256 | 99e2cab5e6ddbec3142416f8569aa5f8004be8560ff1d12ea1e389b84ca81df1 |