Metadata-Version: 2.1
Name: buy-and-hold-vs-arima
Version: 0.0.12
Summary: buy and hold vs arima strategy
Home-page: https://github.com/barakdiker123/buy-and-hold-vs-arima
Author: Barak Diker
Author-email: barakdiker@gmail.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas >=2.1.1
Requires-Dist: pmdarima >=2.0.4
Requires-Dist: numpy >=1.26.0
Requires-Dist: fastcore >=1.0.5
Requires-Dist: matplotlib
Requires-Dist: yfinance
Requires-Dist: statsmodels
Requires-Dist: dash
Requires-Dist: plotly
Requires-Dist: dash-bootstrap-components
Requires-Dist: buy-and-hold-vs-arima
Requires-Dist: waitress
Requires-Dist: nbformat >=4.2.0
Provides-Extra: dev

# buy-and-hold-vs-arima

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Install

``` sh
pip install buy_and_hold_vs_arima
```

## How to use

To run the code use the following command 

``` bash 
python3 -m buy_and_hold_vs_arima.thesis_app 
```

`

Fill me in please! Don’t forget code examples:

``` python
1+1
```

    2
