File: index.rst

package info (click to toggle)
python-dicttoxml2 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 377; makefile: 10; sh: 5
file content (36 lines) | stat: -rw-r--r-- 718 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
===================
 dicttoxml(2)
===================

Fork
====

The original repository and project remained stale for numerous years. No one to blame but ourselves, in those
cases we have to act accordignly and respectfully to every individuals.

I choose to maintain a fork.

Overview
========

Converts a Python dictionary or other native data type into a valid XML string.
This is a fork that support Python 3.9 and forward versions and drop all EOL (<=3.6) versions altogether.
It is mostly backward-compatible, act as a drop-in replacement.

Start Guide
-----------

.. toctree::
    :maxdepth: 2

    user/getstarted
    user/advanced

Developer Guide
---------------

.. toctree::
    :maxdepth: 3

    api