2013-01-24 10:54:27 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
2013-03-29 13:06:35 +04:00
|
|
|
<maintainer>
|
|
|
|
<email>chutzpah@gentoo.org</email>
|
|
|
|
<name>Patrick McLean</name>
|
|
|
|
</maintainer>
|
|
|
|
<longdescription lang="en">
|
|
|
|
sh (previously pbs) is a full-fledged subprocess interface
|
|
|
|
for Python 2.6 - 3.2 that allows you to call any program
|
|
|
|
as if it were a function:
|
2013-01-24 10:54:27 +04:00
|
|
|
|
2013-03-29 13:06:35 +04:00
|
|
|
from sh import ifconfig
|
|
|
|
print ifconfig("eth0")
|
2013-01-24 10:54:27 +04:00
|
|
|
|
2013-03-29 13:06:35 +04:00
|
|
|
sh is not a collection of system commands implemented in Python.
|
2013-01-24 10:54:27 +04:00
|
|
|
</longdescription>
|
|
|
|
</pkgmetadata>
|