Metadata-Version: 1.1
Name: py_tools_ds
Version: 0.13.3
Summary: A collection of Python tools by Daniel Scheffler.
Home-page: https://gitext.gfz-potsdam.de/danschef/py_tools_ds
Author: Daniel Scheffler
Author-email: daniel.scheffler@gfz-potsdam.de
License: GNU General Public License v3
Description: ===========
        py_tools_ds
        ===========
        
        A collection of Python tools by Daniel Scheffler.
        
        
        * Free software: GNU General Public License v3
        * Documentation: http://danschef.gitext.gfz-potsdam.de/py_tools_ds/doc/
        
        
        Status
        ------
        
        .. .. image:: https://img.shields.io/travis/danschef/py_tools_ds.svg
                :target: https://travis-ci.org/danschef/py_tools_ds
        
        .. .. image:: https://readthedocs.org/projects/py-tools-ds/badge/?version=latest
                :target: https://py-tools-ds.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. .. image:: https://pyup.io/repos/github/danschef/py_tools_ds/shield.svg
             :target: https://pyup.io/repos/github/danschef/py_tools_ds/
             :alt: Updates
        
        .. image:: https://gitext.gfz-potsdam.de/danschef/py_tools_ds/badges/master/build.svg
                :target: https://gitext.gfz-potsdam.de/danschef/py_tools_ds/commits/master
        .. image:: https://gitext.gfz-potsdam.de/danschef/py_tools_ds/badges/master/coverage.svg
                :target: http://danschef.gitext.gfz-potsdam.de/py_tools_ds/coverage/
        .. image:: https://img.shields.io/pypi/v/py_tools_ds.svg
                :target: https://pypi.python.org/pypi/py_tools_ds
        .. image:: https://anaconda.org/danschef/py_tools_ds/badges/version.svg
                :target: https://anaconda.org/danschef/py_tools_ds
                :alt: Anaconda-Cloud
        .. image:: https://img.shields.io/conda/pn/danschef/py_tools_ds.svg
                :target: https://anaconda.org/danschef/py_tools_ds
                :alt: conda platform
        
        See also the latest coverage_ report and the nosetests_ HTML report.
        
        
        Features
        --------
        
        * TODO
        
        
        Installation
        ------------
        
        py_tools_ds depends on some open source packages which are usually installed without problems by the automatic install
        routine. However, for some projects, we strongly recommend resolving the dependency before the automatic installer
        is run. This approach avoids problems with conflicting versions of the same software.
        Using conda_, the recommended approach is:
        
        *via conda + pip*
        
         .. code-block:: console
        
            # create virtual environment for py_tools_ds, this is optional
            conda create -y -q --name py_tools_ds python=3
            source activate py_tools_ds
            conda install -c conda-forge numpy gdal scikit-image pyproj rasterio shapely pandas
        
         Then install py_tools_ds using the pip installer:
        
         .. code-block:: console
        
            pip install py_tools_ds
        
        *via conda channel (currently only for Linux-64)*
        
         .. code-block:: console
        
            # create virtual environment for py_tools_ds, this is optional
            conda create -y -q --name py_tools_ds python=3
            source activate py_tools_ds
            conda install -c danschef -c conda-forge -c defaults py_tools_ds
        
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _coverage: http://danschef.gitext.gfz-potsdam.de/py_tools_ds/coverage/
        .. _nosetests: http://danschef.gitext.gfz-potsdam.de/py_tools_ds/nosetests_reports/nosetests.html
        .. _conda: https://conda.io/docs/
        
        
        =======
        History
        =======
        
        0.1.0 (2017-06-09)
        ------------------
        
        * First release on PyPI.
        
Keywords: py_tools_ds
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
