README.md

libpagure

A Python library for Pagure APIs. Pagure is a light-weight git-centered forge based on pygit2, created by Pierre-Yves Chibon.

Installation

Use pip to install.

Linux

pip3 install libpagure

OS X

python3 -m pip install libpagure

Usage

A detailed doc is on the way :)

This library is a Python warp of Pagure web APIs, so you may refer to Pagure API reference.