@@ -25,6 +25,9 @@ description=Wraps the best available JSON implementation available in a common i
25
25
[appdirs]
26
26
description =A small Python module for determining appropriate " + " platform-specific dirs, e.g. a " user data dir" .
27
27
28
+ [apptools]
29
+ description =Enthought application tools
30
+
28
31
[args]
29
32
description =Command Arguments for Humans.
30
33
@@ -142,6 +145,9 @@ description=Pure Python COM package
142
145
[commonmark]
143
146
description=Python parser for the CommonMark Markdown spec
144
147
148
+ [configobj]
149
+ description=Config file reading, writing and validation.
150
+
145
151
[configparser]
146
152
description=This library brings the updated configparser from Python 3.5 to Python 2.6-3.5.
147
153
@@ -239,6 +245,9 @@ description=Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
239
245
[entrypoints]
240
246
description=Discover and load entry points from installed packages
241
247
248
+ [envisage]
249
+ description=Enthought extensible application framework
250
+
242
251
[fastcache]
243
252
description=C implementation of Python 3 functools.lru_cache
244
253
@@ -500,6 +509,9 @@ description=Implements a XML/HTML/XHTML Markup safe string for Python
500
509
[matplotlib]
501
510
description=2D plotting library (embeddable in GUIs created with PyQt)
502
511
512
+ [mayavi]
513
+ description=The Mayavi scientific data 3-dimensional visualizer.
514
+
503
515
[mccabe]
504
516
description=McCabe checker, plugin for flake8
505
517
@@ -779,6 +791,9 @@ description=Python interface to Graphviz's Dot
779
791
[pyeda]
780
792
description=PyEDA is a Python library for electronic design automation.
781
793
794
+ [pyface]
795
+ description=Enthought traits-capable windowing framework
796
+
782
797
[pyflakes]
783
798
description=passive checker of Python programs
784
799
@@ -1208,6 +1223,12 @@ description=A Simple Python Progress Meter
1208
1223
[traitlets]
1209
1224
description=Traitlets Python config system
1210
1225
1226
+ [traits]
1227
+ description=Enthought explicitly typed attributes for Python
1228
+
1229
+ [traitsui]
1230
+ description=Enthought traits-capable user interfaces
1231
+
1211
1232
[traittypes]
1212
1233
description=Scipy trait types
1213
1234
0 commit comments