{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Django ICS Generator \n====================\n\nA simple Django view that returns an .ics file as an attachment download when\ncalled via the icalendar script: http://www.keith-wood.name/icalendar.html\n\nInstallation\n------------\n\nYou need to install the following prerequisites in order to use this app::\n\n pip install Django\n\nIf you want to install the latest stable release from PyPi::\n\n $ pip install django-ics-generator\n\nIf you feel adventurous and want to install the latest commit from GitHub::\n\n $ pip install -e git://github.com/bitmazk/django-ics-generator.git#egg=ics_generator\n\nAdd ``ics_generator`` to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...,\n 'ics_generator',\n )\n\nInclude the urls for this app::\n\n urlpatterns = patterns(\n '',\n url(r'^ics-generator/', include('ics_generator.urls')),\n )\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps::\n\n # Fork this repository\n # Clone your fork\n $ mkvirtualenv -p python2.7 django-ics-generator\n $ pip install -r requirements.txt\n $ ./logger/tests/runtests.sh\n # You should get no failing tests\n\n $ git co -b feature_branch master\n # Implement your feature and tests\n # Describe your change in the CHANGELOG.txt\n $ git add . && git commit\n $ git push origin feature_branch\n # Send us a pull request for your feature branch\n\nWhenever you run the tests a coverage output will be generated in\n``tests/coverage/index.html``. When adding new features, please make sure that\nyou keep the coverage at 100%.\n\n\nRoadmap\n-------\n\nCheck the issue tracker on github for milestones and features to come.", "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/bitmazk/django-ics-generator", "keywords": "django,ical,ics,generator", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-ics-generator", "package_url": "https://pypi.org/project/django-ics-generator/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-ics-generator/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-ics-generator" }, "release_url": "https://pypi.org/project/django-ics-generator/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Django app to return an .ics file when called via http://www.keith-wood.name/icalendar.html", "version": "0.1.1" }, "last_serial": 1003721, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "88805b92be9bebb19e9aaf59aba47017", "sha256": "6db13f90a2397c5f8e5ab8f05f25b32982eb04ff783f28a404c8661fba4e3b68" }, "downloads": -1, "filename": "django-ics-generator-0.1.tar.gz", "has_sig": false, "md5_digest": "88805b92be9bebb19e9aaf59aba47017", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7409, "upload_time": "2013-04-01T11:45:59", "url": "https://files.pythonhosted.org/packages/2b/8c/a987d8b8cfd942df6db86ab8c4c7651db85cf72336f124b4d6f4939be2ca/django-ics-generator-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "950f0849b7ad1abd6b04fcb7223fa569", "sha256": "f74e29057b34940612a57eb460f75297c9183c04f9bd302a4100ce700dbfcff9" }, "downloads": -1, "filename": "django-ics-generator-0.1.1.tar.gz", "has_sig": false, "md5_digest": "950f0849b7ad1abd6b04fcb7223fa569", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6722, "upload_time": "2014-02-18T11:04:47", "url": "https://files.pythonhosted.org/packages/61/da/51a4a9087a35503cca34fc735e501b127394289875040f6d4d689eef27bb/django-ics-generator-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "950f0849b7ad1abd6b04fcb7223fa569", "sha256": "f74e29057b34940612a57eb460f75297c9183c04f9bd302a4100ce700dbfcff9" }, "downloads": -1, "filename": "django-ics-generator-0.1.1.tar.gz", "has_sig": false, "md5_digest": "950f0849b7ad1abd6b04fcb7223fa569", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6722, "upload_time": "2014-02-18T11:04:47", "url": "https://files.pythonhosted.org/packages/61/da/51a4a9087a35503cca34fc735e501b127394289875040f6d4d689eef27bb/django-ics-generator-0.1.1.tar.gz" } ] }