You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: winpython/data/packages.ini
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1228,16 +1228,12 @@ description=Tool for generating documentation which uses reStructuredText as its
1228
1228
[sphinx_rtd_theme]
1229
1229
description=ReadTheDocs.org theme for Sphinx, 2013 version.
1230
1230
1231
-
[sqlalchemy]
1232
-
description=SQL Toolkit and Object Relational Mapper
1233
-
url=http://www.sqlalchemy.org
1234
-
1235
-
[sqlparse]
1236
-
description=Non-validating SQL parser
1237
-
1238
1231
[spyder]
1239
1232
description=Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
1240
1233
1234
+
[spyder.notebook]
1235
+
description=Jupyter notebook integration with Spyder
1236
+
1241
1237
[spyder.line_profiler]
1242
1238
description=a plugin to run the python line profiler from within the spyder editor
1243
1239
@@ -1247,12 +1243,19 @@ description=a plugin to run the python memory_profiler from within the spyder ed
1247
1243
[spyder.autopep8]
1248
1244
description=A plugin to run the autopep8 python linter from within the spyder editor
1249
1245
1246
+
[sqlalchemy]
1247
+
description=SQL Toolkit and Object Relational Mapper
1248
+
url=http://www.sqlalchemy.org
1249
+
1250
1250
[sqlite_bro]
1251
1251
description=a graphic SQLite Client in 1 Python file
1252
1252
1253
1253
[sqlite_web]
1254
1254
description=Web-based SQLite database browser written in Python
1255
1255
1256
+
[sqlparse]
1257
+
description=Non-validating SQL parser
1258
+
1256
1259
[statsmodels]
1257
1260
description=Statistical computations and models for use with SciPy
0 commit comments