Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c10e487

Browse files
author
stonebig
committed
ETS package names
1 parent c24e58a commit c10e487

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

winpython/data/packages.ini

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ description=Wraps the best available JSON implementation available in a common i
2525
[appdirs]
2626
description=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]
2932
description=Command Arguments for Humans.
3033

@@ -142,6 +145,9 @@ description=Pure Python COM package
142145
[commonmark]
143146
description=Python parser for the CommonMark Markdown spec
144147
148+
[configobj]
149+
description=Config file reading, writing and validation.
150+
145151
[configparser]
146152
description=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]
240246
description=Discover and load entry points from installed packages
241247
248+
[envisage]
249+
description=Enthought extensible application framework
250+
242251
[fastcache]
243252
description=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]
501510
description=2D plotting library (embeddable in GUIs created with PyQt)
502511
512+
[mayavi]
513+
description=The Mayavi scientific data 3-dimensional visualizer.
514+
503515
[mccabe]
504516
description=McCabe checker, plugin for flake8
505517
@@ -779,6 +791,9 @@ description=Python interface to Graphviz's Dot
779791
[pyeda]
780792
description=PyEDA is a Python library for electronic design automation.
781793
794+
[pyface]
795+
description=Enthought traits-capable windowing framework
796+
782797
[pyflakes]
783798
description=passive checker of Python programs
784799
@@ -1208,6 +1223,12 @@ description=A Simple Python Progress Meter
12081223
[traitlets]
12091224
description=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]
12121233
description=Scipy trait types
12131234

0 commit comments

Comments
 (0)