Metadata-Version: 2.1
Name: pyspark-delta-utility
Version: 0.1.0
Summary: A useful python package that consists of pyspark and delta utilities
License: MIT
Author: Kyle Ahn
Requires-Python: >=3.9,<3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: databricks-connect (==9.1.11)
Description-Content-Type: text/markdown

# pyspark_delta_utility

A useful python package that consists of pyspark and delta utilities

## Installation

```bash
$ pip install pyspark_delta_utility
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`pyspark_delta_utility` was created by Kyle Ahn. It is licensed under the terms of the MIT license.

## Credits

`pyspark_delta_utility` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

