Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.22 KB

README.rst

File metadata and controls

51 lines (34 loc) · 1.22 KB

pySparkUtils

Build Status PyPI version Updates Cover

A collection of utilities for handling pySpark SparkContext

install

pip install pySparkUtils

support

Tested on Spark 2.2 with python 2.7, 3.5 and 3.6

documentation

API Documentation

contributing

Fell free to create issues or PRs

release

py.test -s -v --cov=./pySparkUtils --pep8
bumpversion patch
/docs/make html
python setup.py sdist
twine upload dist/...