Metadata-Version: 2.1
Name: openbb-econometrics
Version: 1.4.2
Summary: Econometrics Toolkit for OpenBB
License: AGPL-3.0-only
Author: OpenBB Team
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: arch (>=7,<8)
Requires-Dist: linearmodels (>=6,<7)
Requires-Dist: openbb-core (>=1.3.2,<2.0.0)
Requires-Dist: scipy (>=1.10.1,<2.0.0)
Requires-Dist: statsmodels (>=0.14.0,<0.15.0)
Description-Content-Type: text/markdown

# Econometrics extension for OpenBB Platform

This extension provides a set of econometrics tools.

## Installation

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

```bash
pip install openbb-econometrics
```

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

