X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -1186,6 +1195,9 @@ description=Pattern-matching language based on Meta for Python 3 and 2
[pymongo]
description=Python driver for MongoDB <http://www.mongodb.org>

[pynacl]
description=Python binding to the Networking and Cryptography (NaCl) library

[pyodbc]
description=DB API Module for ODBC

Expand Down Expand Up @@ -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

Expand Down
X Tutup