Metadata-Version: 1.1
Name: pySparkUtils
Version: 0.2.0
Summary: A collection of utilities for handling pySpark's SparkContext
Home-page: https://github.com/boazmohar/pySparkUtils
Author: Boaz Mohar
Author-email: boazmohar@gmail.com
License: MIT
Download-URL: https://github.com/boazmohar/pySparkUtils/archive/0.2.0.tar.gz
Description: # pySparkUtils

        [![Build Status](https://travis-ci.org/boazmohar/pySparkUtils.svg?branch=master)](https://travis-ci.org/boazmohar/pySparkUtils)

        [![PyPI version](https://badge.fury.io/py/pySparkUtils.svg)](https://badge.fury.io/py/pySparkUtils)

        [![Updates](https://pyup.io/repos/github/boazmohar/pySparkUtils/shield.svg)](https://pyup.io/repos/github/boazmohar/pySparkUtils/)

        

        A collection of utilities for handling pySpark's SparkContext

        

        ## install

        

        ```

        pip install pySparkUtil

        ```

        

        ## support

        

        Tested on Spark 2.1 with python 2.7 and 3.5

        

        ## documentation

        

        [API Documentation](https://boazmohar.github.io/pySparkUtils/pySparkUtils.html#module-pySparkUtils.utils)

        

        ## contributing

        

        Fell free to create issues or PR's

        
Keywords: spark,pyspark
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
