GitXplorerGitXplorer
j

jellyroll

public
133 stars
11 forks
1 issues

Commits

List of commits on branch master.
Unverified
912aa84035dec8c86163792df3ec41aae81712d3

updating docs to reflect new dependencies

committed 15 years ago
Unverified
0bb94ccaf0f802a3cc79a7fced1082dab0b8cfa4

new "latitude" provider was breaking provider * expansion test

ddanmackinlay committed 15 years ago
Unverified
9db917dde9b9b6e30aecfa5e366f64bd689567f5

don't assume a sitewide httplib2

ddanmackinlay committed 15 years ago
Unverified
5c21a5db6611e2a5fe4a5b5488e579cdfbee37e2

Added a provider for Google Latitude.

jjacobian committed 15 years ago
Unverified
f554f772127d11930504d7863b0a842decedd591

Beginnings of coverage for Flickr provider.

jjacobian committed 15 years ago
Unverified
6a9c1c163a46e914711f8db76581842b90de1eee

Fairly good tests for the delicious provider. Looks like this technique for testing providers will work after all.

jjacobian committed 15 years ago

README

The README file for this repository.

Prerequisites

Required by setup.py:

* django-tagging (0.3pre)
* Django 1.1+
* PIL
* python-dateutil
* pytz
* httplib2

Optional

  • GitPython (for Git support)
  • pysvn (for SVN support)
  • feedparser (for YouTube support)

Installation

You need to set up which providers you are going to use, e.g.

::

JELLYROLL_PROVIDERS = ( 'jellyroll.providers.delicious', 'jellyroll.providers.flickr', )