Blame SOURCES/idle3.appdata.xml

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

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

900f19
    

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

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