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.10.0.tar.gz
(196.0 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.10.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e727ca09d0b04b9097dfe59513fabe5c80bdcc8e6939bcde85a9de4d50dd43b |
|
MD5 | a3507aebe0efc92109f8cdbb3062c544 |
|
BLAKE2b-256 | 4624f4140d4f7eb8bdc2771d2dad69efe81f9e54e6f91363884c67ecb30cbea2 |