Skip to content

flavianmissi/libthumbor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%