Blame SOURCES/idle3.appdata.xml

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

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

70a2d8
    

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

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