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.27.0.tar.gz
(219.5 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.27.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f04c93c14b0d431f7c25edbbc2d16a41242769e8b6145b6408a7e2b852d17fd9 |
|
MD5 | ace3fbb334003a60d45a9f5e4d7709c8 |
|
BLAKE2b-256 | 237728baff52a53bcd667bf12521219bed4801fdb8486dd4389fb0308420d395 |