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

sebnow/parched

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Pacman package and PKGBUILD parser module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages