Skip to content

ExEmGel is a wrapper around the python ElementTree library. It allow clean and simple access to xml.

License

Notifications You must be signed in to change notification settings

thedavecollins/ExEmGel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExEmGel: Simple pythonic xml reader

ExEmGel is a wrapper around the standard ElementTree library. It allow clean and simple access to xml.

>>> config = exemgel.parse("configuration.xml")
>>> config.configuration.email.host
'mail.example.com'
>>> config.configuration.email.port
25

Installation

To install ExEmGel:, simply:

$ pip install exemgel

About

ExEmGel is a wrapper around the python ElementTree library. It allow clean and simple access to xml.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages