Metadata-Version: 1.0
Name: django-flickrsets
Version: 0.1.1
Summary: Reusable Django application to synchronize Flickr sets.
Home-page: http://github.com/gillesfabio/django-flickrsets
Author: Gilles Fabio
Author-email: gilles.fabio@gmail.com
License: BSD
Description: =================
        Django Flickrsets
        =================
        
        Reusable Django application to synchronize Flickr sets.
        
        For instructions on how to install and use this application, and on what it
        provides, take a look in the ``docs/`` directory.
        
        To generate the documentation, you should have `Sphinx`_ installed on your
        system and run the following commands::
        
        git clone git@github.com:gillesfabio/django-flickrsets.git
        cd django-flickrsets/docs
        make html
        
        Open ``django-flickrsets/docs/_build/html/index.html`` in your browser.
        
        You can also `browse`_ this documentation online.
        
        .. _Sphinx: http://sphinx.pocoo.org/
        .. _browse: http://gillesfabio.github.com/django-flickrsets/
        
Keywords: django,flickr,sets,flickrsets,photo
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
