8000 package names · Xubash/winpython@9e289d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e289d6

Browse files
committed
package names
1 parent a3c6efd commit 9e289d6

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

winpython/data/packages.ini

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ description=Enthought application tools
6262
[argcomplete]
6363
description=Bash tab completion for argparse
6464

65+
[argh]
66+
description=An unobtrusive argparse wrapper with natural syntax
67+
6568
[args]
6669
description=Command Arguments for Humans.
6770

@@ -368,6 +371,9 @@ description=Python @deprecated decorator to deprecate old python classes, functi
368371
[descartes]
369372
description=Use geometric objects as matplotlib paths and patches
370373

374+
[diff_match_patch]
375+
description=epackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text.
376+
371377
[dill]
372378
description=serialize all of python (almost)
373379
@@ -602,12 +608,15 @@ description=A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
602608
[hdfs]
603609
description=HdfsCLI: API and command line interface for HDFS.
604610

605-
[holoviews]
606-
description=Composable, declarative data structures for building complex visualizations easily.
607-
608611
[heapdict]
609612
description=a heap with decrease-key and increase-key operations
610613

614+
[helpdev]
615+
description=HelpDev - Extracts information about the Python environment easily.
616+
617+
[holoviews]
618+
description=Composable, declarative data structures for building complex visualizations easily.
619+
611620
[hvplot]
612621
description=A high-level plotting API for pandas, dask, streamz and xarray built on HoloViews
613622

@@ -1079,6 +1088,9 @@ description=a library for reading and writing images with emphasis on animation
10791088
[openpyxl]
10801089
description=A Python library to read/write Excel 2007 xlsx/xlsm files
10811090
1091+
[opt_einsum]
1092+
description=Optimizing numpys einsum function
1093+
10821094
[orange]
10831095
description=a component-based data mining framework.
10841096
@@ -1142,6 +1154,9 @@ description=Appendable key-value storage
11421154
[passlib]
11431155
description=comprehensive password hashing framework supporting over 30 schemes
11441156
1157+
[pathtools]
1158+
description=File system general utilities
1159+
11451160
[path.py]
11461161
description=A module wrapper for os.path
11471162
@@ -1579,6 +1594,9 @@ description=Interactive 3d graphics for the Jupyter notebook, using Three.js fro
15791594
[pytools]
15801595
description=A collection of tools for Python
15811596

1597+
[pytorch_transformers]
1598+
description=Repository of pre-trained NLP Transformer models: BERT & RoBERTa, GPT & GPT-2, Transformer-XL, XLNet and XLM
1599+
15821600
[pytz]
15831601
description=World Timezone Definitions for Python
15841602

@@ -1944,6 +1962,9 @@ description=Streams
19441962
[supersmoother]
19451963
description=Python implementation of Friedman's Supersmoother
19461964

1965+
[swifter]
1966+
description=efficiently applies any function to a pandas dataframe or series in the fastest available manner
1967+
19471968
[sympy]
19481969
description=Symbolic Mathematics Library
19491970

@@ -2137,6 +2158,9 @@ description=A free, open-source module for producing real-time 3D scenes with Py
21372158
[vtk]
21382159
description=Open-source software system for visualization, 3D graphics, volume rendering and image processing
21392160

2161+
[watchdog]
2162+
description=Filesystem events monitoring
2163+
21402164
[wcwidth]
21412165
description=Measures number of Terminal column cells of wide-character codes
21422166

0 commit comments

Comments
 (0)
0