.pre-commit-config.yaml
DOCUMENTATION.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/ci-cd.yml
.github/workflows/python-publish.yml
data/processed/winequality-white-processed.csv
data/raw/winequality-white.csv
src/feature_preprocessor/preprocessor.py
src/prepo/__init__.py
src/prepo/_version.py
src/prepo/cli.py
src/prepo/preprocessor.py
src/prepo/py.typed
src/prepo/utils.py
src/prepo.egg-info/PKG-INFO
src/prepo.egg-info/SOURCES.txt
src/prepo.egg-info/dependency_links.txt
src/prepo.egg-info/entry_points.txt
src/prepo.egg-info/requires.txt
src/prepo.egg-info/top_level.txt
tests/__init__.py
tests/test_preprocessor.py