E5XML/__init__.py

Sun, 01 May 2011 11:29:55 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 01 May 2011 11:29:55 +0200
changeset 1007
b60f646323c8
parent 945
8cd4d08fa9f6
child 1509
c0b5e693b0eb
permissions
-rw-r--r--

Prepared new snapshot release.

# -*- coding: utf-8 -*-

# Copyright (c) 2004 - 2011 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the XML handling module of eric5.

This module includes XML handlers and writers for
<ul>
    <li>Project files</li>
    <li>User project data files</li>
    <li>Multi-project files</li>
    <li>Session files</li>
    <li>Shortcuts files</li>
    <li>Debugger Properties files</li>
    <li>Tasks files</li>
    <li>Templates files</li>
    <li>Highlighting styles</li>
    <li>Plugiin repository (handler only)</li>
</ul>
"""

eric ide

mercurial