mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-27 19:37:27 -08:00
A Python OOP Wrapper Library for LCDproc Telnet API. This makes possible to send own data to the LCDproc server. Closes: https://bugs.gentoo.org/407201 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
17 lines
577 B
XML
17 lines
577 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>conikost@gentoo.org</email>
|
|
<name>Conrad Kostecki</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
This is a python OOP wrapper library for LCDproc Telnet API,
|
|
which makes it possible to submit own data to the LCDproc server.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/jinglemansweep/lcdproc/issues</bugs-to>
|
|
<remote-id type="github">jinglemansweep/lcdproc</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|