Metadata-Version: 1.0
Name: geox-statistics
Version: 0.0.1
Summary: GeoX young academy Python example
Home-page: https://github.com/KDD-OpenSource/geox-young-academy/
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: 
        https://codetrips.com/2016/09/19/how-to-publish-a-pyton-package-on-pypi/
        
        to deploy:
        
        .. code:: shell
        
            pip install twine # for installation
            python setup.py sdist # for building a zip file
            twine upload dist/* # for uploading the zip file
        
Keywords: data Science,Seminar
Platform: UNKNOWN
