Metadata-Version: 2.3
Name: mu_pipelines_interfaces
Version: 0.1.5
Summary: mu_pipelines_interfaces
Keywords: data movement,spark,etl
Author-email: MosaicSoft <mupipelines@gmail.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Project-URL: documentation, https://mosaicsoft-data.github.io/mu-pipelines-doc/

# mu_pipelines_interfaces

## Features


## Tools

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

```

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

### Pre-Commit Hooks

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