Metadata-Version: 2.1
Name: atc-dataplatform
Version: 0.2.9
Summary: A common set of python libraries for DataBricks
Home-page: https://github.com/atc-net/atc-dataplatform
Author: ATC.Net
Author-email: atcnet.org@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://github.com/atc-net/atc-dataplatform
Project-URL: Bug Reports, https://github.com/atc-net/atc-dataplatform/issues
Project-URL: Source Code, https://github.com/atc-net/atc-dataplatform
Keywords: databricks,pyspark
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pyyaml
Requires-Dist: sqlparse
Requires-Dist: more-itertools
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'

# atc-dataplatform
A common set of python libraries for DataBricks

## Important Notes

This package can not be run or tested without access to pyspark.
However, installing pyspark as part of our installer gave issues when
other versions of pyspark were needed. Hence we took out the dependency
from our installer.

## Installation

Get it from PyPi 
[![PyPI version](https://badge.fury.io/py/atc-dataplatform.svg)](https://pypi.org/project/atc-dataplatform/)

    pip install atc-dataplatform

## Development Notes

To prepare for development please install these additional requirements:
 - Java 8
 - `pip install -r test_requirements.txt`

Then install the package locally

    python setup.py develop

### Git Hooks

Please install the git hooks in your repository by running

    python utilities/git_hooks.py

The hooks will help you catch problems locally instead of having to wait for the PR pipeline to fail.

### Testing

After installing the dev-requirements, execute tests by running

    pytest tests

If these tests don't pass, PRs will not be accepted. If you add features,
please include tests for these features.


### General Project Info
[![Github top language](https://img.shields.io/github/languages/top/atc-net/atc-dataplatform)](https://github.com/atc-net/atc-dataplatform)
[![Github stars](https://img.shields.io/github/stars/atc-net/atc-dataplatform)](https://github.com/atc-net/atc-dataplatform)
[![Github forks](https://img.shields.io/github/forks/atc-net/atc-dataplatform)](https://github.com/atc-net/atc-dataplatform)
[![Github size](https://img.shields.io/github/repo-size/atc-net/atc-dataplatform)](https://github.com/atc-net/atc-dataplatform)
[![Issues Open](https://img.shields.io/github/issues/atc-net/atc-dataplatform.svg?logo=github)](https://github.com/atc-net/atc-dataplatform/issues)

### Packages

### Build Status


