Metadata-Version: 2.0
Name: s4u.image
Version: 2.4.0
Summary: 2Style4You image library
Home-page: https://s4uimage.readthedocs.org/en/latest/
Author: Simplon B.V. - Wichert Akkerman
Author-email: wichert@wiggy.net
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Framework :: Pyramid
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: setuptools
Requires-Dist: pyramid-sqlalchemy
Requires-Dist: repoze.filesafe (>=2.0)
Requires-Dist: Pillow
Requires-Dist: requests
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Provides-Extra: tests
Requires-Dist: mock (>=0.8); extra == 'tests'
Requires-Dist: s4u.upgrade; extra == 'tests'

Introduction
============

This package implements the data a basic image library. It has three basic
tasks:

1. manage a database of images, with image date stored on the filesystem and
   image metadata stored in a relational database.
2. scale image to a given width or height or weight & height, but without and
   with cropping.
3. store image scales so images never have to be scaled more than once.


