forked from spyder-ide/spyder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.spyder_ide.spyder.appdata.xml
67 lines (60 loc) · 2.82 KB
/
org.spyder_ide.spyder.appdata.xml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.spyder_ide.spyder</id>
<name>Spyder</name>
<summary>The Scientific Python Development Environment</summary>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<recommends>
<control>pointing</control>
<control>keyboard</control>
</recommends>
<description>
<p>
Spyder is a powerful scientific environment written in Python, for Python, and designed by and for
scientists, engineers and data analysts.
It features a unique combination of the advanced editing, analysis, debugging and profiling
functionality of a comprehensive development tool with the data exploration, interactive execution,
deep inspection and beautiful visualization capabilities of an analysis package.
</p>
<p>
Furthermore, Spyder offers built-in integration with many popular scientific libraries, including NumPy,
SciPy, Pandas, IPython, QtConsole, Matplotlib, SymPy, and more, and can be extended further with full
plugin support. Spyder can also be used as a PyQt5 extension library, allowing you to build upon its
functionality and embed its components, such as the interactive console, in your own software.
</p>
</description>
<developer id="spyder-ide.org">
<name>The Spyder Project Contributors</name>
</developer>
<launchable type="desktop-id">spyder.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/spyder-ide/spyder/master/img_src/screenshot.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://www.spyder-ide.org/</url>
<url type="help">https://docs.spyder-ide.org</url>
<url type="faq">https://docs.spyder-ide.org/current/faq.html</url>
<url type="bugtracker">https://github.com/spyder-ide/spyder/issues</url>
<url type="donation">https://opencollective.com/spyder</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="v6.0.2" date="2024-10-31"/>
<release version="v6.0.1" date="2024-09-23"/>
<release version="v6.0.0" date="2024-09-03"/>
<release version="v5.5.6" date="2024-08-27"/>
<release version="v5.5.5" date="2024-06-12"/>
<release version="v5.5.4" date="2024-04-09"/>
<release version="v5.5.3" date="2024-03-17"/>
<release version="v5.5.2" date="2024-03-13"/>
<release version="v5.5.1" date="2024-02-07"/>
<release version="v5.5.0" date="2023-11-08"/>
<release version="v5.4.5" date="2023-08-29"/>
<release version="v5.4.4" date="2023-07-19"/>
<release version="v5.4.3" date="2023-04-05"/>
<release version="v5.4.2" date="2023-01-18"/>
<release version="v5.4.1" date="2022-12-30"/>
<release version="v5.4.0" date="2022-11-04"/>
</releases>
</component>