Skip to content

Commit 0ca066a

Browse files
committed
package names
1 parent 4cb3037 commit 0ca066a

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

winpython/data/packages.ini

+19-4
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ description=tools for machine learning and data mining in Astronomy
104104
[astropy]
105105
description=Community-developed python astronomy tools
106106
107+
[astunparse]
108+
description=An AST unparser for Python
109+
107110
[async_generator]
108111
description=Async generators and context managers for Python 3.5+
109112
@@ -488,15 +491,18 @@ description=Removes commented-out code.
488491
[falcon]
489492
description=An unladen web framework for building APIs and app backends.
490493
491-
[fastcache]
492-
description=C implementation of Python 3 functools.lru_cache
494+
[fast-histogram]
495+
description=Fast 1D and 2D histogram functions in Python
493496
494497
[fastai]
495498
description=fastai makes deep learning with PyTorch faster, more accurate, and easier
496499
497500
[fastapi]
498501
description=FastAPI framework, high performance, easy to learn, fast to code, ready for production
499502
503+
[fastcache]
504+
description=C implementation of Python 3 functools.lru_cache
505+
500506
[fasteners]
501507
description=A python package that provides useful locks.
502508
@@ -509,8 +515,8 @@ description=A nested progress with plotting options for fastai
509515
[fastrlock]
510516
description=A fast RLock implementation for CPython
511517
512-
[fast-histogram]
513-
description=Fast 1D and 2D histogram functions in Python
518+
[fastscript]
519+
description=A fast way to turn your python function into a script
514520
515521
[fbprophet]
516522
description=Automatic Forecasting Procedure
@@ -1139,6 +1145,9 @@ description=Converting Jupyter Notebooks
11391145
[nbconvert_reportlab]
11401146
description=Convert notebooks to PDF using Reportlab
11411147
1148+
[nbdev]
1149+
description=Writing a library entirely in notebooks
1150+
11421151
[nbdime]
11431152
description=Tools for diffing and merging of Jupyter notebooks
11441153
@@ -1160,6 +1169,9 @@ description=Dynamic types for data description and in-memory computations
11601169
[netcdftime]
11611170
description=Time-handling functionality from netcdf4-python
11621171
1172+
[nest_asyncio]
1173+
description=Patch asyncio to allow nested event loops
1174+
11631175
[netcdf4]
11641176
description=Provides an object-oriented python interface to the netCDF version 4 library
11651177
@@ -2213,6 +2225,9 @@ description=TensorFlow is an open source machine learning framework for everyone
22132225
[tensorflow_estimator]
22142226
description=TensorFlow Estimator.
22152227

2228+
[tensorflow-plugin-wit]
2229+
description=What-If Tool TensorBoard plugin.
2230+
22162231
[tensorflow-probability]
22172232
description=Probabilistic modeling and statistical inference in TensorFlow
22182233

0 commit comments

Comments
 (0)