GitXplorerGitXplorer
s

parched

public
12 stars
4 forks
1 issues

Commits

List of commits on branch master.
Verified
b5debb825b25d5f2b74162887654a28c802bf3da

Merge pull request #2 from SpotlightKid/bugfix/assignment-and-tests

ssebnow committed 7 years ago
Unverified
71e3e8e616b6092914a5f0a39c1c3588eb1e1c10

Fix tests for Python 2 and rename deprecated unittest method names; add test for quoted assigment values

SSpotlightKid committed 10 years ago
Unverified
f10a4d9d1eaaf510185d8787380198ae33fdf7de

Fix parsing of shell variable assignments

SSpotlightKid committed 10 years ago
Unverified
4c3ec3ff4b7ea33f9614e6d9a1a8219cac0370f1

Don't import the mock module in tests

ssebnow committed 15 years ago
Unverified
5a8d7f0379404a9aea593a825ecf7fd1d0c9095d

Fix test_sane_package in pacman package test suite

ssebnow committed 15 years ago
Unverified
ebb3bfc6bcbf0b0c8c0cc6ad243a0b2aec520b87

Add files attribute to the PacmanPackage class

ssebnow committed 15 years ago

README

The README file for this repository.

Overview

Parched aims at providing a python module capable of parsing pacman packages and PKGBUILDs.

Installing

Pip

Parched is not currently registered with PyPI <http://pypi.python.org>_ due to it's development status, however pip can install the module from a git repository::

pip install -e git://github.com/sebnow/parched.git

Manual

First retrieve the source from the git repository <http://github.com/sebnow/parched/>_, then follow the typical install procedure::

git clone git://github.com/sebnow/parched.git
cd parched
python setup.py install

Documentation

The documentation is not available online, however, you can retrieve the source and generate the documentation using sphinx::

git clone git://github.com/sebnow/parched.git
cd parched/docs
make html

The code itself is also documented, so you can simply look at parched.py.

License

Parched is MIT licensed. Do whatever you want.