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.19.0.tar.gz
(212.4 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.19.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 740c74e698bcf50c230032c11bdabc521483454655c5c61d12328cf205fa9bc0 |
|
MD5 | 6c2f90bc847022b58b08f76692de06ec |
|
BLAKE2b-256 | 60c73361a5f30312ff4f1afa4fde9227e65b6f64e31755441522ad640e66c27e |