Skip to content

package name #515

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 26, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1228,16 +1228,12 @@ description=Tool for generating documentation which uses reStructuredText as its
[sphinx_rtd_theme]
description=ReadTheDocs.org theme for Sphinx, 2013 version.

[sqlalchemy]
description=SQL Toolkit and Object Relational Mapper
url=http://www.sqlalchemy.org

[sqlparse]
description=Non-validating SQL parser

[spyder]
description=Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface

[spyder.notebook]
description=Jupyter notebook integration with Spyder

[spyder.line_profiler]
description=a plugin to run the python line profiler from within the spyder editor

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

[sqlalchemy]
description=SQL Toolkit and Object Relational Mapper
url=http://www.sqlalchemy.org

[sqlite_bro]
description=a graphic SQLite Client in 1 Python file

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

[sqlparse]
description=Non-validating SQL parser

[statsmodels]
description=Statistical computations and models for use with SciPy

Expand Down