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
File details
Details for the file PyramidXmlRenderer-0.1.5.tar.gz.
File metadata
- Download URL: PyramidXmlRenderer-0.1.5.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db1195619d22ef77cdde4b19a96b182a0211a43d3b263d2583126d4504cbe839
|
|
| MD5 |
190f73cc82e007f0fa93130c0d99ba8c
|
|
| BLAKE2b-256 |
06c5c47c3fe706378b5decabb6bd71b3f2817163df832bebef3878fcf6f93fe2
|