Path to this page:
./
textproc/py-dicttoxml,
Library for simple XML serialization
Branch: CURRENT,
Version: 1.7.16,
Package name: py310-dicttoxml-1.7.16,
Maintainer: pkgsrc-usersThis module converts a Python dictionary or other native data type into a
valid XML string.
Supported item are int, float, long, decimal.Decimal, bool, str, unicode,
datetime, None and other number-like objects. Supported collection are
list, set, tuple and dict, as well as iterable and dict-like objects.
Items with a datetime type are converted to ISO format strings. Items
with a None type become empty XML elements.
Required to run:[
lang/python310]
Master sites:
Filesize: 38.393 KB
Version history: (Expand)
- (2023-01-24) Updated to version: py310-dicttoxml-1.7.16
- (2022-12-09) Updated to version: py310-dicttoxml-1.7.15
- (2022-11-29) Updated to version: py310-dicttoxml-1.7.11
- (2022-11-28) Updated to version: py310-dicttoxml-1.7.8
- (2022-11-28) Updated to version: py310-dicttoxml-1.7.7
- (2022-11-27) Updated to version: py310-dicttoxml-1.7.6
CVS history: (Expand)
2023-01-24 14:01:54 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-dicttoxml: updated to 1.7.16
1.7.16
Resolved issue 98 and issue 99 (big thanks to adrien-berchet for identifying the \
issue and proposing the solution)
Added python_requires=">=3.6" to setup.py
|
2022-12-09 12:23:20 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-dicttoxml: updated to 1.7.15
Version 1.7.15
Fixed issue 43
Implemented issue 82
Small fixes to readme.md
Version 1.7.14
Handle floating point keys as per issue 61
Option to return string instead of bytes as per issue 55
Reorganized readme.md to have a better flow.
Version 1.7.13
Fixed issue 53, dicttoxml(None) and dicttoxml("name") break in 1.7
Fixed issue 96, update readme section on debugging
Version 1.7.12
Fixed issue 95: changed project.toml to support Python 3.6+ and updated readme \
documentation.
|
2022-11-29 06:49:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-dicttoxml: updated to 1.7.11
Version 1.7.11
Simplified solution to issue 94
Version 1.7.9
Fixed issue 94
|
2022-11-28 14:26:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-dicttoxml: updated to 1.7.8
Version 1.7.8
Fixed: Boolean values now export into XML in lowercase (true, false) instead of \
capitalized (True, False).
|
2022-11-28 11:15:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-dicttoxml: updated to 1.7.7
Version 1.7.7
Fixed: debug is turned off by default, and no longer prints "Debug mode is \
off" in the console.
|
2022-11-27 10:01:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-dicttoxml: updated to 1.7.6
Version 1.7.6
-------------
* Changes:
* Fixed (https://github.com/quandyfactory/dicttoxml/issues/88) on github.
* Made XML encoding attribute optional and editable as per \
(https://github.com/quandyfactory/dicttoxml/issues/83)
on github.
Version 1.7.5
-------------
* Changes:
* Fixed (https://github.com/quandyfactory/dicttoxml/issues/91) on github.
|
2022-01-19 18:50:48 by Thomas Klausner | Files touched by this commit (25) |
Log message:
*: fix for python 3.x
|
2022-01-14 18:52:07 by Thomas Klausner | Files touched by this commit (146) |
Log message:
*: python2 egg files are back, add them to the PLISTs
|