Metadata-Version: 2.1
Name: zerohertzLib
Version: 1.1.4
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
Requires-Python: >=3.7
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: all
Requires-Dist: requests ; extra == 'all'
Requires-Dist: openai ; 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'
Provides-Extra: api
Requires-Dist: requests ; extra == 'api'
Requires-Dist: openai ; extra == 'api'
Requires-Dist: slack-sdk ; extra == 'api'
Requires-Dist: rich ; extra == 'api'
Provides-Extra: mlops
Requires-Dist: requests ; extra == 'mlops'
Requires-Dist: openai ; 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: openai ; 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 ; extra == 'quant'
Requires-Dist: prettytable ; extra == 'quant'

<p align="center">
    <img src="https://github.com/Zerohertz/Zerohertz/assets/42334717/90adcc0f-c6ec-4aca-af41-856931956093">
</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>
    </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://zerohertz.github.io/zerohertzLib/">
        <img src="https://img.shields.io/badge/Sphinx-Docs-000000?style=for-the-badge&logo=Sphinx&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://pypi.org/project/zerohertzLib/">
        <img alt="PyPI wheel" src="https://img.shields.io/pypi/wheel/zerohertzLib">
    </a>
    <a href="https://github.com/psf/black">
        <img src="https://img.shields.io/badge/code%20style-black-black">
    </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>
</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="https://github.com/Zerohertz/Zerohertz/assets/42334717/85c44efa-1440-4962-a6e5-7453b0bdc689" width="600">
</p>

```python
import zerohertzLib as zz
```
