Skip to content
Tom Kralidis edited this page Mar 4, 2016 · 8 revisions

Overview

This page documents commonly used idioms and text within the project. They are documented here so the PyWPS community can reuse with consistency.

Project Name

  • 👍 PyWPS
  • 👎 pywps, pyWPS, PYWPS

Project Description

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.

Project Keywords

PyWPS, WPS, OGC, processing

Source Code Header

Use the below header for all source code/files. Note to always replace YYYY with the current year.

###############################################################################
#
# Copyright (C) 2014-YYYY PyWPS Development Team, represented by
# PyWPS Project Steering Committee
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#
###############################################################################

Source Code Copyright One-Liner

Copyright (C) 2014-YYYY PyWPS Development Team, represented by PyWPS PSC

Docs Copyright One-Liner

Copyright (C) 2014-YYYY PyWPS Development Team, represented by PyWPS PSC. This work is licensed under a Creative Commons Attribution 4.0 International License