@@ -293,6 +293,9 @@ description=Deployment tool which converts Python scripts into stand-alone Windo
293293[cycler]
294294description =Composable style cycles
295295
296+ [cymem]
297+ description =Manage calls to calloc/free through Cython
298+
296299[cyordereddict]
297300description =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]
315318description=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]
318324description=Distributed In-Memory system for analytics
319325
@@ -389,12 +395,18 @@ description=An unladen web framework for building APIs and app backends.
389395[fastcache]
390396description =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]
393402description =A python package that provides useful locks.
394403
395404[fastparquet]
396405description =Python support for Parquet file format
397406
407+ [fastprogress]
408+ description =A nested progress with plotting options for fastai
409+
398410[fastrlock]
399411description =A fast RLock implementation for CPython
400412
@@ -866,6 +878,9 @@ description=A relatively sane approach to multiple dispatch in Python
866878[multiprocess]
867879description =better multiprocessing and multithreading in python
868880
881+ [murmurhash]
882+ description =Cython bindings for MurmurHash2
883+
869884[munch]
870885description =A dot-accessible dictionary (a la JavaScript objects).
871886
@@ -944,6 +959,9 @@ description=NumPy: multidimensional array processing for numbers, strings, recor
944959[numpydoc]
945960description =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]
948966description =OAuth 2.0 client library
949967
@@ -1103,6 +1121,9 @@ description=Pomegranate is a graphical models library for Python, implemented in
11031121[ppci]
11041122description =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]
11071128description =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]
17791800description =textwrap from Python 3.6 backport (plus a few tweaks)
17801801
1802+ [thinc]
1803+ description =Practical Machine Learning for NLP
1804+
17811805[theano]
17821806description =Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
17831807
0 commit comments