Metadata-Version: 2.0
Name: pyramid-oereb
Version: 1.1.0.dev20180209
Summary: pyramid_oereb, extension for pyramid web frame work to provide a basic server part for the oereb project
Home-page: https://github.com/camptocamp/pyramid_oereb
Author: Clemens Rudert
Author-email: clemens.rudert@bl.ch
License: GNU General Public License
Description-Content-Type: UNKNOWN
Keywords: pyramid oereb
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Provides-Extra: no-version
Requires-Dist: dicttoxml; extra == 'no-version'
Requires-Dist: geoalchemy2; extra == 'no-version'
Requires-Dist: psycopg2; extra == 'no-version'
Requires-Dist: pyramid; extra == 'no-version'
Requires-Dist: pyramid-debugtoolbar; extra == 'no-version'
Requires-Dist: PyYAML; extra == 'no-version'
Requires-Dist: shapely (==1.6.2); extra == 'no-version'
Requires-Dist: simplejson; extra == 'no-version'
Requires-Dist: SQLAlchemy; extra == 'no-version'
Requires-Dist: sqlalchemy-utils; extra == 'no-version'
Requires-Dist: transaction; extra == 'no-version'
Requires-Dist: waitress; extra == 'no-version'
Requires-Dist: zope.sqlalchemy; extra == 'no-version'
Requires-Dist: jsonschema; extra == 'no-version'
Requires-Dist: pyreproj; extra == 'no-version'
Requires-Dist: lxml; extra == 'no-version'
Requires-Dist: generateDS; extra == 'no-version'
Requires-Dist: requests; extra == 'no-version'
Requires-Dist: geolink-formatter; extra == 'no-version'
Requires-Dist: pyconizer; extra == 'no-version'
Provides-Extra: recommend
Requires-Dist: dicttoxml (==1.7.4); extra == 'recommend'
Requires-Dist: geoalchemy2 (==0.4.2); extra == 'recommend'
Requires-Dist: psycopg2 (==2.7.4); extra == 'recommend'
Requires-Dist: pyramid (==1.9.1); extra == 'recommend'
Requires-Dist: pyramid-debugtoolbar (==4.3); extra == 'recommend'
Requires-Dist: PyYAML (==3.12); extra == 'recommend'
Requires-Dist: shapely (==1.6.2); extra == 'recommend'
Requires-Dist: simplejson (==3.13.2); extra == 'recommend'
Requires-Dist: SQLAlchemy (==1.2.2); extra == 'recommend'
Requires-Dist: sqlalchemy-utils (==0.32.21); extra == 'recommend'
Requires-Dist: transaction (==2.1.2); extra == 'recommend'
Requires-Dist: waitress (==1.1.0); extra == 'recommend'
Requires-Dist: zope.sqlalchemy (==1.0); extra == 'recommend'
Requires-Dist: jsonschema (==2.6.0); extra == 'recommend'
Requires-Dist: pyreproj (==1.0.0); extra == 'recommend'
Requires-Dist: lxml (==4.1.1); extra == 'recommend'
Requires-Dist: generateDS (==2.29.5); extra == 'recommend'
Requires-Dist: requests (==2.18.4); extra == 'recommend'
Requires-Dist: geolink-formatter (==1.3.0); extra == 'recommend'
Requires-Dist: pyconizer (==0.1.4); extra == 'recommend'

===============================
``pyramid_oereb`` (ÖREB-Server)
===============================

|Build Status|

``pyramid_oereb`` is an open-source implementation of the server side part for the swiss `"Cadastre of
Public-law Restrictions on landownership" (PLR-cadastre) <https://www.cadastre.ch/en/oereb.html>`__.

It is written in Python and designed as a plugin for the `Pyramid Web Framework
<http://docs.pylonsproject.org/projects/pyramid/en/latest/>`__. This allows *pyramid\_oereb* to be included in
any Pyramid web application.

Please refer to the `documentation <https://camptocamp.github.io/pyramid_oereb/doc/>`__ for detailed
information and instructions for installation and configuration.

If you are interested in contributing or extending the project, take a look at the
`contribution page <https://camptocamp.github.io/pyramid_oereb/doc/master/contrib/>`__.

.. |Build Status| image:: https://travis-ci.org/camptocamp/pyramid_oereb.svg?token=oTUZsPVUPe1BYV5bzANE&branch=master
   :target: https://travis-ci.org/camptocamp/pyramid_oereb


---------
Changelog
---------

1.0.1
*****

- introduce configurable pdf print service (print proxy)
- enable proxy configuration for external web api usage
- fix standard database
- improve python 3 compatibility
- minor bug fixing

1.0.0
*****

- improved doc
- fix bug for doc creation on python 3.6

1.0.0-beta.1
************

- first approach of OEREB server
- improved documentation on https://camptocamp.github.io/pyramid_oereb/doc/
- cleaned and reorganized code
- binding to OEREB-LEX and GeoAdmin-Api-Address-Service
  (http://api.geo.admin.ch/services/sdiservices.html#search) as sources
- providing pyconizer as icon generator (https://pypi.python.org/pypi/pyconizer)
- proxy binding of geomapfish_print for pdf output as renderer
  (http://mapfish.github.io/mapfish-print-doc/#/overview)
- providing extensive standard configuration for out-of-the-box-usage
- general bug fixing
- add python 3.x support

1.0.0-alpha.2
*************

-  proceed with renderer for xml and json
-  add metadata for embeddable flavour
-  images accessible via URL
-  add configurable methods for processing
-  improve geometry handling
-  add documentation on https://camptocamp.github.io/pyramid_oereb/doc/
-  several bugfixes

1.0.0-alpha.1
*************

-  first running approach of server
-  main web services are available (not all formats are implemented yet)
-  standard configuration can be used to run server out of the box
-  see README for more details

0.0.1
*****

-  initial version


