8000 package names · enformatik/winpython@0b54eb6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b54eb6

Browse files
committed
package names
1 parent 070077a commit 0b54eb6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

winpython/data/packages.ini

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ description=Deployment tool which converts Python scripts into stand-alone Windo
293293
[cycler]
294294
description=Composable style cycles
295295

296+
[cymem]
297+
description=Manage calls to calloc/free through Cython
298+
296299
[cyordereddict]
297300
description=Cython implementation of Python's collections.OrderedDict
298301
@@ -314,6 +317,9 @@ description=a library for distributed and parallel machine learning using dask
314317
[dask-searchcv]
315318
description=Tools for doing hyperparameter search with Scikit-Learn and Dask
316319
320+
[dataclasses]
321+
description=A backport of the dataclasses module for Python 3.6
322+
317323
[datafabric]
318324
description=Distributed In-Memory system for analytics
319325
@@ -389,12 +395,18 @@ description=An unladen web framework for building APIs and app backends.
389395
[fastcache]
390396
description=C implementation of Python 3 functools.lru_cache
391397

398+
[fastai]
399+
description=fastai makes deep learning with PyTorch faster, more accurate, and easier
400+
392401
[fasteners]
393402
description=A python package that provides useful locks.
394403

395404
[fastparquet]
396405
description=Python support for Parquet file format
397406

407+
[fastprogress]
408+
description=A nested progress with plotting options for fastai
409+
398410
[fastrlock]
399411
description=A fast RLock implementation for CPython
400412

@@ -866,6 +878,9 @@ description=A relatively sane approach to multiple dispatch in Python
866878
[multiprocess]
867879
description=better multiprocessing and multithreading in python
868880

881+
[murmurhash]
882+
description=Cython bindings for MurmurHash2
883+
869884
[munch]
870885
description=A dot-accessible dictionary (a la JavaScript objects).
871886

@@ -944,6 +959,9 @@ description=NumPy: multidimensional array processing for numbers, strings, recor
944959
[numpydoc]
945960
description=Sphinx extension to support docstrings in Numpy format
946961

962+
[nvidia-ml-py3]
963+
description=Python Bindings for the NVIDIA Management Library
964+
947965
[oauth2client]
948966
description=OAuth 2.0 client library
949967

@@ -1103,6 +1121,9 @@ description=Pomegranate is a graphical models library for Python, implemented in
11031121
[ppci]
11041122
description=A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
11051123

1124+
[preshed]
1125+
description=Cython hash table that trusts the keys are pre-hashed
1126+
11061127
[prettytable]
11071128
description=A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
11081129

@@ -1778,6 +1799,9 @@ description=Test utilities for code working with files and commands
17781799
[textwrap3]
17791800
description=textwrap from Python 3.6 backport (plus a few tweaks)
17801801

1802+
[thinc]
1803+
description=Practical Machine Learning for NLP
1804+
17811805
[theano]
17821806
description=Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
17831807

0 commit comments

Comments
 (0)
0