We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35226c1 commit edbba1cCopy full SHA for edbba1c
winpython/data/packages.ini
@@ -528,6 +528,9 @@ description=LaTeX-free PDF generation from Jupyter Notebooks
528
[nbconvert]
529
description=Converting Jupyter Notebooks
530
531
+[nbconvert_reportlab]
532
+description=Convert notebooks to PDF using Reportlab
533
+
534
[nbdime]
535
description=Tools for diffing and merging of Jupyter notebooks
536
@@ -628,6 +631,10 @@ description=A module wrapper for os.path
628
631
description=Describing statistical models using symbolic formulas
629
632
category=dataoric
630
633
634
+[pdfrw]
635
+description=pure Python library that reads and writes PDFs
636
637
638
[peewee]
639
description=a small, expressive ORM.
640
0 commit comments