Metadata-Version: 2.4
Name: databricks_generic_tools
Version: 0.1.0
Summary: Contains generic tools for Databricks, such as connectors and debug printers.
Author-email: Alpina Group NL - Data Team <data@alpinagroup.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pyodbc
Requires-Dist: pyarrow
Requires-Dist: pyspark
Requires-Dist: databricks-connect

# README

## First time installation instructions

Make sure you have installed python 3.12.X and that the `python` variable is available in `PATH`.

Run the `first_install.bat` file.py

## Usage

### Developing

Run `venvs\dev\Scripts\activate`

If you changed the required packages in the pyproject.toml then you can run the rebuild_dev script to make sure your venv matches those requirements. 

### Building

Run the `build.bat` or:
    - Run `venvs\build\Scripts\activate`
    - Run `python -m build` to create the wheel.
    - Run `twine upload dist/*` to publish to PyPI.
