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.56.0.tar.gz
(263.4 kB
view hashes)
Built Distribution
Close
Hashes for openyieldtables-2.56.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b05d2c05f76b07c6fac631859aaf0b8046dceb95efd5f0fe462ae1f1e897a18 |
|
MD5 | a276d4735cc00c8925b41993d051af04 |
|
BLAKE2b-256 | 3c0bc5335c98b7c682299f7ff8131b5fceea3c12adf013d28a22276aa8f24dd2 |