Metadata-Version: 2.4
Name: PowerQuant
Version: 0.0.1
Summary: Streaming video data via networks
Author: Jean Bertin
Author-email: <jeanbertin.ensam@gmail.com>
Keywords: python,quantitative,risk,power,quant
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary


# PowerQuant

[![PyPI version](https://badge.fury.io/py/[your_package_name_on_pypi].svg)](https://pypi.org/project/[your_package_name_on_pypi]/)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![Python Versions](https://img.shields.io/pypi/pyversions/[your_package_name_on_pypi])

**PowerQuant** is a Python package providing tools for the quantitative analysis of the electricity sector. It offers methods to explore data, perform calculations, and gain crucial insights into energy markets.

## Installation

You can install `PowerQuant` using pip:

```bash
pip install PowerQuant
