Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (30 loc) · 992 Bytes

README.rst

File metadata and controls

46 lines (30 loc) · 992 Bytes

Overview

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

Installing

Pip

Parched is not currently registered with PyPI 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, 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.