Metadata-Version: 2.1
Name: fabric-environment
Version: 0.1.1
Summary: Fabric Environment for pyspark apps
License: MIT
Author: DataSentics Team
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# Pyspark Fabric Environment

Set of basic environment-specific functions

## Environment setup

1. `conda env create -f environment.yml -p .venv`
1. `conda activate $PWD/.venv`
1. `poetry install --no-root`

## Checking code quality

1. `poe black`

