Metadata-Version: 2.4
Name: mu_pipelines_configuration_provider
Version: 0.1.0
Summary: mu_pipelines_configuration_provider
Keywords: data movement,spark,etl
Author-email: MosaicSoft <mupipelines@gmail.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: mu-pipelines-interfaces >=0.1.4

# mu_pipelines_configuration_provider

## Features


## Tools

### (Lint)
```
pipenv run flake8
pipenv run mypy
pipenv run black .
pipenv run isort .

```

### (Unit Tests)
```
pipenv run pytest --cov --cov-fail-under=80
```

### Pre-Commit Hooks

#### Install the hook
```
pipenv run pre-commit install
```
