CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2022/06/30 08:50:53

Log message:
    import ports/textproc/py-dict2xml, ok tracey@
    
    Super Simple utility to convert a python dictionary into an xml string.
    
    from dict2xml import dict2xml
    
    data = {
    'a': 1,
    'b': [2, 3],
    'c': {
    'd': [
    {'p': 9},
    {'o': 10}
    ],
    'e': 7
    }
    }
    
    print (dict2xml(data, wrap="all", indent="  "))
    
    Status:
    
    Vendor Tag: sthen
    Release Tags:       sthen_20220630
    
    N ports/textproc/py-dict2xml/Makefile
    N ports/textproc/py-dict2xml/distinfo
    N ports/textproc/py-dict2xml/pkg/DESCR
    N ports/textproc/py-dict2xml/pkg/PLIST
    
    No conflicts created by this import

Reply via email to