Skip to main content

Parse a Slackware PACKAGES.TXT and build a dictionnary

Project description

A Python Class to parse a Slackware linux PACKAGES.TXT file in order to build a dictionnary with packages names as keys and packages detailed informations as values.

You can install it via pip:

pip install ParsePkgtxt

Usage example:

>>> from ParsePkgtxt import Package
>>> for k, v in Package.parse(Package(), 'PACKAGES.TXT').iteritems():
>>> ....print ';'.join([k,v[0],v[9])

Output:

package1_name;package1_version;package1_description
package2_name;package2_version;package2_description
...
...

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ParsePkgtxt-0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page