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())
Release files for PyramidXmlRenderer 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyramidXmlRenderer-0.1.5.tar.gz | 2.9 kB | Details |
Release files / PyramidXmlRenderer-0.1.5.tar.gz
| Download URL | PyramidXmlRenderer-0.1.5.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
db1195619d22ef77cdde4b19a96b182a0211a43d3b263d2583126d4504cbe839
|
|
BLAKE2b-256 checksum How to use checksums |
06c5c47c3fe706378b5decabb6bd71b3f2817163df832bebef3878fcf6f93fe2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |