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.39.0.tar.gz
(233.2 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.39.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb62d6e501030d781124bed2c7c855cb3ac5b916bb5a97c522d4c7de6fd66ea1 |
|
MD5 | 2a8cc9cb9b70c786efa2661428ef18e9 |
|
BLAKE2b-256 | 8565548f958b55831e1b485af4bc31634f10d6ba5c7cecb0dc4488a25424e7ea |