Metadata-Version: 1.1
Name: pySparkUtils
Version: 0.2.4
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.4.tar.gz
Description: pySparkUtils
        ============
        
        |Build Status| |PyPI version| |Updates| |Cover|
        
        
        A collection of utilities for handling pySpark SparkContext
        
        install
        -------
        
        .. code:: bash
        
            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
        
        .. _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
