Metadata-Version: 2.5
Name: openbb-devtools
Version: 2.0.1
Summary: Tools for OpenBB Platform Developers
Author-email: OpenBB Team <hello@openbb.co>
License: Apache-2.0
Requires-Python: <4,>=3.10
Requires-Dist: codespell<3.0.0,>=2.2.5
Requires-Dist: httpx2>=2.0.0
Requires-Dist: ipykernel>=6.30.1
Requires-Dist: pre-commit<4.0.0,>=3.5.0
Requires-Dist: pydocstyle<7.0.0,>=6.3.0
Requires-Dist: pytest-asyncio<2.0.0,>=1.3.0
Requires-Dist: pytest-cov<5.0.0,>=4.1.0
Requires-Dist: pytest-freezer<1.0.0,>=0.4.9
Requires-Dist: pytest-order<2.0.0,>=1.3.0
Requires-Dist: pytest-recorder>=1.0.0
Requires-Dist: pytest-subtests<1.0.0,>=0.11.0
Requires-Dist: pytest>=9.0.3
Requires-Dist: ruff>=0.15
Requires-Dist: tox<5.0.0,>=4.11.3
Requires-Dist: ty>=0.0.40
Requires-Dist: types-python-dateutil<3.0.0,>=2.8.19.14
Requires-Dist: types-requests<3.0.0,>=2.32
Requires-Dist: types-toml<1.0.0,>=0.10.8.7
Description-Content-Type: text/markdown

# 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 and type checkers (ruff, ty)
- 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:

```bash
pip install openbb-devtools
```
