Files
OpenBB/openbb_platform/extensions/devtools
montezdesousa 80f5cbfd6d Release 4.1.1. (#5964)
* update dev_install

* fix effr test

* Update dev_install.py

* fix fundamental balance test

* fix equity price historical test

* fix price target model

* black

* rebuild static files

* update publish.md

* fixed dev_install

* update publishing doc

* updated `openbb-core` to 1.1.1

* updated extensions

* updated providers

* updated `openbb` package

* updated static extension map

* updated publishing doc

* fixed toml for `openbb-finra`

* @jmaslek yfinance IS DEFAULT

* updated static

---------

Co-authored-by: Pratyush Shukla <ps4534@nyu.edu>
Co-authored-by: hjoaquim <h.joaquim@campus.fct.unl.pt>
2024-01-19 11:53:58 +00:00
..
2024-01-03 18:17:37 -05:00
2024-01-19 11:53:58 +00:00

The OpenBB DevTools Extension

This extension aggregates the dependencies that facilitate a nice development experience for OpenBB. It does not contain any code itself, but rather pulls in the following dependencies:

  • Linters (ruff, pylint, mypy)
  • Code formatters (black)
  • Code quality tools (bandit)
  • Pre-commit hooks (pre-commit)
  • CI/CD configuration (tox, pytest, pytest-cov)
  • Jupyter kernel (ipykernel)
  • ... add your productivity booster here ...

Installation

The extension is included into the dev_install.py script.

Standalone installation:

pip install openbb-devtools