You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/optcomplete/metadata.xml

21 lines
892 B

<?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">
This Python module aims at providing almost automatically shell completion
for any Python program that already uses the optparse module.
This module aims at placing the shell completion routine and the option
parsing code in a single location: in the program itself.
The logic is that since a program already knows about its options, and in
Python we have a standard module to specify them programmatically since
Python-2.3 (optparse), the program itself is in the best position to suggest
completions for an incomplete command-line to a shell that invokes it.
</longdescription>
</pkgmetadata>