cab


A Django-based code snippets application

Cab (named for Cab Calloway) is a simple Django-based application designed to make it easy for a team, or a community, to share code snippets, while providing plenty of useful features:

  • Friendly syntax highlighting of code snippets.
  • Grouping of snippets by author, by language and by tag.
  • A bookmarking feature to help users track snippets they find useful.
  • A rating system which tracks the top-rated snippets.
  • Easy download of any snippet as plain text.

Cab has two external dependencies:

And, of course, you'll need a recent checkout of Django (Cab makes use of Django's newforms module, so you will need a recent Subversion checkout -- newforms was not in the Django 0.95 release).

See the code in action on djangosnippets.org!

Project Information

Labels:
django python snippets