Skip to content

Commit 5aa9e53

Browse files
committed
package names
1 parent 584888d commit 5aa9e53

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

winpython/data/packages.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ description=Screen-scraping library
140140
[billiard]
141141
description=Python multiprocessing fork with improvements and bugfixes
142142
143+
[binaryornot]
144+
description=Ultra-lightweight pure Python package to check if a file is binary or text.
145+
143146
[bitarray]
144147
description=efficient arrays of booleans -- C extension
145148
@@ -266,6 +269,9 @@ description=Pure Python COM package
266269
[commonmark]
267270
description=Python parser for the CommonMark Markdown spec
268271

272+
[cookiecutter]
273+
description=A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
274+
269275
[configobj]
270276
description=Config file reading, writing and validation.
271277

@@ -1190,6 +1196,9 @@ description=Polygon3 is a Python-3 package that handles polygonal shapes in 2D
11901196
[pomegranate]
11911197
description=Pomegranate is a graphical models library for Python, implemented in Cython for speed.
11921198

1199+
[poyo]
1200+
description=A lightweight YAML Parser for Python
1201+
11931202
[ppci]
11941203
description=A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
11951204

@@ -1449,6 +1458,9 @@ description=2D plotting library (set of Python bindings for the Qwt library feat
14491458
[pyreadline]
14501459
description=IPython needs this module to display color text in Windows command window
14511460

1461+
[pyroma]
1462+
description=Test your project's packaging friendliness
1463+
14521464
[pyrro_ppl]
14531465
description=A Python library for probabilistic modeling and inference
14541466
@@ -2106,6 +2118,9 @@ description=Upload wheels to any cloud storage supported by Libcloud
21062118
[whitenoise]
21072119
description=Radically simplified static file serving for WSGI applications
21082120
2121+
[whichcraft]
2122+
description=cross-platform cross-python shutil.which functionality.
2123+
21092124
[whoosh]
21102125
description=Fast, pure-Python full text indexing, search, and spell checking library.
21112126

0 commit comments

Comments
 (0)