Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

adamcik/bzrwc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bzrwc

What is bzrwc?

bzrwc is a Django application which uses the Cairo to graph various data about Bazaar repositories, like lines of code over time.

Credits

bzrwc was originally created by Stein Magnus Jodal <stein.magnus@jodal.no>. Continued delevelopment by Thomas Kongevold Adamcik <thomas@adamcik.no>.

License

bzrwc is licensed under the GNU General Public License version 2. See COPYING for the full license.

Dependencies

As Debian/Ubuntu package names:

  • python-django >= 1.0
  • bzrlib (bundled with bzr)
  • python-cairo

Installation

  1. Execute python setup.py install or put the bzrwc directory on your PYTHONPATH manually.
  2. Add bzrwc to INSTALLED_APPS in your Django project settings.
  3. Add bzrwc to your main urls.py, i.e. like the following:

python

urlpatterns += patterns('',

(r'^bzrwc/', include('bzrwc.urls')),

)

Usage

  1. Setup reposities and graphs using the Django admin.
  2. Go to the bzrwc URL to view the graphs.

TODO

  • Speedups, i.e. more caching.

Further documentation

About

Django app which graphs data, like lines of code, in Bazaar repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%