You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: winpython/data/packages.ini
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,9 @@ description=Command Arguments for Humans.
47
47
[asciitree]
48
48
description=Draws ASCII trees.
49
49
50
+
[asn1crypto]
51
+
description=Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP
52
+
50
53
[asteval]
51
54
description=Safe, minimalistic evaluator of python expression using ast module
52
55
@@ -95,6 +98,9 @@ description=playing SQL directly on Python datas
95
98
[bcolz]
96
99
description=columnar and compressed data containers.
97
100
101
+
[bcrypt]
102
+
description=Modern password hashing for your software and your servers
103
+
98
104
[beautifulsoup4]
99
105
description=Screen-scraping library
100
106
@@ -371,6 +377,9 @@ description=Fast 1D and 2D histogram functions in Python
371
377
[feather-format]
372
378
description=Python interface to the Apache Arrow-based Feather File Format
373
379
380
+
[fenics]
381
+
description=The FEniCS Project Python Metapackage
382
+
374
383
[filelock]
375
384
description=A platform independent file lock.
376
385
@@ -1186,6 +1195,9 @@ description=Pattern-matching language based on Meta for Python 3 and 2
1186
1195
[pymongo]
1187
1196
description=Python driver for MongoDB <http://www.mongodb.org>
1188
1197
1198
+
[pynacl]
1199
+
description=Python binding to the Networking and Cryptography (NaCl) library
1200
+
1189
1201
[pyodbc]
1190
1202
description=DB API Module for ODBC
1191
1203
@@ -1296,6 +1308,12 @@ description=High performance graph data structures and algorithms
1296
1308
[python-qwt]
1297
1309
description=Qt plotting widgets for Python
1298
1310
1311
+
[python_jsonrpc_server]
1312
+
description=JSON RPC 2.0 server library
1313
+
1314
+
[python_language_server]
1315
+
description=An implementation of the Language Server Protocol for Python
1316
+
1299
1317
[python_levenshtein]
1300
1318
description=Python extension for computing string edit distances and similarities
0 commit comments