Metadata-Version: 2.1
Name: bricks_helper
Version: 1.2.0
Summary: A Python package for helping with databricks related work
Author-email: Jim Brown <4ba4wyqt@duck.com>
Project-URL: Homepage, https://dev.azure.com/lerxstvso/main/_git/brickshelper
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Introduction

A python package for enhancing the experience of interacting with databricks

## Build process

`py -m build`

`py -m twine upload --repository pypi dist/* --verbose`
