Blame SOURCES/idle3.appdata.xml

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

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

1163ee
    

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

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