Metadata-Version: 2.1
Name: pycsw
Version: 3.0.dev0
Summary: pycsw is an OGC API - Records and 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
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 :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: GIS
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: click
Requires-Dist: geolinks
Requires-Dist: lxml
Requires-Dist: OWSLib
Requires-Dist: pyproj
Requires-Dist: python-dateutil
Requires-Dist: PyYAML
Requires-Dist: Shapely
Requires-Dist: xmltodict

# pycsw

[![DOI](https://zenodo.org/badge/2367090.svg)](https://zenodo.org/badge/latestdoi/2367090)
[![Build Status](https://github.com/geopython/pycsw/workflows/build%20%E2%9A%99%EF%B8%8F/badge.svg)](https://github.com/geopython/pycsw/actions)
[![Join the chat at https://gitter.im/geopython/pycsw](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/geopython/pycsw)
[![Documentation](https://readthedocs.org/projects/pycsw/badge/)](https://docs.pycsw.org)
[![Vulnerabilities](https://github.com/geopython/pycsw/actions/workflows/vulnerabilities.yml/badge.svg)](https://github.com/geopython/pycsw/actions/workflows/vulnerabilities.yml)

[pycsw](https://pycsw.org) is an OGC API - Records and CSW server implementation written in Python.

pycsw fully implements the the [OGC API - Records (OARec) standard](https://ogcapi.ogc.org/records/)
and 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 (OGC API - Records, 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](https://pycsw.org/docs) for more information.
