Metadata-Version: 2.1
Name: openbb-platform-api
Version: 1.0.0
Summary: OpenBB Platform API: Launch script and widgets builder for the OpenBB Platform API and Terminal Pro Connector.
Home-page: https://openbb.co
License: AGPL-3.0-only
Author: OpenBB
Author-email: hello@openbb.co
Requires-Python: >=3.9,<3.13
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: black
Requires-Dist: deepdiff
Requires-Dist: openbb-core
Requires-Dist: poetry (>=1.8,<2.0)
Requires-Dist: ruff
Requires-Dist: setuptools
Project-URL: Documentation, https://docs.openbb.co
Project-URL: Repository, https://github.com/openbb-finance/openbb
Description-Content-Type: text/markdown

# OpenBB Platform API Meta Package

This is a meta package entry point for the OpenBB Platform API, and the OpenBB Terminal Pro data connector widgets build script.

## Installation

Install this package locally by navigating into the directory and entering:

```sh
pip install -e .
```

