diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 3273db7d..cce10f03 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -47,6 +47,9 @@ description=Command Arguments for Humans. [asciitree] description=Draws ASCII trees. +[asn1crypto] +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 + [asteval] description=Safe, minimalistic evaluator of python expression using ast module @@ -95,6 +98,9 @@ description=playing SQL directly on Python datas [bcolz] description=columnar and compressed data containers. +[bcrypt] +description=Modern password hashing for your software and your servers + [beautifulsoup4] description=Screen-scraping library @@ -371,6 +377,9 @@ description=Fast 1D and 2D histogram functions in Python [feather-format] description=Python interface to the Apache Arrow-based Feather File Format +[fenics] +description=The FEniCS Project Python Metapackage + [filelock] description=A platform independent file lock. @@ -1186,6 +1195,9 @@ description=Pattern-matching language based on Meta for Python 3 and 2 [pymongo] description=Python driver for MongoDB +[pynacl] +description=Python binding to the Networking and Cryptography (NaCl) library + [pyodbc] description=DB API Module for ODBC @@ -1296,6 +1308,12 @@ description=High performance graph data structures and algorithms [python-qwt] description=Qt plotting widgets for Python +[python_jsonrpc_server] +description=JSON RPC 2.0 server library + +[python_language_server] +description=An implementation of the Language Server Protocol for Python + [python_levenshtein] description=Python extension for computing string edit distances and similarities