Metadata-Version: 2.1
Name: kotti_image
Version: 1.0.1
Summary: Image content type for Kotti
Home-page: https://github.com/Kotti/kotti_image
Author: Kotti Developers
Author-email: kotti@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: kotti_image
        ***********
        
        This is an extension to Kotti that allows to add images to your site.
        
        **This package is only compatible with Kotti versions >= 1.3.0-dev and later.**
        Earlier versions of Kotti included the ``Image`` content type and everything directly related.
        
        |build_status_stable|_
        |pypi|_
        |license|_
        
        .. |pypi| image:: https://img.shields.io/pypi/v/kotti_image.svg?style=flat-square
        .. _pypi: https://pypi.python.org/pypi/kotti_image/
        
        .. |license| image:: https://img.shields.io/pypi/l/kotti_image.svg?style=flat-square
        .. _license: http://www.repoze.org/LICENSE.txt
        
        .. |build_status_stable| image:: https://img.shields.io/travis/Kotti/kotti_image/production.svg?style=flat-square
        .. _build_status_stable: http://travis-ci.org/Kotti/kotti_image
        
        `Find out more about Kotti`_
        
        Development happens at https://github.com/Kotti/kotti_image
        
        .. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti
        
        Setup
        =====
        
        Kotti 1.x
        ---------
        
        You don't need to do anything.
        ``kotti_image`` is a requirement of Kotti and automatically setup for you.
        
        Kotti 2.x
        ---------
        
        To enable the extension in your Kotti site (``pip install kotti_image``), activate the configurator::
        
            kotti.configurators =
                kotti_image.kotti_configure
        
        Configuration
        =============
        
        The initial release doesn't provide any configuration options.
        Custom configuration of image scales will be available in future releases.
        
        Upgrading
        =========
        
        If you are upgrading from a previous version you might have to migrate your database.
        The migration is performed with `alembic`_ and Kotti's console script ``kotti-migrate``.
        To migrate, run ``kotti-migrate <your.ini> upgrade --scripts=kotti_image:alembic`` (or ``kotti-migrate <your.ini> upgrade_all`` to run all Kotti and add on migrations).
        
        For integration of alembic in your environment please refer to the `alembic documentation`_.
        If you have problems with the upgrade, please create a new issue in the `tracker`_.
        
        Development
        ===========
        
        |build_status_master|_
        
        .. |build_status_master| image:: https://img.shields.io/travis/Kotti/kotti_image/master.svg?style=flat-square
        .. _build_status_master: http://travis-ci.org/Kotti/kotti_image
        
        Contributions to kotti_image are highly welcome.
        Just clone its `Github repository`_ and submit your contributions as pull requests.
        
        .. _alembic: http://pypi.python.org/pypi/alembic
        .. _alembic documentation: http://alembic.readthedocs.org/en/latest/index.html
        .. _tracker: https://github.com/Kotti/kotti_image/issues
        .. _Github repository: https://github.com/Kotti/kotti_image
        
        
        History
        =======
        
        1.0.1 - 2018-03-16
        ------------------
        
        - Use ``rfc_6266_parser`` instead of unmaintained ``rfc_6266`` package.
        - Fix tests for Kotti >= 2.0.0 / Python 3.x.
        
        1.0.0 - 2018-01-17
        ------------------
        
        - No functional changes.  Maintainance release for Kotti 1.x.
        - Integrate filedepot tween / filter test from Kotti < 2.0.0.
        
        0.1.4 - 2016-10-09
        ------------------
        
        - Correctly declare dependencies.
        
        0.1.3 - 2016-01-04
        ------------------
        
        - Include (empty) ``alembic/versions`` directory in distribution to avoid
          warnings.
        
        0.1.2 - 2015-12-21
        ------------------
        
        - Use rfc6266 and unidecode for content disposition header.
        
        0.1.1 - 2015-12-16
        ------------------
        
        - Fix broken packaging.
        
        0.1.0 - 2015-12-16
        ------------------
        
        This initial version is completely identical to what has been in Kotti core
        before Kotti 1.3.0-dev.  **Don't even try to install with those versions!**
        
        - Move all image related code from Kotti core into this package.
        - Create package with ``pcreate -s kotti kotti_image``.
        
Keywords: kotti web cms wcms pylons pyramid sqlalchemy bootstrap
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: Repoze Public License
Provides-Extra: testing
Provides-Extra: development
