Metadata-Version: 2.1
Name: pyspark3d
Version: 0.2.2
Summary: Spark extension for processing large-scale 3D data sets
Home-page: https://github.com/astrolabsoftware/spark3d
Author: AstroLab Software
Author-email: peloton@lal.in2p3.fr
License: Apache License, Version 2.0
Description: [![Build Status](https://travis-ci.org/astrolabsoftware/spark3D.svg?branch=master)](https://travis-ci.org/astrolabsoftware/spark3D)
        [![codecov](https://codecov.io/gh/astrolabsoftware/spark3D/branch/master/graph/badge.svg)](https://codecov.io/gh/astrolabsoftware/spark3D)
        [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.astrolabsoftware/spark3d_2.11/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.github.astrolabsoftware/spark3d_2.11)
        
        **The package is under an active development!**
        
        ## Latest News
        
        - [05/2018] **GSoC 2018**: spark3D has been selected to the Google Summer of Code (GSoC) 2018. Congratulation to [@mayurdb](https://github.com/mayurdb) who will work on the project this year!
        - [06/2018] **Release**: version 0.1.0, 0.1.1
        - [07/2018] **New location**: spark3D is an official project of [AstroLab Software](https://astrolabsoftware.github.io/)!
        - [07/2018] **Release**: version 0.1.3, 0.1.4, 0.1.5
        - [08/2018] **Release**: version 0.2.0, 0.2.1 (pyspark3d)
        - [09/2018] **Release**: version 0.2.2
        
        <p align="center"><img width="500" src="https://github.com/astrolabsoftware/spark3D/raw/master/pic/spark3d_lib_0.2.2.png"/>
        </p>
        
        ## Installation and tutorials
        
        ### Scala
        
        You can link spark3D to your project (either spark-shell or spark-submit) by specifying the coordinates:
        
        ```
        spark-submit --packages "com.github.astrolabsoftware:spark3d_2.11:0.2.2"
        ```
        
        ### Python
        
        Just run
        
        ```bash
        pip install pyspark3d
        ```
        
        Note that we release the assembly JAR with it.
        
        ### More information
        
        See our amazing [website](https://astrolabsoftware.github.io/spark3D/)!
        
        ## Contributors
        
        * Julien Peloton (peloton at lal.in2p3.fr)
        * Christian Arnault (arnault at lal.in2p3.fr)
        * Mayur Bhosale (mayurdb31 at gmail.com) -- GSoC 2018.
        
        Contributing to spark3D: see [CONTRIBUTING](https://github.com/astrolabsoftware/spark3D/blob/master/CONTRIBUTING.md).
        
        ## Support
        
        <p align="center"><img width="100" src="https://github.com/astrolabsoftware/spark-fits/raw/master/pic/lal_logo.jpg"/> <img width="100" src="https://github.com/astrolabsoftware/spark-fits/raw/master/pic/psud.png"/> <img width="100" src="https://github.com/astrolabsoftware/spark-fits/raw/master/pic/1012px-Centre_national_de_la_recherche_scientifique.svg.png"/></p>
        
Keywords: spark,spark3d,scala,python,py4j
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
