Blame SOURCES/idle3.appdata.xml

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

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

6551b0
    

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

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