Metadata-Version: 1.2
Name: pycsw
Version: 2.6.0
Summary: pycsw is an OGC CSW server implementation written in Python
Home-page: https://pycsw.org/
Author: Tom Kralidis
Author-email: tomkralidis@gmail.com
Maintainer: Tom Kralidis
Maintainer-email: tomkralidis@gmail.com
License: MIT
Description: pycsw README
        ============
        
        .. image:: https://travis-ci.org/geopython/pycsw.svg?branch=master
            :target: https://travis-ci.org/geopython/pycsw
        
        pycsw is an OGC CSW server implementation written in Python.
        
        pycsw fully implements the OpenGIS Catalogue Service Implementation 
        Specification (Catalogue Service for the Web). Initial development started in 
        2010 (more formally announced in 2011). The project is certified OGC 
        Compliant, and is an OGC Reference Implementation.  Since 2015, pycsw is an 
        official OSGeo Project.
        
        pycsw allows for the publishing and discovery of geospatial metadata via 
        numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU). Existing repositories 
        of geospatial metadata can also be exposed, providing a standards-based 
        metadata and catalogue component of spatial data infrastructures.
        
        pycsw is Open Source, released under an MIT license, and runs on all major 
        platforms (Windows, Linux, Mac OS X).
        
        Please read the docs at https://pycsw.org/docs for more information.
Keywords: pycsw csw catalogue catalog metadata discovery search ogc iso fgdc dif ebrim inspire
Platform: all
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: GIS
