Metadata-Version: 2.1
Name: virgo-modules
Version: 0.3.6
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
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)
```
