Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philipsahli/django-picasabuttonizer

A django application which lets you create buttons for Google's Picasa (Use it on http://www.fatrix.ch/buttonizer)
https://github.com/philipsahli/django-picasabuttonizer

Last synced: about 2 months ago
JSON representation

A django application which lets you create buttons for Google's Picasa (Use it on http://www.fatrix.ch/buttonizer)

Awesome Lists containing this project

README

        

About
=====
Picasa is an application from Google for Linux, Windows and MacOSX and lets you manage your photos. The Button API can send the selected images to an url, open with another programm or just execute a shell command.

Django-picasabuttonizer uses the Button API.

Installation
============

$ pip install -e git+ssh://[email protected]/fatrix/[email protected]#egg=django-picasabuttonizer

or add

-e git+ssh://[email protected]/fatrix/[email protected]#egg=django-picasabuttonizer
to a requirements.txt and then execute

pip install -r requirements.txt

Dependencies
============
* `Django`_ >= 1.3
* `Mezzanine` (optional, Page processor included)
* lxml

.. _`Django`: http://djangoproject.com/
.. _`Mezzanine`: http://mezzanine.jupo.org