{ "info": { "author": "Daniel F. Meyer", "author_email": "me3064@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Introduction\n===========================================\n\nThis is a very basic gallery app that integrates with Wagtail. It allows a person to upload images and order them on a gallery page. Said gallery page then shows the low-res thumbnails, and when clicked it opens up a high res version with captions.\n\nThis app is simple, and not feature rich. It does the basics and thats it. I will probably add more features and options to it as time permits, but only if requests are made.\n\nIt is also not production ready as there are **no tests currently written** for it. I did put this up on a site and they have been using it extensively and haven't had any reported issues. That said, *apps without tests should always be treated sceptically.*\n\nI hope to write tests in a month or so when I get a bit of free time. I also hope to add a bunch of features in the near future.\n\nPlease report any errors you encounter. I will try resolve them quickly and then add tests for them as things come up so it doesn't reoccur. Please visit `wagtail_gallery git `_ to make pull requests or log issues etc. Documentation is at readthedocs.io: `wagtail_gallery documentation `_\n\nInstallation\n===================\n\nTo install run ``pip install wagtail_gallery``\n\nIt should automatically install all the necessary dependencies.\n\nRemember to add ``wagtail_gallery`` (along with the others mentioned) to your installed apps in settings.py i.e.\n\n .. code-block:: Python\n\n INSTALLED_APPS = [\n ...\n 'wagtail_gallery',\n 'wagtail.contrib.routable_page',\n 'wagtail.contrib.modeladmin',\n 'django_social_share',\n ]\n\nRequirements:\n\n .. code-block:: Python\n\n python3\n wagtail\n django\n django-social-share\n\nI'm not quite sure how far back this app works; however, it should work going back quite far. It's currently tested on Python3 with Wagtail >2 and Django >2 on openSUSE. It should work on all platforms and shouldn't break anytime soon. Let me know if you have a combo that doesn't work and I'll see what I can do to support it.\n\nCaveats\n============\n\n#. I haven't implemented sub-categories at all. Its a planned feature.\n\n#. You can only have one Gallery Root Page at this point in time. I really do want to add the ability to have many. I just haven't gotten round to it. It should be quite simple.\n\n#. URLs are not yet fully internationalised as ``/category/`` isn't translated. I'll get to this eventually.\n\n#. All galleries are public. No permissions have been integrated; however, this is a planned feature.", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/dfmeyer/wagtail_gallery", "keywords": "Django,Wagtail,gallery", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wagtail-gallery", "package_url": "https://pypi.org/project/wagtail-gallery/", "platform": "", "project_url": "https://pypi.org/project/wagtail-gallery/", "project_urls": { "Bug Tracker": "https://gitlab.com/dfmeyer/wagtail_gallery/issues", "Documentation": "https://wagtail-gallery.readthedocs.io/en/latest/", "Homepage": "https://gitlab.com/dfmeyer/wagtail_gallery", "Source Code": "https://gitlab.com/dfmeyer/wagtail_gallery" }, "release_url": "https://pypi.org/project/wagtail-gallery/0.1.1/", "requires_dist": null, "requires_python": ">=3.5", "summary": "A simple gallery app built for Wagtail CMS and Django", "version": "0.1.1" }, "last_serial": 4351125, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b9c60682cb3319651be7f2bd3866dfef", "sha256": "b4a4fb7bb1959039cb654c33855f24b7ccffe36bb64e2963472f6e814c130250" }, "downloads": -1, "filename": "wagtail_gallery-0.1.tar.gz", "has_sig": false, "md5_digest": "b9c60682cb3319651be7f2bd3866dfef", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 1228302, "upload_time": "2018-10-08T08:36:15", "url": "https://files.pythonhosted.org/packages/8b/30/2d8a6122b540ebef92ee31b1d367e7d1e22f40c52a9fc123a2968d4140fd/wagtail_gallery-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "cbfb5937e73480f11952d552fb936708", "sha256": "1873f93fde79a111ddd3012c41d43572d22aa0a988f97789780afa81d0b730b6" }, "downloads": -1, "filename": "wagtail_gallery-0.1.1.tar.gz", "has_sig": false, "md5_digest": "cbfb5937e73480f11952d552fb936708", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 1228027, "upload_time": "2018-10-08T08:41:49", "url": "https://files.pythonhosted.org/packages/4f/75/e125d98e0c865ac5a305ccc434a326c5e56cb138aaf1fbf392048831c1c4/wagtail_gallery-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cbfb5937e73480f11952d552fb936708", "sha256": "1873f93fde79a111ddd3012c41d43572d22aa0a988f97789780afa81d0b730b6" }, "downloads": -1, "filename": "wagtail_gallery-0.1.1.tar.gz", "has_sig": false, "md5_digest": "cbfb5937e73480f11952d552fb936708", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 1228027, "upload_time": "2018-10-08T08:41:49", "url": "https://files.pythonhosted.org/packages/4f/75/e125d98e0c865ac5a305ccc434a326c5e56cb138aaf1fbf392048831c1c4/wagtail_gallery-0.1.1.tar.gz" } ] }