Blame SOURCES/idle3.appdata.xml

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

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

63a509
    

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

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