Metadata-Version: 2.1
Name: openbb-sec
Version: 0.1.0a5
Summary: SEC extension for OpenBB
Author: OpenBB Team
Author-email: hello@openbb.co
Requires-Python: >=3.8,<4.0
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
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: openbb-core (>=0.1.0a5,<0.2.0)
Requires-Dist: openbb-regulators (>=0.1.0a4,<0.2.0)
Requires-Dist: pytest-freezegun (>=0.4.2,<0.5.0)
Requires-Dist: requests-cache (>=1.1.0,<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
```

For development please check [Contribution Guidelines](https://github.com/OpenBB-finance/OpenBBTerminal/blob/feature/openbb-sdk-v4/openbb_platform/CONTRIBUTING.md).

Documentation available [here](https://docs.openbb.co/sdk).

