@@ -47,7 +47,7 @@ description=tools for machine learning and data mining in Astronomy
4747description=Community-developed python astronomy tools
4848
4949[attrs]
50- description=Attributes without boilerplate.
50+ description=Classes Without Boilerplate
5151
5252[babel]
5353description=Internationalization utilities
@@ -196,6 +196,9 @@ description=Code coverage measurement for Python
196196[cryptography]
197197description=cryptography is a package which provides cryptographic recipes and primitives to Python developers
198198
199+ [cupy]
200+ description=NumPy-like API accelerated with CUD
201+
199202[cvxcanon]
200203description=common operations for convex optimization modeling tools.
201204
@@ -305,6 +308,9 @@ description=A python package that provides useful locks.
305308[fastparquet]
306309description=Python support for Parquet file format
307310
311+ [fastrlock]
312+ description=A fast RLock implementation for CPython
313+
308314[fast-histogram]
309315description=Fast 1D and 2D histogram functions in Python
310316
@@ -329,6 +335,9 @@ description=SeaSurf is a Flask extension for preventing cross-site request forge
329335[flexx]
330336description=Pure Python toolkit for creating GUI' s using web technology.
331337
338+ [flit]
339+ description =Simplified packaging of Python modules
340+
332341[fonttools]
333342description =Tools to manipulate font files
334343
@@ -433,8 +442,8 @@ description=General-purpose Python interface to HDF5 files (unlike PyTables, h5p
433442[ibis-framework]
434443description =Productivity-centric Python Big Data Framework
435444
436- [ipykernel ]
437- description =IPython Kernel for Jupyter
445+ [ipydatawidgets ]
446+ description =A set of widgets to help facilitate reuse of large datasets across widgets
438447
439448[idlex]
440449description =IDLE Extensions for Python
@@ -864,6 +873,9 @@ description=A grammar of graphics for python
864873[plotpy]
865874description=plotpy is a set of tools for curve and image plotting
866875
876+ [pluggy]
877+ description=plugin and hook calling mechanisms for python
878+
867879[ply]
868880description=Python Lex & Yacc
869881
0 commit comments