{ "info": { "author": "Daniel F. Meyer", "author_email": "me3064@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Introduction\n===========================================\n\nThis is a very basic calendar app that integrates with Wagtail. It allows a person to create events that will be shown on the website via FullCalendar and also generates an ical file.\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_eventcalendar git `_ to make pull requests or log issues etc. Documentation is at readthedocs.io: `wagtail_eventcalendar documentation `_\n\nInstallation\n===================\n\nTo install run ``pip install wagtail_eventcalendar``\n\nIt should automatically install the dependencies; however, if it doesn't then you will need to install them manually with: ``pip install mutagen wagtailgmaps icalendar pytz django-social-share``\n\nRemember to add ``wagtail_eventcalendar`` (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_eventcalendar',\n 'wagtail.contrib.modeladmin',\n 'wagtailgmaps',\n 'django_social_share',\n 'wagtail.contrib.routable_page',\n ]\n\nRequirements:\n\n .. code-block:: Python\n\n python3\n icalendar\n wagtail\n django\n django-social-share\n pytz\n wagtailgmaps\n\nYou will need to follow the wagtailgmaps installation instructions to get things to work: https://github.com/springload/wagtailgmaps/\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 nested categories yet. I will eventually, but not just yet.\n\n#. It only exports to ical for now. I will hopefully add support for caldav and gcal as well at some point.\n\n#. Recurring events are currently not supported. This is really high on my list, but I haven't figured out a really great way to do it whilst keeping everything simple and manageable.", "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_eventcalendar", "keywords": "Django,Wagtail,calendar,events", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wagtail-eventcalendar", "package_url": "https://pypi.org/project/wagtail-eventcalendar/", "platform": "", "project_url": "https://pypi.org/project/wagtail-eventcalendar/", "project_urls": { "Bug Tracker": "https://gitlab.com/dfmeyer/wagtail_eventcalendar/issues", "Documentation": "https://wagtail-eventcalendar.readthedocs.io/en/latest/", "Homepage": "https://gitlab.com/dfmeyer/wagtail_eventcalendar", "Source Code": "https://gitlab.com/dfmeyer/wagtail_eventcalendar" }, "release_url": "https://pypi.org/project/wagtail-eventcalendar/0.1.1/", "requires_dist": null, "requires_python": ">=3.5", "summary": "A simple calendar app built for Wagtail CMS and Django", "version": "0.1.1" }, "last_serial": 4352942, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d97b70dc03edf4161ce86d75730ff2ff", "sha256": "52b66200071f6e98f2277202f67f585dbbb3e62d29d1923eccc3cd98dd337001" }, "downloads": -1, "filename": "wagtail_eventcalendar-0.1.tar.gz", "has_sig": false, "md5_digest": "d97b70dc03edf4161ce86d75730ff2ff", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 1291503, "upload_time": "2018-10-04T11:57:48", "url": "https://files.pythonhosted.org/packages/d5/07/1df23ce3560bfd7a4de7fefb34e05b900e18bbcaa942bcb94bd3fd9c01da/wagtail_eventcalendar-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4a41e159735863a19c91237fb1ed38cb", "sha256": "4eda976f9d95d957537cf85c5e7d2bc34d5f79c50c551b02f18ca50b3a46e161" }, "downloads": -1, "filename": "wagtail_eventcalendar-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4a41e159735863a19c91237fb1ed38cb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 1291550, "upload_time": "2018-10-08T17:31:28", "url": "https://files.pythonhosted.org/packages/aa/81/fd305429a62b59942eb2e0bd5b1d4337a3b3e81f6eb28f503d70102f391f/wagtail_eventcalendar-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4a41e159735863a19c91237fb1ed38cb", "sha256": "4eda976f9d95d957537cf85c5e7d2bc34d5f79c50c551b02f18ca50b3a46e161" }, "downloads": -1, "filename": "wagtail_eventcalendar-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4a41e159735863a19c91237fb1ed38cb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 1291550, "upload_time": "2018-10-08T17:31:28", "url": "https://files.pythonhosted.org/packages/aa/81/fd305429a62b59942eb2e0bd5b1d4337a3b3e81f6eb28f503d70102f391f/wagtail_eventcalendar-0.1.1.tar.gz" } ] }