Skip to content

ccr-tools/python-ccr

Repository files navigation

CCR

Build Status

Coverage

Codacy Grade

A simple python module for accessing and working with the Chakra Community Repository.

Installation

To install from source, just run:

git clone https://github.com/ccr-tools/python-ccr.git
cd python-ccr
sudo pip install -r requirements.txt
sudo python setup.py install

Contributing

This project follows the git-flow branching model. Please submit pull requests to the development branch, not master.