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.50.0.tar.gz
(254.2 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.50.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a01b3e04c14fe03154008b7694e2d5b615476e0dff4e45a5fbe290b5bc062c0 |
|
MD5 | dd239e1a996f435e0b5d66ca6c472112 |
|
BLAKE2b-256 | 0aa6645d1c57b0a526f305af3a5b789877f6753b92507571595042d07d2fa5a6 |