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.46.0.tar.gz
(247.6 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.46.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fbf1f94adf3635ef28982580feb2f6229ee2a4afa72dd701347fabc09ba6c94 |
|
MD5 | db980b1f4db07935dd5d31140cafa185 |
|
BLAKE2b-256 | 85c79f7b118a4118be935e61b45c5e14a9ad51b952783f312b8e66a6595aa569 |