@@ -104,6 +104,9 @@ description=tools for machine learning and data mining in Astronomy
104
104
[astropy]
105
105
description=Community-developed python astronomy tools
106
106
107
+ [astunparse]
108
+ description=An AST unparser for Python
109
+
107
110
[async_generator]
108
111
description=Async generators and context managers for Python 3.5+
109
112
@@ -488,15 +491,18 @@ description=Removes commented-out code.
488
491
[falcon]
489
492
description=An unladen web framework for building APIs and app backends.
490
493
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
493
496
494
497
[fastai]
495
498
description=fastai makes deep learning with PyTorch faster, more accurate, and easier
496
499
497
500
[fastapi]
498
501
description=FastAPI framework, high performance, easy to learn, fast to code, ready for production
499
502
503
+ [fastcache]
504
+ description=C implementation of Python 3 functools.lru_cache
505
+
500
506
[fasteners]
501
507
description=A python package that provides useful locks.
502
508
@@ -509,8 +515,8 @@ description=A nested progress with plotting options for fastai
509
515
[fastrlock]
510
516
description=A fast RLock implementation for CPython
511
517
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
514
520
515
521
[fbprophet]
516
522
description=Automatic Forecasting Procedure
@@ -1139,6 +1145,9 @@ description=Converting Jupyter Notebooks
1139
1145
[nbconvert_reportlab]
1140
1146
description=Convert notebooks to PDF using Reportlab
1141
1147
1148
+ [nbdev]
1149
+ description=Writing a library entirely in notebooks
1150
+
1142
1151
[nbdime]
1143
1152
description=Tools for diffing and merging of Jupyter notebooks
1144
1153
@@ -1160,6 +1169,9 @@ description=Dynamic types for data description and in-memory computations
1160
1169
[netcdftime]
1161
1170
description=Time-handling functionality from netcdf4-python
1162
1171
1172
+ [nest_asyncio]
1173
+ description=Patch asyncio to allow nested event loops
1174
+
1163
1175
[netcdf4]
1164
1176
description=Provides an object-oriented python interface to the netCDF version 4 library
1165
1177
@@ -2213,6 +2225,9 @@ description=TensorFlow is an open source machine learning framework for everyone
2213
2225
[tensorflow_estimator]
2214
2226
description =TensorFlow Estimator.
2215
2227
2228
+ [tensorflow-plugin-wit]
2229
+ description =What-If Tool TensorBoard plugin.
2230
+
2216
2231
[tensorflow-probability]
2217
2232
description =Probabilistic modeling and statistical inference in TensorFlow
2218
2233
0 commit comments