Blame SOURCES/idle3.appdata.xml

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

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

e336cb
    

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

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