Skip to main content

Pyramid renderer to get xml output of the view

Project description

pyramid_xml_renderer gives the ability to convert structures to xml string (serializers.dumps) and contains class XML (__init__.py) that can be used in pyramid framework to render structures to xml page Typical usage in Pyramid (__init__.py of your app) looks like this:

#!/usr/bin/env python

from xml_renderer import XML
config.add_renderer('your_url_to_serve', XML())

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

PyramidXmlRenderer-0.1.5.tar.gz (2.9 kB view hashes)

Uploaded Source

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