Skip to content

package for distributing a ipython compatible XML displayer

Notifications You must be signed in to change notification settings

samuelsinayoko/display_xml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

display_xml

package for distributing a ipython compatible XML displayer

To install

pip install -U display_xml

To use

Import XML from display_xml. Call XML passing in the object you want to convert in as an argument.

from display_xml import XML
XML('<body><tag>content</tag></body>')

single xml example

You can pass in:

  • str
  • bytes
  • lxml.etree._Element
  • lxml.etree._ElementTree

To display all available styles

from display_xml import XML
XML.display_all_styles('<body><tag>content</tag></body>')

multiple style xml example

Once you know the style you want, pass that string in as an argument to XML:

from display_xml import XML
XML('<body><tag>content</tag></body>', style='perldoc')

styled single xml example

About

package for distributing a ipython compatible XML displayer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%