felipemsantana / libthumbor

Python's extensions to thumbor. These are used to generate safe urls among others.

Home Page:https://github.com/heynemann/libthumbor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

libthumbor allows easy usage of thumbor in Python. Check the docs for django integration.

This version is compliant with the new URL generation schema (thumbor 3.0.0 and up).

Warning

2.x version won't support old url's

Using it

from libthumbor import CryptoURL

crypto = CryptoURL(key='my-security-key')

encrypted_url = crypto.generate(
    width=300,
    height=200,
    smart=True,
    image_url='/path/to/my/image.jpg'
)

Docs

Check the wiki for more information on using libthumbor.

Contributions

Bernardo Heynemann

  • Generic URL encryption

Rafael Caricio

  • Django Generic View and URL

Fábio Costa

  • Django Generic View and URL

About

Python's extensions to thumbor. These are used to generate safe urls among others.

https://github.com/heynemann/libthumbor

License:MIT License


Languages

Language:Python 99.3%Language:Makefile 0.7%