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

Skip to content

Fix for WinPython-3.6.0.0 #412

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 2 commits into from
Oct 16, 2016
Merged
Changes from 1 commit
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
Next Next commit
package names
  • Loading branch information
stonebig committed Oct 16, 2016
commit edbba1ce1ae0f261a058c319dfb43702f76c659f
7 changes: 7 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,9 @@ description=LaTeX-free PDF generation from Jupyter Notebooks
[nbconvert]
description=Converting Jupyter Notebooks

[nbconvert_reportlab]
description=Convert notebooks to PDF using Reportlab

[nbdime]
description=Tools for diffing and merging of Jupyter notebooks

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

[pdfrw]
description=pure Python library that reads and writes PDFs


[peewee]
description=a small, expressive ORM.

Expand Down