Skip to content

ETS package names #444

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ description=Wraps the best available JSON implementation available in a common i
[appdirs]
description=A small Python module for determining appropriate " + "platform-specific dirs, e.g. a "user data dir".

[apptools]
description=Enthought application tools

[args]
description=Command Arguments for Humans.

Expand Down Expand Up @@ -142,6 +145,9 @@ description=Pure Python COM package
[commonmark]
description=Python parser for the CommonMark Markdown spec

[configobj]
description=Config file reading, writing and validation.

[configparser]
description=This library brings the updated configparser from Python 3.5 to Python 2.6-3.5.

Expand Down Expand Up @@ -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
[entrypoints]
description=Discover and load entry points from installed packages

[envisage]
description=Enthought extensible application framework

[fastcache]
description=C implementation of Python 3 functools.lru_cache

Expand Down Expand Up @@ -500,6 +509,9 @@ description=Implements a XML/HTML/XHTML Markup safe string for Python
[matplotlib]
description=2D plotting library (embeddable in GUIs created with PyQt)

[mayavi]
description=The Mayavi scientific data 3-dimensional visualizer.

[mccabe]
description=McCabe checker, plugin for flake8

Expand Down Expand Up @@ -779,6 +791,9 @@ description=Python interface to Graphviz's Dot
[pyeda]
description=PyEDA is a Python library for electronic design automation.

[pyface]
description=Enthought traits-capable windowing framework

[pyflakes]
description=passive checker of Python programs

Expand Down Expand Up @@ -1208,6 +1223,12 @@ description=A Simple Python Progress Meter
[traitlets]
description=Traitlets Python config system

[traits]
description=Enthought explicitly typed attributes for Python

[traitsui]
description=Enthought traits-capable user interfaces

[traittypes]
description=Scipy trait types

Expand Down