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

Skip to content

Commit c7489d3

Browse files
authored
Merge pull request #348 from stonebig/master
papercuts and package names
2 parents cd8bcd0 + a81fd9a commit c7489d3

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ def _create_batch_scripts_initial(self):
681681
Set-WindowSize 150 40 6000
682682
683683
### Colorize to distinguish
684-
$host.ui.RawUI.BackgroundColor = "DarkBlue"
684+
#$host.ui.RawUI.BackgroundColor = "DarkBlue"
685685
$host.ui.RawUI.ForegroundColor = "White"
686686
687687
""")

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '1.6.20160531'
31+
__version__ = '1.6.20160625'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,9 @@ description=Vestigial utilities from IPython
305305
[ipython-sql]
306306
description=RDBMS access via IPython
307307

308+
[ipyvega]
309+
description=IPython/Jupyter notebook module for Vega, and Vega-Lite, Polestar, and Voyager
310+
308311
[ipywidgets]
309312
description=IPython HTML widgets for Jupyter
310313

@@ -554,6 +557,9 @@ description=A module wrapper for os.path
554557
description=Describing statistical models using symbolic formulas
555558
category=dataoric
556559
560+
[peewee]
561+
description=a small, expressive ORM.
562+
557563
[pep8]
558564
description=Python style guide checker
559565
@@ -978,6 +984,9 @@ description=A plugin to run the autopep8 python linter from within the spyder ed
978984
[sqlite_bro]
979985
description=a graphic SQLite Client in 1 Python file
980986

987+
[sqlite_web]
988+
description=Web-based SQLite database browser written in Python
989+
981990
[statsmodels]
982991
description=Statistical computations and models for use with SciPy
983992

@@ -1075,6 +1084,11 @@ description=IPython HTML widgets for Jupyter
10751084
description=WinPython distribution tools, including WPPM (package manager)
10761085
url=http://winpython.github.io/
10771086
1087+
1088+
[win-unicode-console]
1089+
description=Enable Unicode input and display when running Python from Windows console.
1090+
1091+
10781092
[wordcloud]
10791093
description=A little word cloud generator
10801094

0 commit comments

Comments
 (0)