mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-06-22 00:32:50 +08:00
* add commodity extension and add lbma fixing endpoint * dev_install.py * readme url * renovate the standard model * makes a query_params model for nasdaq data link * literal not optional * unused imports * missing test params * test cassette * DataLink query param description * test file import * actually fix import * from openbb_core.provider..... * ruff * another import statement * black * async router * move query_params * update version * version numbers * extension_map * satisfy pylint? * pylint * Update pyproject.toml * black * poetry lock * Update extension_map.json * Update __extensions__.py * Update module_map.json * clean descriptions --------- Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
459 B
Vendored
459 B
Vendored
Commodity Extension for OpenBB Platform
This extension provides a set of commands for commodity-related data.
Installation
To install the extension, run the following command in this folder:
pip install openbb-commodity
For development please check Contribution Guidelines.
Documentation available here.