Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 043e2b5

Browse files
authored
Merge pull request #515 from stonebig/master
package name
2 parents 00e9865 + 9b9294b commit 043e2b5

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

winpython/data/packages.ini

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,16 +1228,12 @@ description=Tool for generating documentation which uses reStructuredText as its
12281228
[sphinx_rtd_theme]
12291229
description=ReadTheDocs.org theme for Sphinx, 2013 version.
12301230

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-
12381231
[spyder]
12391232
description=Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
12401233

1234+
[spyder.notebook]
1235+
description=Jupyter notebook integration with Spyder
1236+
12411237
[spyder.line_profiler]
12421238
description=a plugin to run the python line profiler from within the spyder editor
12431239

@@ -1247,12 +1243,19 @@ description=a plugin to run the python memory_profiler from within the spyder ed
12471243
[spyder.autopep8]
12481244
description=A plugin to run the autopep8 python linter from within the spyder editor
12491245

1246+
[sqlalchemy]
1247+
description=SQL Toolkit and Object Relational Mapper
1248+
url=http://www.sqlalchemy.org
1249+
12501250
[sqlite_bro]
12511251
description=a graphic SQLite Client in 1 Python file
12521252

12531253
[sqlite_web]
12541254
description=Web-based SQLite database browser written in Python
12551255

1256+
[sqlparse]
1257+
description=Non-validating SQL parser
1258+
12561259
[statsmodels]
12571260
description=Statistical computations and models for use with SciPy
12581261

0 commit comments

Comments
 (0)