Skip to main content

Geospatial Extensions for Pyramid

Project description

https://travis-ci.org/elemoine/papyrus.svg?branch=master Documentation Status

Geospatial Extensions for the Pyramid web framework.

The Papyrus doc is hosted on Read the Docs.

TODO

Changes

2.4

2.3

2.2

2.1

2.0

  • Use GeoAlchemy 2 instead of GeoAlchemy. @elemoine

0.10

0.9

  • Make the XSD renderer work with mapped classes instead of Table objects. This change breaks the compatibility. With 0.9 XSD views must return mapped classes instead of Table objects. #13 @elemoine

  • Make it easier to overload the behavior of GeoInterface. #15 @elemoine

  • Make the XSD renderer ignore foreign keys by default. #18 @elemoine

  • Give the user an extension point for adding elements to the xsd:sequence element. #18 @elemoine

  • New class-level property __add_properties__ for classes implementing GeoInterface. This is to be able to have GeoInterface consider properties that are not column properties. #20 @elemoine

  • Documentation is now on Read the Docs, at http://papyrus.rtfd.org. @elemoine

0.8.1

  • XSD renderer now uses application/xml instead of text/xml. @twpayne

  • XSD renderer now skips primary keys by default, and it now has an include_primary_keys option which can be set to True to change the behavior. @twpayne

0.8

  • Add a XSD renderer for WFS DescribeFeatureType-like responses. Thanks @twpayne.

0.7

  • Make feature argument optional in the GeoInterface constructor. This change allow better integration with FormAlchemy for classes that implement the GeoInterface.

0.6

  • When passed a list or a tuple the GeoJSON renderer produces a FeatureCollection by default. This behavior can be changed with the collection_type argument to GeoJSON (patch from @tonio).

  • Pyramid 1.2 compliance (a change in the tests)

0.5

  • JSONP support in the GeoJSON renderer (patch from @sbrunner)

  • New GeoJSON renderer implementation and API. The papyrus.renderers.geojson_renderer_factory function is replaced by the papyrus.renderers.GeoJSON class. The new usage is:

    from papyrus.renderers import GeoJSON
    config.add_renderer('geojson', GeoJSON(jsonp_param_name='cb'))
  • Pyramid 1.1 compliance

0.4

  • Improved GeoJSON renderer: deal with decimal.Decimal, datetime.date, and datetime.datetime values.

  • No longer use <= when defining requirements (only >= is used).

  • Correctly spell the names of requirements, using capital letters where needed.

0.3.1

  • Add MANIFEST.in file

0.3

  • Papyrus can now be used without pyramid_handlers

  • add a config method to add routes, pyramid.add_papyrus_routes

  • do not rely on environ['CONTENT_LENGTH'] to read the contents of requests, this doesn’t work with WebOb 1.0.4 and higher

  • minor change in the tests to use with_statement for Python 2.5

0.2

  • Add the papyrus.geo_inteface.GeoInterface mixin

  • Add the papyrus.add_papyrus_handler configurator directive

0.1

  • Initial version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

papyrus-2.4.tar.gz (22.5 kB view details)

Uploaded Source

Built Distribution

papyrus-2.4-py2.py3-none-any.whl (25.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file papyrus-2.4.tar.gz.

File metadata

  • Download URL: papyrus-2.4.tar.gz
  • Upload date:
  • Size: 22.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for papyrus-2.4.tar.gz
Algorithm Hash digest
SHA256 5129d0b9f1708e077c31f488a41382660d5f698663a1ee8447be5376cd369015
MD5 14178cb7dca566ce2888f26dff91691e
BLAKE2b-256 c7b3d7229be24eb0c17ec4ea43970821c4f15701550c6828f4c8e03839b3fa97

See more details on using hashes here.

File details

Details for the file papyrus-2.4-py2.py3-none-any.whl.

File metadata

  • Download URL: papyrus-2.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 25.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for papyrus-2.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d37a003ad2597183fd864de33d1e197a34eb2e20cd5973e5b8192fb01b37087e
MD5 61d88ab630f33114c041fc08d1f78474
BLAKE2b-256 6e10c72cd4e43e8265d0ad30020f5869e04ef06ff519f2d44cb601e55dc678de

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page