Metadata-Version: 2.1
Name: bricks-helper
Version: 1.2.5
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
```

### To set your API token for PyPI, you can create a $HOME/.pypirc similar to:

```
[pypi]
username = __token__
password = <PyPI token>`
```
