Blame SOURCES/idle3.appdata.xml

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

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

d71d1f
    

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

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