Files
guru/dev-python/portio/metadata.xml
Alessandro Barbieri af188d1290 dev-python/portio: new package
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-04-04 23:53:27 +02:00

14 lines
837 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>PortIO is a Python wrapper for the port I/O macros like outb, inb, etc. provided by the C library on Linux x86 platforms. Both python 2 and 3 are supported. This module is useful when a general pourpose port I/O at the low level is needed. Programmers that want to perform I/O on the parallel port at an higher level, will be better satisfied by the pyParallel module. A similar module Ioport has inspired the writing of PortIO.</longdescription>
<upstream>
<changelog>http://portio.inrim.it/#changelog</changelog>
<maintainer>
<name>Fabrizio Pollastri</name>
<email>f.pollastri@inrim.it</email>
</maintainer>
<remote-id type="pypi">portio</remote-id>
</upstream>
</pkgmetadata>