8000 several package names · Xubash/winpython@67dcaa8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67dcaa8

Browse files
committed
several package names
1 parent d33352f commit 67dcaa8

File tree

1 file changed

+57
-5
lines changed

1 file changed

+57
-5
lines changed

winpython/data/packages.ini

Lines changed: 57 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ description=Blaze
164164
[bleach]
165165
description=An easy whitelist-based HTML-sanitizing tool
166166
167+
[blinker]
168+
description=Fast, simple object-to-object and broadcast signaling
169+
167170
[blosc]
168171
description=Blosc data compressor
169172
@@ -293,6 +296,9 @@ description=Backports and enhancements for the contextlib module
293296
[contextvars]
294297
description=PEP 567 Backport
295298

299+
[convertdate]
300+
description=Converts between Gregorian dates and other calendar systems
301+
296302
[corner]
297303
description=Make some beautiful corner plots of samples.
298304

@@ -392,6 +398,9 @@ description=Distributed computing
392398
[dm_sonnet]
393399
description=Sonnet is a library for building neural networks in TensorFlow.
394400
401+
[dnspython]
402+
description=DNS toolkit
403+
395404
[docopt]
396405
description=Pythonic argument parser, that will make you smile
397406
@@ -428,6 +437,9 @@ description=Discover and load entry points from installed packages
428437
[envisage]
429438
description=Enthought extensible application framework
430439
440+
[ephem]
441+
description=Compute positions of the planets and stars
442+
431443
[eradicate]
432444
description=Removes commented-out code.
433445
@@ -440,6 +452,9 @@ description=C implementation of Python 3 functools.lru_cache
440452
[fastai]
441453
description=fastai makes deep learning with PyTorch faster, more accurate, and easier
442454
455+
[fastapi]
456+
description=FastAPI framework, high performance, easy to learn, fast to code, ready for production
457+
443458
[fasteners]
444459
description=A python package that provides useful locks.
445460
@@ -611,9 +626,6 @@ description=Efficient curve/image plotting and other GUI tools for scientific da
611626
[gym]
612627
description=The OpenAI Gym: A toolkit for developing and comparing your reinforcement learning agents.
613628

614-
[h11]
615-
description=A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
616-
617629
[hdfs]
618630
description=HdfsCLI: API and command line interface for HDFS.
619631

@@ -623,9 +635,15 @@ description=a heap with decrease-key and increase-key operations
623635
[helpdev]
624636
description=HelpDev - Extracts information about the Python environment easily.
625637

638+
[holidays]
639+
description=Generate and work with holidays in Python
640+
626641
[holoviews]
627642
description=Composable, declarative data structures for building complex visualizations easily.
628643

644+
[hpack]
645+
description=Pure-Python HPACK header compression
646+
629647
[hvplot]
630648
description=A high-level plotting API for pandas, dask, streamz and xarray built on HoloViews
631649

@@ -641,9 +659,21 @@ description=Human friendly output for text interfaces using Python
641659
[husl]
642660
description=Human-friendly HSL (Hue-Saturation-Lightness)
643661

662+
[hypercorn]
663+
description=A ASGI Server based on Hyper libraries and inspired by Gunicorn.
664+
665+
[hyperframe]
666+
description=HTTP/2 framing layer for Python
667+
644668
[hypothesis]
645669
description=A library for property based testing
646670

671+
[h11]
672+
description=A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
673+
674+
[h2]
675+
description=HTTP/2 framing layer for Python
676+
647677
[h5py]
648678
description=General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)
649679

@@ -680,6 +710,9 @@ description=Read metadata from Python packages
680710
[intake]
681711
description=Data input plugin and catalog system
682712

713+
[ipycanvas]
714+
description=Interactive Canvas in Jupyter
715+
683716
[ipykernel]
684717
description=IPython Kernel for Jupyter
685718

@@ -875,6 +908,9 @@ description=Logging utilities
875908
[loky]
876909
description=Robust and reusable Executor for joblib
877910
911+
[lunardate]
912+
description=A Chinese Calendar Library in Pure Python
913+
878914
[lxml]
879915
description=Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
880916
@@ -1220,6 +1256,9 @@ description=Python Imaging Library - (basic) Image processing library
12201256
[pillow]
12211257
description=Python Imaging Library (fork)
12221258
1259+
[pint]
1260+
description=Physical quantities module
1261+
12231262
[pip]
12241263
description=A tool for installing and managing Python packages
12251264
@@ -1262,6 +1301,9 @@ description=A simple Python library for easily displaying tabular data in a visu
12621301
[prettytensor]
12631302
description=Pretty Tensor makes learning beautiful
12641303
1304+
[priority]
1305+
description=A pure-Python implementation of the HTTP/2 priority tree
1306+
12651307
[proglog]
12661308
description=Log and progress bar manager for console, notebooks, web...
12671309
@@ -1292,7 +1334,6 @@ description=Protocol Buffers - Google's data interchange format
12921334
[pscript]
12931335
description=Python to JavaScript compiler
12941336

1295-
12961337
[psutil]
12971338
description=Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way
12981339

@@ -1353,6 +1394,9 @@ description=bindings to picosat (a SAT solver)
13531394
[pycparser]
13541395
description=C parser in Python
13551396

1397+
[pydantic]
1398+
description=Data validation and settings management using python 3.6 type hinting
1399+
13561400
[pydicom]
13571401
description=Pure python package for working with DICOM files (medical imaging)
13581402

@@ -1684,6 +1728,9 @@ description=Python bindings for the QScintilla programmers editor widget
16841728
[quantecon]
16851729
description=A community based Python library for quantitative economics
16861730

1731+
[quart]
1732+
description=A Python ASGI web microframework with the same API as Flask
1733+
16871734
[quiver_engine]
16881735
description=Interactive per-layer visualization for convents in keras
16891736

@@ -1836,6 +1883,9 @@ description=Service identity verification for pyOpenSSL.
18361883
[setuptools]
18371884
description=Download, build, install, upgrade, and uninstall Python packages - easily
18381885

1886+
[setuptools_git]
1887+
description=Setuptools revision control system plugin for Git
1888+
18391889
[sframe]
18401890
description=SFrame is an scalable, out-of-core dataframe, which allows you to work with datasets that are larger than the amount of RAM on your system.
18411891

@@ -2022,7 +2072,6 @@ description=TensorFlow helps the tensors flow
20222072
[tensorflow_estimator]
20232073
description=TensorFlow Estimator.
20242074

2025-
20262075
[tensorflow-probability]
20272076
description=Probabilistic modeling and statistical inference in TensorFlow
20282077

@@ -2243,6 +2292,9 @@ description=A Python module for decorators, wrappers and monkey patching.
22432292
[wsgiref]
22442293
description=WSGI (PEP 333) Reference Library
22452294

2295+
[wsproto]
2296+
description=WebSockets state-machine based protocol implementation
2297+
22462298
[w3lib]
22472299
description=Library of web-related functions
22482300

0 commit comments

Comments
 (0)
0