/usr/share/appdata/pyzo.appdata.xml is in pyzo 4.3.1-1+deb9u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | <?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Almar Klein -->
<!-- This is a appdata file for freedesktop software centers. -->
<!-- Please let me know if this needs changes. -->
<application>
<id type="desktop">pyzo.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>BSD-2-Clause</project_license>
<name>Interactive Editor for Python</name>
<summary>A Python IDE aimed at simplicity and interactivity</summary>
<description>
<p>
Pyzo is a cross-platform Python IDE focused on
interactivity and introspection, which makes it very suitable for
scientific computing. Its practical design is aimed at simplicity
and efficiency.
</p><p>
It consists of two main components, the editor and the shell, and uses
a set of pluggable tools to help the programmer in various ways. Some
example tools are source structure, project manager, interactive help,
workspace ...
</p><p>
Pyzo is written in (pure) Python 3 and uses the Qt GUI toolkit. Binaries
are provided for all major operating system. After installing Pyzo, it
can be used to execute code on any Python version available on your
system (Python 2.4 - 3.x, including Pypy).
</p>
</description>
<screenshots>
<screenshot type="default" width="1244" height="700">http://www.pyzo.org/_static/screenshots/screen-default-16-9.png</screenshot>
<screenshot width="1004" height="664">http://www.pyzo.org/_static/screenshots/screen00_win.png</screenshot>
</screenshots>
<url type="homepage">http://pyzo.org</url>
<url type="translate">https://github.com/pyzo/pyzo/wiki/Translations</url>
<updatecontact>almar.klein@gmail.com</updatecontact>
<keywords>
<keyword>Python</keyword>
<keyword>IDE</keyword>
<keyword>Editor</keyword>
<keyword>Science</keyword>
<keyword>Interactive</keyword>
</keywords>
</application>
|