{ "info": { "author": "Ben Lopatin", "author_email": "ben@wellfire.co", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "================\nconnector-events\n================\n\n.. image:: https://badge.fury.io/py/connector-events.png\n :target: https://badge.fury.io/py/connector-events\n\n.. image:: https://travis-ci.org/rva-data/connector-events.png?branch=master\n :target: https://travis-ci.org/rva-data/connector-events\n\n.. image:: https://coveralls.io/repos/rva-data/connector-events/badge.png?branch=master\n :target: https://coveralls.io/r/rva-data/connector-events?branch=master\n\nConnector events is a Django application for tracking events. It has\nthe typical list and detail views you expect and an iCal feed for\neasily sharing event data.\n\nIt was designed as a component for a 'connector' project, tracking\nevents for a community from multiple sources. However it can also be\nused on it's own.\n\n.. Documentation\n.. -------------\n\n.. The full documentation is at https://connector-events.readthedocs.org.\n\nQuickstart\n----------\n\nInstall connector-events::\n\n pip install connector-events\n\nThen add events to your project's `INSTALLED_APPS`::\n\n INSTALLED_APPS = (\n 'events',\n )\n\nAnd into your URL configuration::\n\n urlpatterns = patterns('',\n url(r'^events/', include('events.urls')),\n )\n\nOverview\n--------\n\nYou can store and display information about events, including start and end\ntimes, descriptions written in Markdown, and location. Locations can be stored\nin both plain form, e.g.\n\n 100 Main St, Richmond, VA, USA\n\nand in basic geocoded format. The *current* format for storing geographic\nlocation uses two separate decimal database fields for latitude and longitude\nrespectively. This is suboptimal compared to using a `single point field\n`_\nbut does not entail any special database requirements.\n\nThe feed is available via the URL `/ical/`, relative to the root URL where you\nhave configured the event URLs.\n\nSettings\n--------\n\nThree settings are worth calling out.\n\n`TIME_ZONE`\n~~~~~~~~~~~\n\nThis is a `default Django setting\n`_ that\nyou should pay attention to, as the ics feed makes uses of this.\n\n`EVENTS_UID_STRING`\n~~~~~~~~~~~~~~~~~~~\n\nThis is a string that will be formatted with a keyword argument named `pk`. It\nused to provide a default `UID` value for an event if none is otherwise\nprovided (e.g. through a calendar import, which is beyond the scope of this\napplication itself).\n\nThe default value is::\n\n \"event_{pk}\"\n\nA replacement might be::\n\n \"event_{pk}@mydomain.com\"\n\nThe `iCalendar specification `_\nrequires that this be a *globally unique* identifier which is why it's a good\nidea to use your site name/domain in conjunction with the event primary key\n(unique on your site).\n\n`EVENTS_PRODUCT_ID`\n~~~~~~~~~~~~~~~~~~~\n\nThis is a string that identifies the product generating the iCalendar feed. It\npopulates the `PRODID` field in the feed.\n\nThe default is::\n\n \"-//django-connector//connector-events//EN\"\n\nSee the `iCalendar specification\n`_ for more information about\nthis field.\n\n\n\n\nHistory\n-------\n\n0.1.0 (2014-09-01)\n++++++++++++++++++\n\n* First release on PyPI.", "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/rva-data/connector-events", "keywords": "connector-events", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "connector-events", "package_url": "https://pypi.org/project/connector-events/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/connector-events/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rva-data/connector-events" }, "release_url": "https://pypi.org/project/connector-events/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Events app primarily for the 'connector' events & community aggregator", "version": "0.1.0" }, "last_serial": 1179654, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5779298e0412b88f95c5a69aea659796", "sha256": "f68e2576808c99b875d3642325e21fbd6d8905854dd042505b99e5cd33cb82cf" }, "downloads": -1, "filename": "connector-events-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5779298e0412b88f95c5a69aea659796", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12114, "upload_time": "2014-08-04T18:11:07", "url": "https://files.pythonhosted.org/packages/2d/de/4c9306259c78db87fe8098e24ad16806dc80ea5760586285499844705822/connector-events-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5779298e0412b88f95c5a69aea659796", "sha256": "f68e2576808c99b875d3642325e21fbd6d8905854dd042505b99e5cd33cb82cf" }, "downloads": -1, "filename": "connector-events-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5779298e0412b88f95c5a69aea659796", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12114, "upload_time": "2014-08-04T18:11:07", "url": "https://files.pythonhosted.org/packages/2d/de/4c9306259c78db87fe8098e24ad16806dc80ea5760586285499844705822/connector-events-0.1.0.tar.gz" } ] }