Skip to content

Commit

Permalink
Add an appdata.xml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Oct 3, 2016
1 parent fb18920 commit 5baac9e
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
package_data={'dreampielib': package_data_files},
data_files=[
('share/applications', ['share/applications/dreampie.desktop']),
('share/appdata', ['share/appdata/dreampie.appdata.xml']),
('share/man/man1', ['share/man/man1/dreampie.1']),
('share/pixmaps', ['share/pixmaps/dreampie.svg',
'share/pixmaps/dreampie.png']),
Expand Down
44 changes: 44 additions & 0 deletions share/appdata/dreampie.desktop.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<component type="desktop">
<id>dreampie.desktop</id>
<name>DreamPie</name>
<summary>Interactive Python console</summary>
<description>
<p>dreampie is a graphical alternative for the Python interactive console. It provides a number of additional features that are not possible with the regular (terminal based) Python console, including: syntax highlighting, parameter lists for built in Python functions, and the ability to save code to a file.</p>
</description>
<project_license>GPL-3.0+ and LGPL-2.1+ and BSD-3-Clause and Python-2.0 and LicenseRef-public-domain</project_license>
<url type="homepage">http://www.dreampie.org/</url>
<screenshots>
<screenshot>
<image>http://www.dreampie.org/screenshot1.png</image>
<caption>The DreamPie window</caption>
</screenshot>
<screenshot>
<image>http://www.dreampie.org/screenshot2.png</image>
<caption>Function documentation and filename completion. There's attribute completion too, of course!</caption>
</screenshot>
<screenshot>
<image>http://www.dreampie.org/screenshot3.png</image>
<caption>DreamPie with matplotlib</caption>
</screenshot>
<screenshot>
<image>http://www.dreampie.org/screenshot4.png</image>
<caption>Interrupt the process or kill it - the history is preserved!</caption>
</screenshot>
<screenshot>
<image>http://www.dreampie.org/screenshot5.png</image>
<caption>Results are automatically saved in the result history.</caption>
</screenshot>
<screenshot>
<image>http://www.dreampie.org/screenshot6.png</image>
<caption>Long output sections are automatically folded.</caption>
</screenshot>
<screenshot>
<image>http://www.dreampie.org/screenshot7.png</image>
<caption>Jython support makes DreamPie an excellent tool for exploring Java classes...</caption>
</screenshot>
<screenshot>
<image>http://www.dreampie.org/screenshot9.png</image>
<caption>You can keep your session history as an HTML file, and load it back into DreamPie.</caption>
</screenshot>
</screenshots>
</component>

0 comments on commit 5baac9e

Please sign in to comment.