@@ -65,6 +65,9 @@ description=Classes Without Boilerplate
65
65
[babel]
66
66
description=Internationalization utilities
67
67
68
+ [backcall]
69
+ description=Specifications for callback functions passed in to an API
70
+
68
71
[backports_abc]
69
72
description=A backport of recent additions to the ' collections.abc' module.
70
73
@@ -386,6 +389,9 @@ description=Python framework for fast Vector Space Modelling
386
389
[geopy]
387
390
description =Python Geocoding Toolbox
388
391
392
+ [geographiclib]
393
+ description =The geodesic routines from GeographicLib
394
+
389
395
[geoviews]
390
396
description =Stop plotting your data - annotate your data and let it visualize itself... on a map!
391
397
@@ -754,8 +760,11 @@ description=Next generation slides from Jupyter Notebooks
754
760
[nbsphinx]
755
761
description=Jupyter Notebook Tools for Sphinx
756
762
763
+ [netcdftime]
764
+ description=Time-handling functionality from netcdf4-python
765
+
757
766
[netcdf4]
758
- description=python/numpy interface to netCDF library (versions 3 and 4)
767
+ description=Provides an object-oriented python interface to the netCDF version 4 library
759
768
760
769
[networkx]
761
770
description=Python package for creating and manipulating graphs and networks
@@ -844,6 +853,9 @@ description=Utilities for writing pandoc filters in python
844
853
[param]
845
854
description=Declarative Python programming using Parameters.
846
855
856
+ [parambokeh]
857
+ description=Declarative Python programming using Parameters.
858
+
847
859
[paramnb]
848
860
description=Generate ipywidgets from Parameterized objects in the notebook
849
861
@@ -1488,12 +1500,18 @@ category=dataproc
1488
1500
[tblib]
1489
1501
description=Traceback serialization library.
1490
1502
1503
+ [tensorboard]
1504
+ description=TensorBoard lets you watch Tensors Flow
1505
+
1491
1506
[tensorflow]
1492
1507
description=TensorFlow helps the tensors flow
1493
1508
1494
1509
[tensorflow-tensorboard]
1495
1510
description=TensorBoard lets you watch Tensors Flow
1496
1511
1512
+ [termcolor]
1513
+ description=ANSII Color formatting for output in terminal
1514
+
1497
1515
[terminado]
1498
1516
description=Terminals served to term.js using Tornado websockets
1499
1517
@@ -1565,12 +1583,16 @@ description=URI templates
1565
1583
1566
1584
[urllib3]
1567
1585
description=HTTP library with thread-safe connection pooling, file post, and more.
1586
+
1568
1587
[usjon]
1569
1588
description=Ultra fast JSON encoder and decoder for Python
1570
1589
1571
1590
[vega]
1572
1591
description=An IPython/ Jupyter widget for Vega and Vega-Lite
1573
1592
1593
+ [vega_datasets]
1594
+ description=A Python package for offline access to Vega datasets
1595
+
1574
1596
[vega3]
1575
1597
description=An IPython/ Jupyter widget for Vega 3 and Vega-Lite 2
1576
1598
0 commit comments