churchyard / rpms / python38

Forked from rpms/python38 5 years ago
Clone
860f392
860f392
860f392
860f392
<application>
860f392
  <id type="desktop">idle3.desktop</id>
860f392
  <name>IDLE3</name>
860f392
  <metadata_licence>CC0</metadata_licence>
860f392
  <project_license>Python-2.0</project_license>
860f392
  <summary>Python 3 Integrated Development and Learning Environment</summary>
860f392
  <description>
860f392
    

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

860f392
    

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

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