Metadata-Version: 1.1
Name: py_tools_ds
Version: 0.3.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/pypi/v/py_tools_ds.svg
                :target: https://pypi.python.org/pypi/py_tools_ds
        
        .. .. 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
        .. image:: https://gitext.gfz-potsdam.de/danschef/py_tools_ds/badges/master/coverage.svg
        
        See also the latest coverage_ report.
        
        
        Features
        --------
        
        * TODO
        
        
        Installation
        ------------
        * Use the pip-Installer:
        
            pip install git+https://gitext.gfz-potsdam.de/danschef/py_tools_ds.git   # for HTTPS authentification
        
            pip install git+git@gitext.gfz-potsdam.de:danschef/py_tools_ds.git   # for SSH-Key authentification
        
        
        * Or clone the repository via GIT and update the PATH environment variable:
        
            cd /your/installation/folder
        
            git clone https://danschef@gitext.gfz-potsdam.de/danschef/py_tools_ds.git
        
            PATH=$PATH:~/path/to/your/installation/folder/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/
        
        
        
        =======
        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
