mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-10 04:40:27 -04:00
23 lines
994 B
XML
23 lines
994 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>coppens.matthias.abc@gmail.com</email>
|
|
<name>Matthias Coppens</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
PyInquirer strives to be an easily embeddable and beautiful
|
|
command line interface for Python. PyInquirer wants to make it
|
|
easy for existing Inquirer.js users to write immersive
|
|
command line applications in Python. We are convinced that its
|
|
feature-set is the most complete for building immersive
|
|
CLI applications. We also hope that PyInquirer proves itself
|
|
useful to Python users.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">CITGuru/PyInquirer</remote-id>
|
|
<remote-id type="pypi">PyInquirer</remote-id>
|
|
<bugs-to>https://github.com/CITGuru/PyInquirer/issues</bugs-to>
|
|
</upstream>
|
|
</pkgmetadata>
|