Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

openyieldtables

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openyieldtables

  • 2.59.0
  • PyPI
  • Socket score

Maintainers
2
Yield Tables logo

PyPI - Version PyPI - Python Version Test Documentation Status

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

openyieldtables is maintained by Tree.ly and FMM.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc