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.34.0.tar.gz
(222.9 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.34.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f54220dadab9be57c4d3de2961c422bdb3189e9555e6916271c198922ade6231 |
|
MD5 | d197c793acd2220499372e148ff1fff2 |
|
BLAKE2b-256 | 27a0c4733c4496e4ae59a484b9c7c280399390a8c07edd643546b56a9dd2a79b |