Skip to content

alexandre-forks/pyramid_xml_renderer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyramid_xml_renderer

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())

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%