Metadata-Version: 2.1
Name: openbb-eia
Version: 1.0.0
Summary: 
Author: caique
Author-email: caique.cober.souza@gmail.com
Requires-Python: >=3.8.1,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: openbb-core (>=1.1.0,<2.0.0)
Requires-Dist: openbb-devtools (>=1.0.0b1,<2.0.0)
Description-Content-Type: text/markdown

# OpenBB Platform v4 Cookiecutter Template

## Introduction

This is the generated cookiecutter template for the OpenBB Platform v4.
It is used to help you create a new extension that can be integrated into the existing structure of the OpenBB Platform.

With it you can:

* Create a new extension
* Build custom commands
* Interact with the standardization framework
* Build custom services and applications on top of the framework

## Getting Started

We recommend you check out the files in the following order:

* `eia/README.md`
* `eia/models/example.py`
* `eia/provider.py`
* `eia/__init__.py`
* `eia/router.py`

