SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-django-athumb rpm build for : OpenSuSE. For other distributions click python-django-athumb.

Name : python-django-athumb
Version : 2.0 Vendor : openSUSE
Release : 2.1 Date : 2017-01-19 19:24:28
Group : Development/Languages/Python Source RPM : python-django-athumb-2.0-2.1.src.rpm
Size : 0.09 MB
Packager : http://bugs_opensuse_org
Summary : A simple, S3-backed thumbnailer field
Description :
Storing images and their thumbnails on S3 is a bit of a clumbsy endeavor with
Django. While this Django app may work with more typical storage backends, it
is intended to accept image uploads, thumbnail them, and upload the original
plus the thumbs to S3. You may then get to the thumbnails in your template
by doing something like:

< img src=\"{% thumbnail some_obj.image \'80x80\' %}\" />

This automatically assembles the remote S3 URL to retrieve the thumbnail from.
No error checking is done, and several assumptions are made for the sake of
speed.

The primary advantage of django-athumb is that, unlike sorl and others,
thumbnails are generated at the time of user uploading the original image.
Instead of generating thumbs on-demand and making the user wait, we get that
out of the way from the beginning. This leads to a few big benefits:

* We never check for the existence of a file, after the first save/upload. We
assume it exists, and skip a whole lot of Disk I/O trying to determine that.
This was horrendously slow on sorl + S3, as it had to hit a remote service
every time it wanted to know if a thumbnail needed generating.
* Since we define every possible thumbnail in advance via models.py, we have
a defined set of possible values. They can also be more intelligently named
than other packages. It is also possible to later add more sizes/thumbs.
* This may be ran on your own hardware with decent speed. Running it on EC2
makes it just that much faster.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-12/standard/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-django-athumb-2.0-2.1.noarch.rpm
     

Provides :
python-django-athumb

Requires :
python(abi) = 2.7
python-boto
python-django
python-imaging
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/python2.7/site-packages/athumb
/usr/lib/python2.7/site-packages/athumb/__init__.py
/usr/lib/python2.7/site-packages/athumb/__init__.pyc
/usr/lib/python2.7/site-packages/athumb/backends
/usr/lib/python2.7/site-packages/athumb/backends/__init__.py
/usr/lib/python2.7/site-packages/athumb/backends/__init__.pyc
/usr/lib/python2.7/site-packages/athumb/backends/s3boto.py
/usr/lib/python2.7/site-packages/athumb/backends/s3boto.pyc
/usr/lib/python2.7/site-packages/athumb/backends/s3boto_gunicorn_eventlet.py
/usr/lib/python2.7/site-packages/athumb/backends/s3boto_gunicorn_eventlet.pyc
/usr/lib/python2.7/site-packages/athumb/backends/standard_gunicorn_eventlet.py
/usr/lib/python2.7/site-packages/athumb/backends/standard_gunicorn_eventlet.pyc
/usr/lib/python2.7/site-packages/athumb/fields.py
/usr/lib/python2.7/site-packages/athumb/fields.pyc
/usr/lib/python2.7/site-packages/athumb/management
/usr/lib/python2.7/site-packages/athumb/management/__init__.py
/usr/lib/python2.7/site-packages/athumb/management/__init__.pyc
/usr/lib/python2.7/site-packages/athumb/management/commands
/usr/lib/python2.7/site-packages/athumb/management/commands/__init__.py
/usr/lib/python2.7/site-packages/athumb/management/commands/__init__.pyc
/usr/lib/python2.7/site-packages/athumb/management/commands/athumb_resave_field.py
/usr/lib/python2.7/site-packages/athumb/management/commands/athumb_resave_field.pyc
/usr/lib/python2.7/site-packages/athumb/manipulations.py
/usr/lib/python2.7/site-packages/athumb/manipulations.pyc
/usr/lib/python2.7/site-packages/athumb/models.py
/usr/lib/python2.7/site-packages/athumb/models.pyc
/usr/lib/python2.7/site-packages/athumb/templatetags
/usr/lib/python2.7/site-packages/athumb/templatetags/__init__.py
/usr/lib/python2.7/site-packages/athumb/templatetags/__init__.pyc
/usr/lib/python2.7/site-packages/athumb/templatetags/athumb.py
There is 15 files more in these RPM.

 
ICM