{ "info": { "author": "Kotti Developers", "author_email": "kotti@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Framework :: Pylons", "License :: Repoze Public License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "kotti_image\n***********\n\nThis is an extension to Kotti that allows to add images to your site.\n\n**This package is only compatible with Kotti versions >= 1.3.0-dev and later.**\nEarlier versions of Kotti included the ``Image`` content type and everything directly related.\n\n|build_status_stable|_\n|pypi|_\n|license|_\n\n.. |pypi| image:: https://img.shields.io/pypi/v/kotti_image.svg?style=flat-square\n.. _pypi: https://pypi.python.org/pypi/kotti_image/\n\n.. |license| image:: https://img.shields.io/pypi/l/kotti_image.svg?style=flat-square\n.. _license: http://www.repoze.org/LICENSE.txt\n\n.. |build_status_stable| image:: https://img.shields.io/travis/Kotti/kotti_image/production.svg?style=flat-square\n.. _build_status_stable: http://travis-ci.org/Kotti/kotti_image\n\n`Find out more about Kotti`_\n\nDevelopment happens at https://github.com/Kotti/kotti_image\n\n.. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti\n\nSetup\n=====\n\nKotti 1.x\n---------\n\nYou don't need to do anything.\n``kotti_image`` is a requirement of Kotti and automatically setup for you.\n\nKotti 2.x\n---------\n\nTo enable the extension in your Kotti site (``pip install kotti_image``), activate the configurator::\n\n kotti.configurators =\n kotti_image.kotti_configure\n\nConfiguration\n=============\n\nThe initial release doesn't provide any configuration options.\nCustom configuration of image scales will be available in future releases.\n\nUpgrading\n=========\n\nIf you are upgrading from a previous version you might have to migrate your database.\nThe migration is performed with `alembic`_ and Kotti's console script ``kotti-migrate``.\nTo migrate, run ``kotti-migrate upgrade --scripts=kotti_image:alembic`` (or ``kotti-migrate upgrade_all`` to run all Kotti and add on migrations).\n\nFor integration of alembic in your environment please refer to the `alembic documentation`_.\nIf you have problems with the upgrade, please create a new issue in the `tracker`_.\n\nDevelopment\n===========\n\n|build_status_master|_\n\n.. |build_status_master| image:: https://img.shields.io/travis/Kotti/kotti_image/master.svg?style=flat-square\n.. _build_status_master: http://travis-ci.org/Kotti/kotti_image\n\nContributions to kotti_image are highly welcome.\nJust clone its `Github repository`_ and submit your contributions as pull requests.\n\n.. _alembic: http://pypi.python.org/pypi/alembic\n.. _alembic documentation: http://alembic.readthedocs.org/en/latest/index.html\n.. _tracker: https://github.com/Kotti/kotti_image/issues\n.. _Github repository: https://github.com/Kotti/kotti_image\n\n\nHistory\n=======\n\n1.0.1 - 2018-03-16\n------------------\n\n- Use ``rfc_6266_parser`` instead of unmaintained ``rfc_6266`` package.\n- Fix tests for Kotti >= 2.0.0 / Python 3.x.\n\n1.0.0 - 2018-01-17\n------------------\n\n- No functional changes. Maintainance release for Kotti 1.x.\n- Integrate filedepot tween / filter test from Kotti < 2.0.0.\n\n0.1.4 - 2016-10-09\n------------------\n\n- Correctly declare dependencies.\n\n0.1.3 - 2016-01-04\n------------------\n\n- Include (empty) ``alembic/versions`` directory in distribution to avoid\n warnings.\n\n0.1.2 - 2015-12-21\n------------------\n\n- Use rfc6266 and unidecode for content disposition header.\n\n0.1.1 - 2015-12-16\n------------------\n\n- Fix broken packaging.\n\n0.1.0 - 2015-12-16\n------------------\n\nThis initial version is completely identical to what has been in Kotti core\nbefore Kotti 1.3.0-dev. **Don't even try to install with those versions!**\n\n- Move all image related code from Kotti core into this package.\n- Create package with ``pcreate -s kotti kotti_image``.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Kotti/kotti_image", "keywords": "kotti web cms wcms pylons pyramid sqlalchemy bootstrap", "license": "BSD-derived (http://www.repoze.org/LICENSE.txt)", "maintainer": "", "maintainer_email": "", "name": "kotti_image", "package_url": "https://pypi.org/project/kotti_image/", "platform": "", "project_url": "https://pypi.org/project/kotti_image/", "project_urls": { "Homepage": "https://github.com/Kotti/kotti_image" }, "release_url": "https://pypi.org/project/kotti_image/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Image content type for Kotti", "version": "1.0.1" }, "last_serial": 3676658, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "70d0d0f9de96faf57f6f96a38243e4b0", "sha256": "c72dd7321bb64812fe702170c3c94fe0f724717f39044adc234df44082f3b943" }, "downloads": -1, "filename": "kotti_image-0.1.0.tar.gz", "has_sig": false, "md5_digest": "70d0d0f9de96faf57f6f96a38243e4b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5420, "upload_time": "2015-12-16T20:59:21", "url": "https://files.pythonhosted.org/packages/05/ff/4fad8a20b1eeb5f0c9984830db9774bad3724b16b897a8ccffd19e3f5158/kotti_image-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "bd190fb7823a7697ece42e7bc8e90e89", "sha256": "090abd3530d278d4f98767173b3bcd49167b7761511009b2cdab6e411b803565" }, "downloads": -1, "filename": "kotti_image-0.1.1.tar.gz", "has_sig": false, "md5_digest": "bd190fb7823a7697ece42e7bc8e90e89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151521, "upload_time": "2015-12-16T21:31:52", "url": "https://files.pythonhosted.org/packages/fc/f7/33e45063f18df068ce02e6584bb8c294502cb4787cdb2f0f369ae8db583d/kotti_image-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "aebd026e777c665bc52cb219fb435473", "sha256": "3a7fd3834ed6b87b9d7941bc91cfa82d475e66580cf2269644348de5f92590c9" }, "downloads": -1, "filename": "kotti_image-0.1.2.tar.gz", "has_sig": false, "md5_digest": "aebd026e777c665bc52cb219fb435473", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151648, "upload_time": "2015-12-21T15:16:04", "url": "https://files.pythonhosted.org/packages/a5/be/5a60f668604b4ee22298b25407a78c05e3e4bc47bbc7f0894b29b86c59f1/kotti_image-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "b6b9d50d08b123cf62c619fcd3b70a7a", "sha256": "f6b45b469cf3f5c643d27258d7f5999b296f7259a1f8994d0969f799e6f00791" }, "downloads": -1, "filename": "kotti_image-0.1.3.tar.gz", "has_sig": false, "md5_digest": "b6b9d50d08b123cf62c619fcd3b70a7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151840, "upload_time": "2016-01-04T11:10:31", "url": "https://files.pythonhosted.org/packages/7f/57/a70e57ca2c8a353728af1484788c7ca2b887c2f83edc5d348267a31593f2/kotti_image-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "d390b89db1442938838c5a70e2243f21", "sha256": "0c5455abd96cfa7d9aab0ccb042c5b712263a756d1def74862442275fa4269c8" }, "downloads": -1, "filename": "kotti_image-0.1.4.tar.gz", "has_sig": false, "md5_digest": "d390b89db1442938838c5a70e2243f21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151974, "upload_time": "2016-10-09T18:07:00", "url": "https://files.pythonhosted.org/packages/72/a7/1034753eb391433c688baef5263eb4b95fb2a862aa98324a18bed8758e94/kotti_image-0.1.4.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "db167e4362de6abf6f9ea9778c232d5b", "sha256": "4347382bb3386c4b898524923ed4a9d880bbf0cf89bf2a6e92e2ec8ef404009c" }, "downloads": -1, "filename": "kotti_image-1.0.0.tar.gz", "has_sig": false, "md5_digest": "db167e4362de6abf6f9ea9778c232d5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153008, "upload_time": "2018-01-17T16:04:25", "url": "https://files.pythonhosted.org/packages/bc/90/cab1b5c9cdd98a334c53e2dfc9c8b8021642d5b89412d816cfbb1d78f558/kotti_image-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "908e01ce84a8a9e04cc4a03737cab731", "sha256": "4bc5d0810a2643d76da8490d025bf5896b8f9a09d55bc5c6683a136db2a68c50" }, "downloads": -1, "filename": "kotti_image-1.0.1.tar.gz", "has_sig": false, "md5_digest": "908e01ce84a8a9e04cc4a03737cab731", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153713, "upload_time": "2018-03-16T15:24:33", "url": "https://files.pythonhosted.org/packages/71/3f/d22d5d19ff8cba69e51293d556e5565d7a4147432e5ca1c1929415a22919/kotti_image-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "908e01ce84a8a9e04cc4a03737cab731", "sha256": "4bc5d0810a2643d76da8490d025bf5896b8f9a09d55bc5c6683a136db2a68c50" }, "downloads": -1, "filename": "kotti_image-1.0.1.tar.gz", "has_sig": false, "md5_digest": "908e01ce84a8a9e04cc4a03737cab731", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153713, "upload_time": "2018-03-16T15:24:33", "url": "https://files.pythonhosted.org/packages/71/3f/d22d5d19ff8cba69e51293d556e5565d7a4147432e5ca1c1929415a22919/kotti_image-1.0.1.tar.gz" } ] }