Metadata-Version: 2.1
Name: dpvs
Version: 0.1.3
Summary: 
Author: dennislblog
Author-email: dennisl@udel.edu
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: hydra-core (>=1.2.0,<2.0.0)
Requires-Dist: ipython (>=8.5.0,<9.0.0)
Requires-Dist: tables (>=3.7.0,<4.0.0)
Requires-Dist: xgboost (>=1.6.2,<2.0.0)
Description-Content-Type: text/markdown

# Installation
```bash
# using `-e` you can change anything in dpvs folder and it will take effect immediately
pip install -e .
```


# How to run

first you should define `PROJECT_ROOT` environmental variable in a `.env` file that is located in the same directory with your script or your jupyter notebook

```sh
python main.py
```


# ChangeLog

~~__pre_init__ ==> pre_initialize~~

