A collection of utilities for handling pySpark SparkContext
pip install pySparkUtils
Tested on Spark 2.2 with python 2.7, 3.5 and 3.6
Fell free to create issues or PRs
py.test -s -v --cov=./pySparkUtils --pep8
bumpversion patch
/docs/make html
python setup.py sdist
twine upload dist/...