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.30.0.tar.gz
(220.8 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.30.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e386bf9d396b856c9d51defeaf67bc89704cda1268b4f4392db5b5c135daae5e |
|
MD5 | e01c6028b5dbe95196758825e5040a23 |
|
BLAKE2b-256 | fe9ae3043e303730a218a61a4f9f448dd88bd4a4aee8d7c5d95f3f5854c67be6 |