Metadata-Version: 2.4
Name: zerohertzLib
Version: 1.2.1
Summary: Zerohertz's Library
Author-email: zerohertz <ohg3417@gmail.com>
Maintainer-email: zerohertz <ohg3417@gmail.com>
License: MIT
Project-URL: homepage, https://zerohertz.github.io/zerohertzLib
Project-URL: documentation, https://zerohertz.github.io/zerohertzLib
Project-URL: repository, https://github.com/Zerohertz/zerohertzLib
Project-URL: changelog, https://zerohertz.github.io/zerohertzLib/release.html
Keywords: Scientific/Engineering,Mathematics,Artificial Intelligence,Software Development,Libraries
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil
Requires-Dist: matplotlib>=3.5.2
Requires-Dist: seaborn>=0.12
Requires-Dist: pandas
Requires-Dist: mplfinance
Requires-Dist: tqdm
Requires-Dist: orjson
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: Pillow>=10.0.0
Requires-Dist: shapely
Provides-Extra: api
Requires-Dist: requests; extra == "api"
Requires-Dist: slack_sdk; extra == "api"
Requires-Dist: loguru; extra == "api"
Provides-Extra: mlops
Requires-Dist: requests; extra == "mlops"
Requires-Dist: slack_sdk; extra == "mlops"
Requires-Dist: rich; extra == "mlops"
Requires-Dist: protobuf; extra == "mlops"
Requires-Dist: tritonclient[grpc]>=2.44.0; extra == "mlops"
Requires-Dist: prettytable; extra == "mlops"
Provides-Extra: quant
Requires-Dist: requests; extra == "quant"
Requires-Dist: slack_sdk; extra == "quant"
Requires-Dist: rich; extra == "quant"
Requires-Dist: plotly; extra == "quant"
Requires-Dist: beautifulsoup4; extra == "quant"
Requires-Dist: finance-datareader>=0.9.94; extra == "quant"
Requires-Dist: prettytable; extra == "quant"
Provides-Extra: all
Requires-Dist: requests; extra == "all"
Requires-Dist: slack_sdk; extra == "all"
Requires-Dist: rich; extra == "all"
Requires-Dist: prettytable; extra == "all"
Requires-Dist: protobuf; extra == "all"
Requires-Dist: tritonclient[grpc]>=2.44.0; extra == "all"
Requires-Dist: plotly; extra == "all"
Requires-Dist: beautifulsoup4; extra == "all"
Requires-Dist: finance-datareader; extra == "all"
Dynamic: license-file

<p align="center">
    <img src="docs/assets/props/zerohertzLib-tp-red.png">
</p>

<h2 align = "center">
    ⚡ Zerohertz's Library ⚡
</h2>

<p align="center">
    <br/>
    <a href="https://pypi.org/project/zerohertzLib/">
        <img src="https://img.shields.io/pypi/v/zerohertzLib?style=for-the-badge&logo=PyPI&logoColor=FFFFFF&labelColor=3775A9&color=007EC6" alt="PyPI version"/>
    </a>
    <a href="https://pypi.org/project/zerohertzLib/">
        <img src="https://img.shields.io/pypi/pyversions/zerohertzLib?style=for-the-badge&logo=PyPI&logoColor=FFFFFF&labelColor=3775A9&color=007EC6" alt="Python"/>
    </a>
    <br/>
    <a href="https://github.com/Zerohertz/zerohertzLib">
        <img src="https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=GitHub&logoColor=white"/>
    </a>
    <a href="https://app.readthedocs.org/projects/zerohertzlib/">
        <img src="https://img.shields.io/badge/Read the Docs-8CA1AF?style=for-the-badge&logo=readthedocs&logoColor=white"/>
    </a>
    <a href="https://zerohertzlib.readthedocs.io/">
        <img src="https://img.shields.io/badge/Material for MkDocs-526CFE?style=for-the-badge&logo=materialformkdocs&logoColor=white"/>
    </a>
    <br/>
    <a href="https://github.com/Zerohertz/zerohertzLib/blob/master/LICENSE">
        <img src="https://img.shields.io/pypi/l/zerohertzLib" alt="LICENSE"/>
    </a>
    <a href="https://github.com/astral-sh/ruff">
        <img src="https://img.shields.io/badge/code%20style-ruff-ruff"/>
    </a>
    <a href="https://pypi.org/project/zerohertzLib/">
        <img alt="PyPI wheel" src="https://img.shields.io/pypi/wheel/zerohertzLib"/>
    </a>
    <a href="https://pypi.org/project/zerohertzLib/">
        <img src="https://img.shields.io/pypi/dm/zerohertzLib" alt="Downloads"/>
    </a>
    <a href="https://app.codacy.com/gh/Zerohertz/zerohertzLib/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade">
        <img src="https://app.codacy.com/project/badge/Grade/b08b1d140ee54ae1aa8ee251cb5888ff"/>
    </a>
    <a href="https://codecov.io/github/Zerohertz/zerohertzLib" >
        <img src="https://codecov.io/github/Zerohertz/zerohertzLib/graph/badge.svg?token=6OAPJIZ2NX"/>
    </a>
    <a href="https://deepwiki.com/Zerohertz/zerohertzLib">
        <img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki">
    </a>
</p>

```bash
sudo apt install python3-opencv -y
pip install zerohertzLib
pip install zerohertzLib[api]
pip install zerohertzLib[mlops]
pip install zerohertzLib[quant]
pip install zerohertzLib[all]
```

<p align="center">
    <img src="docs/assets/props/schematic.png" width="600">
</p>

```python
import zerohertzLib as zz
```
