Skip to content
/ juupeli Public

Encodes arbitrary Python data structures into XML in a reasonably sane way.

License

Notifications You must be signed in to change notification settings

akx/juupeli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juupeli

Test

Encodes arbitrary Python data structures into XML in a reasonably sane way.

Usage

Basically,

from juupeli import to_xml_string

x = to_xml_string(my_object)

should immediately do something usable.

Please see the tests for more advanced usage for the time being.

TODO

  • Annotation support (for e.g. attributes)
  • Decoding back to Python? Maybe?

Known issues

  • Nesting anonymous collections will cause flattening with the default codec

About

Encodes arbitrary Python data structures into XML in a reasonably sane way.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages