Metadata-Version: 2.1
Name: virgo-modules
Version: 0.2.1
Summary: data processing and statistical modeling using stock market data
Home-page: https://github.com/miguelmayhem92/virgo_module
Author: Miguel Mayhuire
Author-email: miguelmayhem92@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9, <3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: feature-engine ==1.6.1
Requires-Dist: matplotlib ==3.6.3
Requires-Dist: mlflow ==2.1.1
Requires-Dist: numpy ==1.23.5
Requires-Dist: optuna ==3.1.0
Requires-Dist: pandas ==1.5.3
Requires-Dist: plotly ==5.15.0
Requires-Dist: rsa ==4.9
Requires-Dist: scikit-learn ==1.2.1
Requires-Dist: scipy ==1.10.0
Requires-Dist: seaborn ==0.12.2
Requires-Dist: starlette ==0.22.0
Requires-Dist: statsmodels ==0.13.5
Requires-Dist: ta ==0.10.2
Requires-Dist: yfinance ==0.2.9
Requires-Dist: hmmlearn ==0.3.0
Requires-Dist: boto3
Provides-Extra: dev
Requires-Dist: pytest >=7.0 ; extra == 'dev'

# Virgo Package

this package contains the utils and helper functions that used in virgo project

### how to use

istall using 

```
pip install virgo-modules
```

geting data:

```
obj = stock_eda_panel(stock_code = 'PEP', n_days = 20)
obj.get_data()
print(obj.df.shape)
```
