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.13.0.tar.gz
(201.3 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.13.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6273e91612d855269dabf82658a6aa27ad8895f4e9f5a6b04c8cce786f627024 |
|
MD5 | 009842b1ff5d1b360ed9cee2e1f87159 |
|
BLAKE2b-256 | f5e121e544b01010df8dc5d9fadf10f1fd7122a3b7c48dd7fcc223b6bffce19c |