@@ -25,6 +25,9 @@ description=Wraps the best available JSON implementation available in a common i
2525[appdirs]
2626description =A small Python module for determining appropriate " + " platform-specific dirs, e.g. a " user data dir" .
2727
28+ [apptools]
29+ description =Enthought application tools
30+
2831[args]
2932description =Command Arguments for Humans.
3033
@@ -142,6 +145,9 @@ description=Pure Python COM package
142145[commonmark]
143146description=Python parser for the CommonMark Markdown spec
144147
148+ [configobj]
149+ description=Config file reading, writing and validation.
150+
145151[configparser]
146152description=This library brings the updated configparser from Python 3.5 to Python 2.6-3.5.
147153
@@ -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
239245[entrypoints]
240246description=Discover and load entry points from installed packages
241247
248+ [envisage]
249+ description=Enthought extensible application framework
250+
242251[fastcache]
243252description=C implementation of Python 3 functools.lru_cache
244253
@@ -500,6 +509,9 @@ description=Implements a XML/HTML/XHTML Markup safe string for Python
500509[matplotlib]
501510description=2D plotting library (embeddable in GUIs created with PyQt)
502511
512+ [mayavi]
513+ description=The Mayavi scientific data 3-dimensional visualizer.
514+
503515[mccabe]
504516description=McCabe checker, plugin for flake8
505517
@@ -779,6 +791,9 @@ description=Python interface to Graphviz's Dot
779791[pyeda]
780792description=PyEDA is a Python library for electronic design automation.
781793
794+ [pyface]
795+ description=Enthought traits-capable windowing framework
796+
782797[pyflakes]
783798description=passive checker of Python programs
784799
@@ -1208,6 +1223,12 @@ description=A Simple Python Progress Meter
12081223[traitlets]
12091224description=Traitlets Python config system
12101225
1226+ [traits]
1227+ description=Enthought explicitly typed attributes for Python
1228+
1229+ [traitsui]
1230+ description=Enthought traits-capable user interfaces
1231+
12111232[traittypes]
12121233description=Scipy trait types
12131234
0 commit comments