lbalhar / rpms / python3.7

Forked from rpms/python3.7 3 years ago
Clone

Blame idle3.appdata.xml

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

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

490fd61
    

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

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