Metadata-Version: 2.1
Name: openbb-sec
Version: 1.2.3
Summary: SEC extension for OpenBB
License: AGPL-3.0-only
Author: OpenBB Team
Author-email: hello@openbb.co
Requires-Python: >=3.8,<3.12
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
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: aiohttp-client-cache (>=0.11.0,<0.12.0)
Requires-Dist: aiosqlite (>=0.20.0,<0.21.0)
Requires-Dist: bs4 (>=0.0.2,<0.0.3)
Requires-Dist: lxml (>=5.2.1,<6.0.0)
Requires-Dist: openbb-core (>=1.2.5,<2.0.0)
Requires-Dist: xmltodict (>=0.13.0,<0.14.0)
Description-Content-Type: text/markdown

# OpenBB SEC Provider

This extension integrates the [SEC](https://www.sec.gov/edgar) data provider into the OpenBB Platform.

## Installation

To install the extension:

```bash
pip install openbb-sec
```

Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).

