{ "info": { "author": "Chris Faulkner", "author_email": "thefaulkner@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django" ], "description": "sentry-geo\n==========\n\nA plugin for Sentry which works with geo data. This adds\na ``sentry_geo.interfaces.Geo`` interface which allows you to\ndraw maps on your event pages.\n\nThis is just a hack to see how easy it would be to add custom\ninterfaces to Sentry via plugins. Support for additional geo\ndata types could be added, but this is probably not the ideal\nway to write interfaces.\n\n\nInterface\n---------\n\nGeographic points use following interface::\n\n {\n \"sentry_geo.interfaces.Geo\": {\n \"lat\": 12.321,\n \"lon\": 45.654,\n }\n }\n\n\nInstall\n-------\n\nInstall the package via ``pip``::\n\n pip install sentry-geo\n\nAdd ``sentry_geo`` to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n # ...\n 'sentry',\n 'sentry_geo',\n )\n\nYou'll need to add the following lines to your ``urls.py``::\n\n import sentry_geo\n sentry_geo_static_root = os.path.join(os.path.dirname(sentry_geo.__file__), 'static')\n\n urlpatterns = patterns('',\n url(r'^_sentry_geo_static/(?P.*)$', generic.static_media,\n kwargs={'root': sentry_geo_static_root},\n name='sentry-geo-static'),\n ) + urlpatterns\n\nI'm still looking for a solution that doesn't involve overwriting ``urls.py.``", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/faulkner/sentry-geo", "keywords": null, "license": "Copyright (c) 2012, Chris Faulkner\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\nRedistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\nRedistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "maintainer": null, "maintainer_email": null, "name": "sentry-geo", "package_url": "https://pypi.org/project/sentry-geo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sentry-geo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/faulkner/sentry-geo" }, "release_url": "https://pypi.org/project/sentry-geo/0.0.0/", "requires_dist": null, "requires_python": null, "summary": "A Sentry plugin that adds support for geo data.", "version": "0.0.0" }, "last_serial": 799418, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "5b988fb9ff8d1b5d521622043cb1f481", "sha256": "fb60a6f8eb6c0e7147fcb7fcf122984c5b2dd75db186f2a6fffc8d4e219a3f20" }, "downloads": -1, "filename": "sentry-geo-0.0.0.tar.gz", "has_sig": false, "md5_digest": "5b988fb9ff8d1b5d521622043cb1f481", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 323410, "upload_time": "2012-07-01T20:31:16", "url": "https://files.pythonhosted.org/packages/2a/94/dda8dbbfa43ea9b052e03c6fa91e26bea4d0f707324484f84eed283cc0db/sentry-geo-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5b988fb9ff8d1b5d521622043cb1f481", "sha256": "fb60a6f8eb6c0e7147fcb7fcf122984c5b2dd75db186f2a6fffc8d4e219a3f20" }, "downloads": -1, "filename": "sentry-geo-0.0.0.tar.gz", "has_sig": false, "md5_digest": "5b988fb9ff8d1b5d521622043cb1f481", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 323410, "upload_time": "2012-07-01T20:31:16", "url": "https://files.pythonhosted.org/packages/2a/94/dda8dbbfa43ea9b052e03c6fa91e26bea4d0f707324484f84eed283cc0db/sentry-geo-0.0.0.tar.gz" } ] }