<?xml version='1.0' encoding='UTF-8'?>
<Plugins version="4.1" >
  
  <Plugin status="stable" category="Artificial Intelligence">
    <Name>Ollama Interface</Name>
    <Short>Artificial Intelligence client for eric-ide using 'ollama'.</Short>
    <Description>
        This plug-in implements a client for contacting an ollama server and dialogs
        for user interaction and to display information about the configured or
        local ollama server and its models. The chat allows the use of tools for
        agentic coding.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginAiOllama.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.10.0</Version>
    <Filename>PluginAiOllama-10_10_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Calltips and Completions">
    <Name>API Files</Name>
    <Short>API files for Auto-Completion and Calltips.</Short>
    <Description>
        This plug-in provides API files for Auto-Completion and Calltips.
        Some distribution packages seem to be missing them.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginApis.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.3.15</Version>
    <Filename>PluginApis-10_3_15.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Calltips and Completions">
    <Name>Assistant, Eric7</Name>
    <Short>Alternative code completion provider.</Short>
    <Description>
        This plug-in provides an alternative code completion
        and call tips provider. The information is taken from
        QScintilla API files, the current document and/or from
        the APIs of the current project. It adjusts automatically
        to changes of the project.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginAssistantEric.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.5.2</Version>
    <Filename>PluginAssistantEric-10_5_2.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Checkers">
    <Name>Code Style</Name>
    <Short>Checker for code style issues.</Short>
    <Description>
        This plugin implements a collection of code style checkers for common coding
        style issues. The code of this plugin was part of eric-ide up to release 26.5.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginCodeStyleChecker.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.0.0</Version>
    <Filename>PluginCodeStyleChecker-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Checkers">
    <Name>PyLint Interface</Name>
    <Short>Interface to the pylint checker program.</Short>
    <Description>
        This plug-in implements the PyLint dialogs.
        PyLint is used to check Python source files according to various rules.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginPyLint.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.3.0</Version>
    <Filename>PluginPyLint-10_3_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Checkers">
    <Name>Pyright Interface</Name>
    <Short>Interface to the pyright stytic typing checker program.</Short>
    <Description>
        This plug-in implements the Pyright dialogs.
        Pyright is used to check Python source files for static typing issues.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginPyright.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.1.3</Version>
    <Filename>PluginPyright-10_1_3.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Checkers">
    <Name>ruff Interface</Name>
    <Short>Interface to the ruff linter and formatter.</Short>
    <Description>
        Plugin implementing widgets and dialogues to interface the various 'ruff'
        commands. 'ruff' is an extremely fast Python linter and code formatter, written
        in Rust. The 'ruff' interface contains a module for formatting Python source
        code, for checking and adjusting import statement order and for checking the
        source code for common issues.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginRuffInterface.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.3.2</Version>
    <Filename>PluginRuffInterface-10_3_2.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Checkers">
    <Name>Vulture Interface</Name>
    <Short>Checker for unused code.</Short>
    <Description>
        This plug-in checks a Python project for unused code using the
        'vulture' library.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginVulture.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.3.5</Version>
    <Filename>PluginVulture-10_3_5.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Code Metrics">
    <Name>Radon Interface</Name>
    <Short>Various code metrics using the 'radon' package.</Short>
    <Description>
        This plug-in implements dialogs to show various code metrics. These
        are determined using the 'radon' code metrics package. 'Raw code
        metrics', 'Maintainability Index' and 'McCabe Complexity' can be
        requested through different dialogs for one file or the whole
        project.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginMetricsRadon.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.3.4</Version>
    <Filename>PluginMetricsRadon-10_3_4.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="UI Extensions">
    <Name>conda Manager</Name>
    <Short>Interface for the 'conda' environment and package management.</Short>
    <Description>
        This plug-in implements widgets and dialogues to interact with the various
        'conda' commands from within the eric-ide.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginCondaInterface.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.2.0</Version>
    <Filename>PluginCondaInterface-10_2_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="UI Extensions">
    <Name>Cooperation</Name>
    <Short>Support for group chat and group editing functions.</Short>
    <Description>
        This plug-in implements group chat and group editing functionality for the
        eric-ide application.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginCooperation.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.1.0</Version>
    <Filename>PluginCooperation-10_1_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="UI Extensions">
    <Name>CORBA Support</Name>
    <Short>Support for the development of CORBA projects.</Short>
    <Description>
        This plugin adds support for the development of CORBA related projects.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginExtensionCorba.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.3.0</Version>
    <Filename>PluginExtensionCorba-10_3_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="UI Extensions">
    <Name>IRC Client</Name>
    <Short>Embedded internet relay chat (IRC) client.</Short>
    <Description>
        This plug-in implements widgets and dialogues of an Internet Relay Chat client
        embedded within the eric-ide application.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginExtensionIrc.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.2.0</Version>
    <Filename>PluginExtensionIrc-10_2_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="UI Extensions">
    <Name>MQTT Monitor</Name>
    <Short>Plug-in implementing a tool to connect to a MQTT broker.</Short>
    <Description>
        This plug-in implements implements a tool to connect to a MQTT broker,
        subscribe to topics, present received messages and publish messages.
        It displays broker statistics (the $SYS/# topic tree) and log messages
        of the underlying paho-mqtt client. This tool supports unencrypted
        connections (port 1883) as well as encrypted SSL/TLS connections
        (port 8883). It supports MQTT Protocol versions 3.1, 3.1.1 and 5.0.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginMqttMonitor.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>11.2.2</Version>
    <Filename>PluginMqttMonitor-11_2_2.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="UI Extensions">
    <Name>Protobuf and gRPC Support</Name>
    <Short>Support for the development of Protobuf and gRPC projects.</Short>
    <Description>
        This plugin adds support for the development of Protobuf and gRPC related
        projects.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginExtensionProtobuf.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.3.0</Version>
    <Filename>PluginExtensionProtobuf-10_3_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="UI Extensions">
    <Name>Python Application Management</Name>
    <Short>Interface for the 'pipx' Python application management.</Short>
    <Description>
        This plug-in implements widgets and dialogues to interact with the various
        'pipx' commands and to start 'pipx' managed applications from within the
        eric-ide.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginPipxInterface.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.8.1</Version>
    <Filename>PluginPipxInterface-10_8_1.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="UI Extensions">
    <Name>'uv' Python Management</Name>
    <Short>Graphical interface to the 'uv' command.</Short>
    <Description>
        This plug-in implements widgets and dialogues to interact with the various 'uv'
        commands from within the eric-ide.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginUvInterface.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.10.0</Version>
    <Filename>PluginUvInterface-10_10_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Packagers">
    <Name>cx-Freeze Interface</Name>
    <Short>Interface to the cx-Freeze packaging program.</Short>
    <Description>
        This plug-in implements the cx-Freeze dialogs.
        cx-Freeze is used to generate a distribution package.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginCxFreeze.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.3.0</Version>
    <Filename>PluginCxFreeze-10_3_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Packagers">
    <Name>PyInstaller Interface</Name>
    <Short>Interface to the 'PyInstaller' packaging program.</Short>
    <Description>
        This plug-in implements dialogs interfacing to the 'PyInstaller'
        packaging program used to generate distribution packages. Please note,
        that the 'PyInstaller' will be installed during the installation of
        this plugin.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginPyInstaller.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.3.0</Version>
    <Filename>PluginPyInstaller-10_3_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Project Types">
    <Name>Django</Name>
    <Short>Basic support for Django projects.</Short>
    <Description>
        This plug-in implements support for Django projects. It includes
        API files for the various Django versions and a Django menu offering
        various Django related actions from within eric-ide.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginProjectDjango.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.5.1</Version>
    <Filename>PluginProjectDjango-10_5_1.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Project Types">
    <Name>Django Tags Menu</Name>
    <Short>A tags menu for Django projects.</Short>
    <Description>
        This plug-in adds a menu to the Django menu to select various
        tags and filters.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginProjectDjangoTagsMenu.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.2.1</Version>
    <Filename>PluginProjectDjangoTagsMenu-10_2_1.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Project Types">
    <Name>FastAPI</Name>
    <Short>Basic support for FastAPI projects.</Short>
    <Description>
        This plug-in implements support for FastAPI projects. It includes
        API files for packages commonly used in conjunction with FastAPI and
        a FastAPI menu offering various FastAPI related actions from within eric-ide.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginProjectFastAPI.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.1.0</Version>
    <Filename>PluginProjectFastAPI-10_1_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Project Types">
    <Name>Flask</Name>
    <Short>Basic support for Flask projects.</Short>
    <Description>
        This plug-in implements support for Flask projects. It includes
        API files for the various Flask parts and a Flask menu offering
        various Flask related actions from within eric-ide.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginProjectFlask.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.7.0</Version>
    <Filename>PluginProjectFlask-10_7_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Project Types">
    <Name>Kivy</Name>
    <Short>Basic support for Kivy projects.</Short>
    <Description>
        This plug-in implements support for Kivy projects. It includes
        a highlighter for Kivy files and an API file for the Kivy framework.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginProjectKivy.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.4.1</Version>
    <Filename>PluginProjectKivy-10_4_1.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Project Types">
    <Name>Pyramid</Name>
    <Short>Basic support for Pyramid projects.</Short>
    <Description>
        This plug-in implements support for Pyramid projects. It includes
        API files for the various Pyramid parts and a Pyramid menu offering
        various Pyramid related actions from within eric-ide.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginProjectPyramid.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.5.0</Version>
    <Filename>PluginProjectPyramid-10_5_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Project Types">
    <Name>Web</Name>
    <Short>Support for Web projects and web related tools.</Short>
    <Description>
        This plug-in provides support for ordinary web projects and some web
        related tools. It requires 'BeautifulSoup4' for some of its functionality.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginProjectWeb.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.2.2</Version>
    <Filename>PluginProjectWeb-10_2_2.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Refactoring">
    <Name>Rope Interface</Name>
    <Short>Refactoring using the 'rope' refactoring library.</Short>
    <Description>
        This plug-in implements refactoring, autocompletion and call tips
        functionality using the 'rope' refactoring library. It includes
        the capability to jump to the place a name is defined through
        a configurable mouse click combination. It implements a code info
        provider for the Code Documentation Viewer.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginRefactoringRope.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de></Author>
    <Version>10.9.1</Version>
    <Filename>PluginRefactoringRope-10_9_1.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Tools">
    <Name>Camel/Snake Case Handling</Name>
    <Short>Tool to split, merge or convert camel/snake case text.</Short>
    <Description>
        This plug-in implements a tool to split, merge or convert
        camel case or snake case text. It works with the text of the current
        editor. The menu entries will only be selectable, if the
        current editor has some selected text.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginSplitMergeCamelCase.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.1.0</Version>
    <Filename>PluginSplitMergeCamelCase-10_1_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Tools">
    <Name>Color String</Name>
    <Short>Tool to insert a color as string.</Short>
    <Description>
        This plug-in implements a tool to select a color via a color selection
        dialog and insert it as a hex string, color name or RGBA color
        definition at the current cursor position. Selected text is used to
        initialize the dialog and is replaced with the new color.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginColorString.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.2.0</Version>
    <Filename>PluginColorString-10_2_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Tools">
    <Name>Hash Generation</Name>
    <Short>Tool to generate a hash for a selectable file or directory.</Short>
    <Description>
        This plug-in generates a hash for a selectable file or directory. The
        hash string will be inserted at the cursor position of the current
        editor.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginToolGenerateHash.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.2.0</Version>
    <Filename>PluginToolGenerateHash-10_2_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Tools">
    <Name>Invert Hex Color</Name>
    <Short>Tool to invert the selected hex color string.</Short>
    <Description>
        This plug-in implements a tool to invert the selected hex color
        code of the current editor.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginInvertHexColor.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.1.1</Version>
    <Filename>PluginInvertHexColor-10_1_1.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Tools">
    <Name>Print Remover</Name>
    <Short>Tool to remove print() like debug statements.</Short>
    <Description>
        This plug-in implements a tool to remove lines starting with
        a configurable string. This is mostly used to remove print()
        like debug statements. The match is done after stripping all
        whitespace from the beginning of a line. Lines containing the
        string '__NO_REMOVE__' are preserved.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginPrintRemover.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.3.0</Version>
    <Filename>PluginPrintRemover-10_3_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Tools">
    <Name>PySide to PyQt Converter</Name>
    <Short>Tool to convert PySide files to PyQt and vice versa.</Short>
    <Description>
        This plug-in implements a tool to convert aPySide6 file to PyQt6 and vice versa.
        It works with the text of the current editor.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginPySide2PyQt.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.2.0</Version>
    <Filename>PluginPySide2PyQt-10_2_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Tools">
    <Name>Selection Encloser</Name>
    <Short>Tool to enclose the selection with a string.</Short>
    <Description>
        This plug-in implements a tool to enclose the selection of
        the current editor with a string. The enclosing string is
        selectable via a configurable menu hierarchy.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginSelectionEncloser.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.2.0</Version>
    <Filename>PluginSelectionEncloser-10_2_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Wizards">
    <Name>Base64 Data URI Encoder</Name>
    <Short>Wizard for the creation of base64 encoded data URI code.</Short>
    <Description>
        This plugin implements a wizard to generate code for base64 encoded
        Data URIs.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginWizardDataUriEncoder.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.2.1</Version>
    <Filename>PluginWizardDataUriEncoder-10_2_1.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>CircuitPython 9.0 Documentation</Name>
    <Short>Plug-in providing the CircuitPython 9.0 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the CircuitPython 9.0 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_CircuitPython90.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_CircuitPython90-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>CircuitPython 9.1 Documentation</Name>
    <Short>Plug-in providing the CircuitPython 9.1 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the CircuitPython 9.1 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_CircuitPython91.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_CircuitPython91-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>CircuitPython 9.2 Documentation</Name>
    <Short>Plug-in providing the CircuitPython 9.2 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the CircuitPython 9.2 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_CircuitPython92.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_CircuitPython92-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>CircuitPython 10.0 Documentation</Name>
    <Short>Plug-in providing the CircuitPython 10.0 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the CircuitPython 10.0 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_CircuitPython100.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_CircuitPython100-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>CircuitPython 10.1 Documentation</Name>
    <Short>Plug-in providing the CircuitPython 10.1 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the CircuitPython 10.1 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_CircuitPython101.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_CircuitPython101-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>CircuitPython 10.2 Documentation</Name>
    <Short>Plug-in providing the CircuitPython 10.2 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the CircuitPython 10.2 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_CircuitPython102.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_CircuitPython102-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>MicroPython 1.24 Documentation</Name>
    <Short>Plug-in providing the MicroPython 1.24 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the MicroPython 1.24 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_MicroPython124.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_MicroPython124-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>MicroPython 1.25 Documentation</Name>
    <Short>Plug-in providing the MicroPython 1.25 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the MicroPython 1.25 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_MicroPython125.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_MicroPython125-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>MicroPython 1.26 Documentation</Name>
    <Short>Plug-in providing the MicroPython 1.26 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the MicroPython 1.26 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_MicroPython126.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_MicroPython126-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>MicroPython 1.27 Documentation</Name>
    <Short>Plug-in providing the MicroPython 1.27 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the MicroPython 1.27 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_MicroPython127.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_MicroPython127-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>MicroPython 1.28 Documentation</Name>
    <Short>Plug-in providing the MicroPython 1.28 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the MicroPython 1.28 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_MicroPython128.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_MicroPython128-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>Python 3.9 Documentation</Name>
    <Short>Plug-in providing the Python 3.9 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the Python 3.9 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_Python39.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_Python39-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>Python 3.10 Documentation</Name>
    <Short>Plug-in providing the Python 3.10 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the Python 3.10 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_Python310.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_Python310-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>Python 3.11 Documentation</Name>
    <Short>Plug-in providing the Python 3.11 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the Python 3.11 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_Python311.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_Python311-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>Python 3.12 Documentation</Name>
    <Short>Plug-in providing the Python 3.12 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the Python 3.12 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_Python312.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_Python312-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>Python 3.13 Documentation</Name>
    <Short>Plug-in providing the Python 3.13 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the Python 3.13 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_Python313.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_Python313-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>Python 3.14 Documentation</Name>
    <Short>Plug-in providing the Python 3.14 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the Python 3.14 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_Python314.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_Python314-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>PyQt 5.15 Documentation</Name>
    <Short>Plug-in providing the PyQt 5.15 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the PyQt 5.15 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_PyQt515.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_PyQt515-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>PyQt 6.5</Name>
    <Short>Plug-in providing the PyQt 6.5 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the PyQt 6.5 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_PyQt65.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_PyQt65-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>PyQt 6.8</Name>
    <Short>Plug-in providing the PyQt 6.8 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the PyQt 6.8 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_PyQt68.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_PyQt68-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>PyQt 6.10</Name>
    <Short>Plug-in providing the PyQt 6.10 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the PyQt 6.10 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_PyQt610.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_PyQt610-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>PyQt 6.11</Name>
    <Short>Plug-in providing the PyQt 6.11 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the PyQt 6.11 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_PyQt611.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_PyQt611-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>Qt 5.15 Documentation</Name>
    <Short>Plug-in providing the Qt 5.15 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the Qt 5.15 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_Qt515.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_Qt515-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>Qt 6.5 LTS Documentation</Name>
    <Short>Plug-in providing the Qt 6.5 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the Qt 6.5 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_Qt65.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_Qt65-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>Qt 6.8 LTS Documentation</Name>
    <Short>Plug-in providing the Qt 6.8 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the Qt 6.8 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_Qt68.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_Qt68-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>Qt 6.10 Documentation</Name>
    <Short>Plug-in providing the Qt 6.10 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the Qt 6.10 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_Qt610.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_Qt610-10_0_0.zip</Filename>
  </Plugin>
  
  <Plugin status="stable" category="Documentation Sets">
    <Name>Qt 6.11 Documentation</Name>
    <Short>Plug-in providing the Qt 6.11 documentation in QtHelp format.</Short>
    <Description>
        This plug-in provides the Qt 6.11 documentation in QtHelp format. The
        documents can be registered in the eric help viewer, the eric web browser or
        Qt Assistant.
    </Description>
    <Url>https://eric-ide.python-projects.org/plugins7/stable/PluginDocumentationSets_Qt611.zip</Url>
    <Author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</Author>
    <Version>10.0.0</Version>
    <Filename>PluginDocumentationSets_Qt611-10_0_0.zip</Filename>
  </Plugin>
  
  <RepositoryUrl>https://eric-ide.python-projects.org/plugins7/repository.xml</RepositoryUrl>
  
</Plugins>
