Metadata-Version: 1.0
Name: geox_statistics
Version: 0.0.4
Summary: GeoX young academy Python example
Home-page: https://github.com/KDD-OpenSource/geox-young-academy/
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: 
        
        Deploy
        ------
        
        https://codetrips.com/2016/09/19/how-to-publish-a-pyton-package-on-pypi/
        
        to deploy:
        
        TODO: write about
        
        .. code:: shell
        
           git tag
        
        Create a source package:
        
        .. code:: shell
        
            rm dist/*
            python setup.py sdist # for building a zip file
        
        To upload it, first create an account here:
        
        https://pypi.python.org/pypi/geox-statistics/0.0.1
        
        Then, install twine and upload the source package you build before:
        
        .. code:: shell
            pip install twine # for installation
            twine upload dist/* # for uploading the zip file
        
Keywords: data Science,Seminar
Platform: UNKNOWN
