mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-06 00:27:27 -08:00
22 lines
866 B
XML
22 lines
866 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Envisage is a Python-based framework for building extensible
|
|
applications, that is, applications whose functionality can be
|
|
extended by adding "plug-ins". Envisage provides a standard
|
|
mechanism for features to be added to an application, whether by the
|
|
original developer or by someone else. In fact, when you build an
|
|
application using Envisage, the entire application consists
|
|
primarily of plug-ins. In this respect, it is similar to the Eclipse
|
|
and Netbeans frameworks for Java applications.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">envisage</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|