X Tutup
Skip to content

Commit 1b2ff2b

Browse files
committed
package names
1 parent a95e4d4 commit 1b2ff2b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

winpython/data/packages.ini

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ description=Powerful Python library for atomic file writes.
9292
[attrs]
9393
description=Classes Without Boilerplate
9494
95+
[autopep8]
96+
description=A tool that automatically formats Python code to conform to the PEP 8 style guide
97+
9598
[babel]
9699
description=Internationalization utilities
97100
@@ -1211,6 +1214,9 @@ description=Open source time series library for Python
12111214
[pygame]
12121215
description=Pygame gives multimedia to python.
12131216

1217+
[pygbm]
1218+
description=Experimental, numba-based Gradient Boosting Machines
1219+
12141220
[pygit2]
12151221
description=Python bindings for libgit2.
12161222

@@ -1407,6 +1413,9 @@ description=PyUtilib: A collection of Python utilities
14071413
[pyvisa]
14081414
description=Control all kinds of measurement equipment through various busses (GPIB, RS232, USB)
14091415

1416+
[pyviz]
1417+
description=How to solve visualization problems with Python tools.
1418+
14101419
[pyviz_comms]
14111420
description=Launch jobs, organize the output, and dissect the results
14121421

@@ -1434,6 +1443,9 @@ description=Lightweight and super-fast messaging based on ZeroMQ library (requir
14341443
[pyzo]
14351444
description=the Python IDE for scientific computing
14361445

1446+
[qdarkstyle]
1447+
description=A dark style sheet for QtWidgets application
1448+
14371449
[qtawesome]
14381450
description=FontAwesome icons in PyQt and PySide applications
14391451

@@ -1604,6 +1616,9 @@ description=Track earth satellite TLE orbits using up-to-date 2010 version of SG
16041616
[shapely]
16051617
description=Geometric objects, predicates, and operations
16061618

1619+
[shiboken2]
1620+
description=Shiboken generates bindings for C++ libraries using CPython source code
1621+
16071622
[simplegeneric]
16081623
description=Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
16091624
@@ -1736,6 +1751,9 @@ description=TensorBoard lets you watch Tensors Flow
17361751
[tensorflow]
17371752
description=TensorFlow helps the tensors flow
17381753

1754+
[tensorflow-probability]
1755+
description=Probabilistic modeling and statistical inference in TensorFlow
1756+
17391757
[tensorflow-tensorboard]
17401758
description=TensorBoard lets you watch Tensors Flow
17411759

@@ -1944,6 +1962,9 @@ description=an exotic, usable shell
19441962
[xray]
19451963
description=N-D labeled arrays and datasets in Python
19461964
1965+
[yapf]
1966+
description=A formatter for Python code.
1967+
19471968
[zarr]
19481969
description=A minimal implementation of chunked, compressed, N-dimensional arrays for Python.
19491970

0 commit comments

Comments
 (0)
X Tutup