Blame SOURCES/idle3.appdata.xml

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

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

a08450
    

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

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