{ "info": { "author": "Javier Aguirre", "author_email": "contacto@javaguirre.net", "bugtrack_url": null, "classifiers": [], "description": "==============\nStatic Gallery\n==============\n\nStatic Web Gallery Generator using Jinja2 And PIL.\n\nIn the context of the application, a gallery is a directory with photos, the source is the parent directory\nof the galleries. The destiny is the directory where the galleries will be copied and the html files generated.\n\n\nInstallation\n------------\n\nYou will need to install PIL and Jinja2 first:\n\n $ pip install jinja2\n $ pip install PIL\n\nYou can install it in a virtualenv, otherwise you will need to install it\nas root if you don't change the root of the python package installation.\n\nUse\n---\n\nIt's really easy to change the design/styles of the gallery, you can create a jinja template for the menu\nand a different one for the gallery, add them in the templates directory and later select them from the command-line\nwith the `--template-gallery` and `--template-menu` options.\n\nYou can run the server with `--server` if you want to check easily template changes (or whatever you want).\n\nThis is the command line help:\n\n usage: staticgallery [-h] [--template-gallery TEMPLATE_GALLERY]\n [--template-menu TEMPLATE_MENU] [--src SRC] [--dst DST]\n [--server] [--port PORT] [--reload]\n\n Static Gallery Generator Options.\n\n optional arguments:\n -h, --help show this help message and exit\n --template-gallery TEMPLATE_GALLERY\n Choose the name of the template for the gallery\n --template-menu TEMPLATE_MENU\n Choose the template for the menu\n --src SRC Source directory for the galleries\n --dst DST Destiny where the web galleries will be generated\n --server Executes a server\n --port PORT Choose the port for the server, by default 8000\n --reload Reload all galleries, even if they exist in the\n destiny\n\n\nConfiguration\n-------------\n\nYou can change the configuration easily just editing the file in $HOME/.staticgallery/config.cfg\ntoo. By default you will need to configure the source of your image directory, the destiny is by default\n`~/.staticgallery/site`, but you can move it wherever you want.\n\nOnce you have your gallery generated you can see it using `staticgallery --server --port 8080` and\nredirecting your browser to `http://localhost:8080`.\n\nHave fun! :-D", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/javaguirre/staticgallery", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "StaticGallery", "package_url": "https://pypi.org/project/StaticGallery/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/StaticGallery/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/javaguirre/staticgallery" }, "release_url": "https://pypi.org/project/StaticGallery/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Static gallery generation using Jinja2", "version": "0.1.0" }, "last_serial": 785725, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "490fd89e6afb01f6ae2a1ef95968e7a3", "sha256": "ea1325a836960039c3e6cc8f710dd3b12bd6534414e492439c50746fcbf59340" }, "downloads": -1, "filename": "StaticGallery-0.1.0.tar.gz", "has_sig": false, "md5_digest": "490fd89e6afb01f6ae2a1ef95968e7a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113323, "upload_time": "2013-03-08T16:36:11", "url": "https://files.pythonhosted.org/packages/de/e9/f31cf322a3e0168b2cc6d1c6b2d00417d1d52a68671d504a61d21bb94bf6/StaticGallery-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "490fd89e6afb01f6ae2a1ef95968e7a3", "sha256": "ea1325a836960039c3e6cc8f710dd3b12bd6534414e492439c50746fcbf59340" }, "downloads": -1, "filename": "StaticGallery-0.1.0.tar.gz", "has_sig": false, "md5_digest": "490fd89e6afb01f6ae2a1ef95968e7a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113323, "upload_time": "2013-03-08T16:36:11", "url": "https://files.pythonhosted.org/packages/de/e9/f31cf322a3e0168b2cc6d1c6b2d00417d1d52a68671d504a61d21bb94bf6/StaticGallery-0.1.0.tar.gz" } ] }