{ "info": { "author": "Daniel F. Meyer", "author_email": "me3064@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Introduction\n===========================================\n\nThis is a very basic podcast app that integrates with Wagtail. It allows a person to upload a mp3 and then play it on the website. It generates a rss/xml feed that you can submit to Itunes, Google and/or Blubrry.\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. Please visit: `wagtail_podcast `_ . Documentation is at readthedocs.io: `wagtail_podcast documentation `_\n\nInstallation\n===================\n\nTo install run ``pip install wagtail_podcast``\n\nIt should automatically install mutagen; however, if it doesn't then you will need to install it manually with: ``pip install mutagen``\n\nRemember to add ``wagtail_podcast`` to your installed apps in settings.py i.e.\n\n .. code-block:: Python\n\n INSTALLED_APPS = [\n ...\n 'wagtail_podcast',\n ]\n\nRequirements:\n\n .. code-block:: Python\n\n python3\n mutagen\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 categories at all so that is rather broken. You need to go into wagtail_podcast/templates/wagtail_podcast/feed.xml\n and change it to something more appropriate\n\n .. code-block:: XML\n\n \n \n \n\n#. There is currently no handling of ogg files though I plan on doing auto conversion to them at some point. All major browsers support mp3 these days.\n\n#. This is made only for audio podcasts though I may support video podcasts at a later stage since that doesn't require much changing.\n\n#. Seasons are currently not supported. This is really high on my list, but I haven't figured out a really great way to do it. The page hierarchy is already going to be a bit of a mess.\n\n#. This currently only supports one podcast per wagtail site. It should be relatively easy to make it support multiple; however, I'll only do it if there is demand for the 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_podcast", "keywords": "Django,Wagtail,podcast", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wagtail-podcast", "package_url": "https://pypi.org/project/wagtail-podcast/", "platform": "", "project_url": "https://pypi.org/project/wagtail-podcast/", "project_urls": { "Bug Tracker": "https://gitlab.com/dfmeyer/wagtail_podcast/issues", "Documentation": "https://wagtail-podcast.readthedocs.io/en/latest/", "Homepage": "https://gitlab.com/dfmeyer/wagtail_podcast", "Source Code": "https://gitlab.com/dfmeyer/wagtail_podcast" }, "release_url": "https://pypi.org/project/wagtail-podcast/0.1/", "requires_dist": null, "requires_python": ">=3.5", "summary": "A simple podcast app built for Wagtail CMS and Django", "version": "0.1" }, "last_serial": 4337311, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "aad7bbd53a990d38330adf3ce6d5566d", "sha256": "9af158ce93fc7f3373818d30c5b90afbab3c77ae5080d520bb24abefc15d9ee6" }, "downloads": -1, "filename": "wagtail_podcast-0.1.tar.gz", "has_sig": false, "md5_digest": "aad7bbd53a990d38330adf3ce6d5566d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 830596, "upload_time": "2018-10-03T17:22:21", "url": "https://files.pythonhosted.org/packages/25/2c/8eabcd706d3cef0e7387b847bd70d00c886b8e57f994d5b8d6fa6c74edad/wagtail_podcast-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aad7bbd53a990d38330adf3ce6d5566d", "sha256": "9af158ce93fc7f3373818d30c5b90afbab3c77ae5080d520bb24abefc15d9ee6" }, "downloads": -1, "filename": "wagtail_podcast-0.1.tar.gz", "has_sig": false, "md5_digest": "aad7bbd53a990d38330adf3ce6d5566d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 830596, "upload_time": "2018-10-03T17:22:21", "url": "https://files.pythonhosted.org/packages/25/2c/8eabcd706d3cef0e7387b847bd70d00c886b8e57f994d5b8d6fa6c74edad/wagtail_podcast-0.1.tar.gz" } ] }