Blame SOURCES/idle3.appdata.xml

dd3773
dd3773
dd3773
dd3773
<application>
dd3773
  <id type="desktop">idle3.desktop</id>
dd3773
  <name>IDLE3</name>
dd3773
  <metadata_licence>CC0</metadata_licence>
dd3773
  <project_license>Python-2.0</project_license>
dd3773
  <summary>Python 3 Integrated Development and Learning Environment</summary>
dd3773
  <description>
dd3773
    

dd3773
      IDLE is Python’s Integrated Development and Learning Environment.
dd3773
      The GUI is uniform between Windows, Unix, and Mac OS X.
dd3773
      IDLE provides an easy way to start writing, running, and debugging
dd3773
      Python code.
dd3773
    

dd3773
    

dd3773
      IDLE is written in pure Python, and uses the tkinter GUI toolkit.
dd3773
      It provides:
dd3773
    

dd3773
    
    dd3773
           
  • a Python shell window (interactive interpreter) with colorizing of code input, output, and error messages,
  • dd3773
           
  • a multi-window text editor with multiple undo, Python colorizing, smart indent, call tips, auto completion, and other features,
  • dd3773
           
  • search within any window, replace within editor windows, and search through multiple files (grep),
  • dd3773
           
  • a debugger with persistent breakpoints, stepping, and viewing of global and local namespaces.
  • dd3773
        
    dd3773
      </description>
    dd3773
      <url type="homepage">https://docs.python.org/3/library/idle.html</url>
    dd3773
      <screenshots>
    dd3773
        <screenshot type="default">http://in.waw.pl/~zbyszek/fedora/idle3-appdata/idle3-main-window.png</screenshot>
    dd3773
        <screenshot>http://in.waw.pl/~zbyszek/fedora/idle3-appdata/idle3-class-browser.png</screenshot>
    dd3773
        <screenshot>http://in.waw.pl/~zbyszek/fedora/idle3-appdata/idle3-code-viewer.png</screenshot>
    dd3773
      </screenshots>
    dd3773
      <update_contact>zbyszek@in.waw.pl</update_contact>
    dd3773
    </application>