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

Skip to content

papercuts and package names #348

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
Jun 26, 2016
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion make.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def _create_batch_scripts_initial(self):
Set-WindowSize 150 40 6000

### Colorize to distinguish
$host.ui.RawUI.BackgroundColor = "DarkBlue"
#$host.ui.RawUI.BackgroundColor = "DarkBlue"
$host.ui.RawUI.ForegroundColor = "White"

""")
Expand Down
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '1.6.20160531'
__version__ = '1.6.20160625'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
14 changes: 14 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,9 @@ description=Vestigial utilities from IPython
[ipython-sql]
description=RDBMS access via IPython

[ipyvega]
description=IPython/Jupyter notebook module for Vega, and Vega-Lite, Polestar, and Voyager

[ipywidgets]
description=IPython HTML widgets for Jupyter

Expand Down Expand Up @@ -554,6 +557,9 @@ description=A module wrapper for os.path
description=Describing statistical models using symbolic formulas
category=dataoric

[peewee]
description=a small, expressive ORM.

[pep8]
description=Python style guide checker

Expand Down Expand Up @@ -978,6 +984,9 @@ description=A plugin to run the autopep8 python linter from within the spyder ed
[sqlite_bro]
description=a graphic SQLite Client in 1 Python file

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

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

Expand Down Expand Up @@ -1075,6 +1084,11 @@ description=IPython HTML widgets for Jupyter
description=WinPython distribution tools, including WPPM (package manager)
url=http://winpython.github.io/


[win-unicode-console]
description=Enable Unicode input and display when running Python from Windows console.


[wordcloud]
description=A little word cloud generator

Expand Down