Metadata-Version: 2.1
Name: openbb-etf
Version: 1.0.0rc0
Summary: ETF extension for OpenBB
Author: OpenBB Team
Author-email: hello@openbb.co
Requires-Python: >=3.8,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: openbb-core (>=1.0.0rc0,<2.0.0)
Description-Content-Type: text/markdown

# ETF data extension for OpenBB SDK

This extension provides a set of commands for ETF data retrieval.

## Installation

To install the extension, run the following command in this folder:

```bash
pip install .
```

