We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3a48c commit 64f5b78Copy full SHA for 64f5b78
1 file changed
winpython/data/packages.ini
@@ -614,6 +614,9 @@ description=Easy data preprocessing and data augmentation for deep learning mode
614
[keras-vis]
615
description=Neural network visualization toolkit for keras
616
617
+[keyring]
618
+description=Store and access your passwords safely.
619
+
620
[kivy]
621
description=A software library for rapid development of hardware-accelerated multitouch applications.
622
@@ -1277,6 +1280,9 @@ description=Wavelet transforms module
1277
1280
[pywin32]
1278
1281
description=Python library for Windows
1279
1282
1283
+[pywin32_ctypes]
1284
+description=A (partial) reimplementation of pywin32 that is pure python (uses ctypes/cffi)
1285
1286
[pywinpty]
1287
description=Python bindings for the winpty library
1288
0 commit comments