Metadata-Version: 1.1
Name: gdal-build-debug
Version: 0.1.0
Summary: A suite of tests of whether gdal configured/built with the packages and    formats you wanted
Home-page: https://github.com/skalt/gdal_build_debug
Author: Steven Kalt
Author-email: kalt.steven@gmail.com
License: MIT license
Description: ================
        gdal_build_debug
        ================
        
        
        .. image:: https://img.shields.io/pypi/v/gdal_build_debug.svg
                :target: https://pypi.python.org/pypi/gdal_build_debug
        
        .. image:: https://img.shields.io/travis/skalt/gdal_build_debug.svg
                :target: https://travis-ci.org/SKalt/gdal_build_debug.svg?branch=master
        
        .. image:: https://readthedocs.org/projects/gdal-build-debug/badge/?version=latest
                :target: https://gdal-build-debug.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/skalt/gdal_build_debug/shield.svg
             :target: https://pyup.io/repos/github/skalt/gdal_build_debug/
             :alt: Updates
        
        
        A suite to test whether gdal built with the dependencies and formats you
        want.
        
        For more information, see https://trac.osgeo.org/gdal/wiki/BuildingOnUnix
        
        * Free software: MIT license
        * Documentation: https://gdal-build-debug.readthedocs.io.
        
        
        Features
        --------
        - command line interface for integration with bash GDAL build pipelines
        - exports test functions for use in python GDAL build pipelines
        
        
        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
        
        
        =======
        History
        =======
        
        0.1.0 (2017-11-12)
        ------------------
        
        * First release on PyPI.
        
Keywords: gdal,ogr,GIS,tests
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
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
