Metadata-Version: 1.1
Name: pySparkUtils
Version: 0.2.3
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.3.tar.gz
Description: pySparkUtils

        ============

        

        |Build Status| |PyPI version| |Updates| |Cover|

        

        

        A collection of utilities for handling pySpark SparkContext

        

        install

        -------

        

        .. code:: bash

        

            pip install pySparkUtil

        

        support

        -------

        

        Tested on Spark 2.1 with python 2.7 and 3.5

        

        documentation

        -------------

        

        `API Documentation`_

        

        contributing

        ------------

        

        Fell free to create issues or PRs

        

        .. _API Documentation: https://boazmohar.github.io/pySparkUtils/pySparkUtils.html#module-pySparkUtils.utils

        

        .. |Updates| image:: https://pyup.io/repos/github/boazmohar/pySparkUtils/shield.svg

           :target: https://pyup.io/repos/github/boazmohar/pySparkUtils/

        .. |Build Status| image:: https://travis-ci.org/boazmohar/pySparkUtils.svg?branch=master

           :target: https://travis-ci.org/boazmohar/pySparkUtils

        .. |PyPI version| image:: https://badge.fury.io/py/pySparkUtils.svg

           :target: https://badge.fury.io/py/pySparkUtils

        .. |Cover| image:: https://coveralls.io/repos/github/boazmohar/pySparkUtils/badge.svg?branch=master

           :target: https://coveralls.io/github/boazmohar/pySparkUtils?branch=master
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
