mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-08 03:40:34 -04:00
20 lines
1.0 KiB
XML
20 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<description>co-maintainers welcome</description>
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<longdescription lang="en">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>
|
|
<bugs-to>mailto:f.pollastri@inrim.it</bugs-to>
|
|
<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>
|