Metadata-Version: 2.1
Name: pipeline-feature
Version: 0.0.49
Summary: Feature Pipeline of MLOps Pipeline Version 1
Author-email: Gao Hongnan <hongnangao@gmail.com>
Project-URL: Homepage, https://github.com/gao-hongnan/mlops-pipeline-v1
Project-URL: Bug Tracker, https://github.com/gao-hongnan/mlops-pipeline-v1/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# Feature Pipeline

```bash
cd /path/to/pipeline-feature
```

```bash
~/mlops-pipeline-v1/pipeline-feature $ curl -s -o make_venv.sh \
  https://raw.githubusercontent.com/gao-hongnan/common-utils/main/scripts/devops/make_venv.sh && \
bash make_venv.sh venv_pipeline_feature --pyproject --dev && \
source venv_pipeline_feature/bin/activate && \
rm make_venv.sh
```

```bash
python pipeline-feature/mlops_pipeline_feature_v1/pipeline.py
```
