{ "info": { "author": "Jochen Kupperschmidt", "author_email": "homework@nwsnet.de", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Communications :: File Sharing", "Topic :: Internet :: WWW/HTTP", "Topic :: Multimedia :: Graphics :: Presentation" ], "description": "=========\ngallerize\n=========\n\nCreate a static HTML/CSS image gallery from a bunch of images.\n\n\n:Copyright: 2007-2015 Jochen Kupperschmidt\n:License: MIT, see LICENSE for details.\n:Version: 0.3.2\n:Date: 09-Aug-2015\n\n\nFeatures\n========\n\n- Integrates ImageMagick_ to resize images and create thumbnails.\n- Generates clean, slim, semantically appropriate HTML5 and uses\n CSS 3 for styling. As a result, the output can easily be themed.\n- Provides HTML access keys for keyboard navigation.\n\n\nRequirements\n============\n\n- Python_ 2.7+ or 3.3+\n- Jinja_ (tested with 2.7.1)\n- ImageMagick_ (tested with 6.6.9-7)\n\n\nInstallation\n============\n\nIt is recommended to create a virtual environment and run gallerize\ninside it.\n\nTo install ImageMagick_ and virtualenv_ on Debian/Ubuntu:\n\n.. code:: sh\n\n $ aptitude install imagemagick python-virtualenv\n\nThis should also give you a copy of pip_.\n\nCreate a virtual environment called `venv` in the application path:\n\n.. code:: sh\n\n $ virtualenv venv\n\nActivate it (note the space after the first dot!):\n\n.. code:: sh\n\n $ . venv/bin/activate\n\nInstall the dependencies of this application:\n\n.. code:: sh\n\n $ pip install -r requirements.txt\n\n\nTests\n=====\n\n\nRun with py.test\n----------------\n\nInstall pytest_ as test runner:\n\n.. code:: sh\n\n $ pip install pytest\n\nRun tests:\n\n.. code:: sh\n\n $ py.test test_gallerize.py\n\n\nRun with tox\n------------\n\nTo easily run tests in different Python interpreters, use tox_:\n\n.. code:: sh\n\n $ pip install tox\n $ tox\n\nAnd to test against a single, specific Python interpreter (version 3.4,\nin this case):\n\n.. code:: sh\n\n $ tox -e py34\n\n\nUsage\n=====\n\nTo create a gallery in the directory `output` from a all images in the\ndirectory `images`:\n\n.. code:: sh\n\n $ ./gallerize.py output/ images/*\n\nSee the usage help for more information on specifying a gallery title,\nimage captions, and image dimensions:\n\n.. code:: sh\n\n $ ./gallerize.py --help\n\n\n.. _Python: http://www.python.org/\n.. _ImageMagick: http://www.imagemagick.org/\n.. _Jinja: http://jinja.pocoo.org/\n.. _virtualenv: http://www.virtualenv.org/\n.. _pip: http://www.pip-installer.org/\n.. _pytest: http://pytest.org/\n.. _tox: http://tox.testrun.org/", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://homework.nwsnet.de/releases/cc0e/#gallerize", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "Gallerize", "package_url": "https://pypi.org/project/Gallerize/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Gallerize/", "project_urls": { "Homepage": "http://homework.nwsnet.de/releases/cc0e/#gallerize" }, "release_url": "https://pypi.org/project/Gallerize/0.3.2/", "requires_dist": null, "requires_python": null, "summary": "Create a static HTML/CSS image gallery from a bunch of images.", "version": "0.3.2" }, "last_serial": 1670463, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "bff5807fa63a090ed0918e56a92047ee", "sha256": "d44dbcb902f948c90543f3019884c8663e0165c9fb7d7e62d25f1e90dd3171b1" }, "downloads": -1, "filename": "Gallerize-0.1.tar.gz", "has_sig": false, "md5_digest": "bff5807fa63a090ed0918e56a92047ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23498, "upload_time": "2007-08-11T06:57:44", "url": "https://files.pythonhosted.org/packages/a0/7d/5fcc9d302d3a8d478bd491702929bc4d03908005f862c00d50c653486433/Gallerize-0.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "5565b5e596e9e658e71b5e28ace4c889", "sha256": "be7090b099ba7bc6d9bbaacb7af21458e373064748d30106f550884d82a161ca" }, "downloads": -1, "filename": "gallerize-0.3.2.tar.gz", "has_sig": false, "md5_digest": "5565b5e596e9e658e71b5e28ace4c889", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2313, "upload_time": "2015-08-09T18:28:52", "url": "https://files.pythonhosted.org/packages/da/55/c9403fab19e3adf980e8de0842b034e67747f20efcbfcee8fb62cae40eb1/gallerize-0.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5565b5e596e9e658e71b5e28ace4c889", "sha256": "be7090b099ba7bc6d9bbaacb7af21458e373064748d30106f550884d82a161ca" }, "downloads": -1, "filename": "gallerize-0.3.2.tar.gz", "has_sig": false, "md5_digest": "5565b5e596e9e658e71b5e28ace4c889", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2313, "upload_time": "2015-08-09T18:28:52", "url": "https://files.pythonhosted.org/packages/da/55/c9403fab19e3adf980e8de0842b034e67747f20efcbfcee8fb62cae40eb1/gallerize-0.3.2.tar.gz" } ] }