{ "info": { "author": "Nicolas Kuttler", "author_email": "pypi@kuttler.eu", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "======\nREADME\n======\n\nThis application allows various webmaster tools to verify that a django site is\nmanaged by you.\n\nThe only supported method of verification is by accessing a file on your\nserver.\n\nSupported services:\n\n- `Google Webmaster Tools `_\n- `Bing Webmaster Tools `_\n- `Yandex Webmaster Tools `_\n- `Majestic SEO `_\n- `Alexa `_\n\n.. image:: https://api.travis-ci.org/nkuttler/django-webmaster-verification.png\n :target: https://travis-ci.org/nkuttler/django-webmaster-verification\n\nUsage\n=====\n\nGet ``django-webmaster-verification`` into your python path::\n\n pip install django-webmaster-verification\n\nAdd ``webmaster_verification`` to your INSTALLED_APPS in settings.py::\n\n INSTALLED_APPS = (\n ...,\n 'webmaster_verification',\n ...,\n )\n\nAdd ``webmaster_verification`` to your root urlconf (urls.py)::\n\n urlpatterns = patterns('',\n ...,\n url(r'', include('webmaster_verification.urls')),\n ...,\n )\n\nAdd settings just as::\n\n WEBMASTER_VERIFICATION = {\n 'bing': '',\n 'google': '',\n 'majestic': '',\n 'yandex': '',\n 'alexa': '',\n }\n\nThe codes are alphanumeric and don't include suffixes like 'html', e.g.\n``847e1f379a99c28a`` for google, not ``847e1f379a99c28a.html``.\n\nMultiple codes are supported as well, except for bing::\n\n WEBMASTER_VERIFICATION = {\n 'bing': '',\n 'google': (\n '',\n '',\n ),\n 'majestic': (\n '',\n '',\n ),\n 'yandex': (\n '',\n '',\n ),\n 'alexa': (\n '',\n '',\n ),\n }\n\nNotes\n-----\n\nPython 2.6 users will have to install argparse and importlib manually. I'm\ntoo lazy to add that logic to the setup script right now.\n\nAs **Bing** always accesses the same verification file I'm not sure if it's\npossible to support more than one code for it. Please let me know if yes, and\nhow, as I don't really use their tools.\n\nFor **Yandex** only the `.txt` file method is supported, but adding support for\n`.html` should be trivial if you need it.\n\nThe **Alexa** codes I saw all had a length of 27 characters, so that's what this\napp assumes is used. Please let me know if your codes differ and I need to\nmodify the app.\n\nChangelog\n=========\n\n0.3.0 (2016-02-20)\n------------------\n- Python 2.7 and Django 1.8 are required\n\n0.2.4 (2015-02-26)\n------------------\n- Add Django 1.8 (beta1) support and drop 1.5 tests\n\n0.2.3 (2014-04-13)\n------------------\n- Django 1.7 (beta1) support\n\n0.2.2 (2014-01-12)\n------------------\n- Django 1.6 support\n- Removed Python 2.5 testing\n\n0.2.1 (2013-03-25)\n------------------\n- Add alexa support\n- Refactor the test project to use a different structure\n\n0.2 (2013-02-16)\n----------------\n- Python 3.2 support\n- Integrate testing with travis\n\n0.1.10 (2012-12-21)\n-------------------\n- Fix test errors when running from a real project\n\n0.1.9 (2012-12-19)\n------------------\n- Pypi updates\n\n0.1.8 (2012-12-19)\n------------------\n- Yandex Webmaster Tools support added.\n\n0.1.7 (2012-05-07)\n------------------\n- Bugfix for multiple verification codes for one provider.", "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/nkuttler/django-webmaster-verification", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-webmaster-verification", "package_url": "https://pypi.org/project/django-webmaster-verification/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-webmaster-verification/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/nkuttler/django-webmaster-verification" }, "release_url": "https://pypi.org/project/django-webmaster-verification/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "Webmaster tools verification for Django", "version": "0.3.0" }, "last_serial": 1966820, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "84d00c0608fe1cce1ea88b005715571f", "sha256": "0574fe21ea10c456d09eb875d158a8c731719fc9e2ebb0553c0df9d264fad4f1" }, "downloads": -1, "filename": "django-webmaster-verification-0.1.tar.gz", "has_sig": false, "md5_digest": "84d00c0608fe1cce1ea88b005715571f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2123, "upload_time": "2012-02-26T00:56:33", "url": "https://files.pythonhosted.org/packages/56/eb/eaf1e3a001fa838adab2e84e34c8728c858f50589b1dbb6446cc17dedc55/django-webmaster-verification-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b69e0cb7bf1a1aff2a3c825ad7e9b713", "sha256": "22f95f2b740205b8c684b7aca1c1d256a17250e1ff11855fa51ee1c9a9c2cc25" }, "downloads": -1, "filename": "django-webmaster-verification-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b69e0cb7bf1a1aff2a3c825ad7e9b713", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2128, "upload_time": "2012-02-26T01:07:29", "url": "https://files.pythonhosted.org/packages/f3/2e/ae4927fffba82a6327406d128a90716f7df540fe30767681a2bc86052024/django-webmaster-verification-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "1a5f5e04e248a8755c3ea34765889481", "sha256": "f75be3bd7efae0b9019bb04d6d74ebe10f194074d02898aa569a90d727b04969" }, "downloads": -1, "filename": "django-webmaster-verification-0.1.10.tar.gz", "has_sig": false, "md5_digest": "1a5f5e04e248a8755c3ea34765889481", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5466, "upload_time": "2012-12-21T12:36:29", "url": "https://files.pythonhosted.org/packages/bc/8f/4d4d25794578b9621e0413dc099c01e00f29470371415fa0afd6e5ac18e3/django-webmaster-verification-0.1.10.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "76986878e40a4e2ea54ac2425ad70d7b", "sha256": "b2e370d8edfe013dc392248446ea884228c5049398597f25c21cd1b24d606e45" }, "downloads": -1, "filename": "django-webmaster-verification-0.1.2.tar.gz", "has_sig": false, "md5_digest": "76986878e40a4e2ea54ac2425ad70d7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2152, "upload_time": "2012-02-26T01:09:02", "url": "https://files.pythonhosted.org/packages/e4/ee/0cafbbf80cb8ac3ca69a05964e5476e8b7a7419cb201cc63866f08f59bab/django-webmaster-verification-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "ce5a1ebb423527e16aa9d559c72733c3", "sha256": "d61ed60562bac2dc6ff0aeed1de8be3d4fc51e7125ecd3cd32db9b685eff2d12" }, "downloads": -1, "filename": "django-webmaster-verification-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ce5a1ebb423527e16aa9d559c72733c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3174, "upload_time": "2012-02-26T01:34:11", "url": "https://files.pythonhosted.org/packages/a4/5f/ae530cfa1e9943ae057c53782b29197d51c42bb0034a289ee0be0e162be5/django-webmaster-verification-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "672b66aa184792e5d726fd2dfdcfd469", "sha256": "e10199136517f7307a7338d36f2fa7c2598f410953563a745b1738cf3606fdb5" }, "downloads": -1, "filename": "django-webmaster-verification-0.1.4.tar.gz", "has_sig": false, "md5_digest": "672b66aa184792e5d726fd2dfdcfd469", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3401, "upload_time": "2012-02-26T01:49:05", "url": "https://files.pythonhosted.org/packages/58/af/347ba4cb71045946c13450dc6981bfa0a64ffe0213ff1e22ab54267f12f3/django-webmaster-verification-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "7011f77712a5a9a3ab2ac5a11048b619", "sha256": "76deba2a822a0f83a7ee54ab784926f8bf80185b7f43e22e4968ab29550bd6ee" }, "downloads": -1, "filename": "django-webmaster-verification-0.1.5.tar.gz", "has_sig": false, "md5_digest": "7011f77712a5a9a3ab2ac5a11048b619", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3563, "upload_time": "2012-02-26T13:31:41", "url": "https://files.pythonhosted.org/packages/d6/94/64ae6d07c93280c0b73a4a75906cff2eabce1ec6a2e22343dceef8a680fe/django-webmaster-verification-0.1.5.tar.gz" } ], "0.1.5.1": [ { "comment_text": "", "digests": { "md5": "8bfe167ae4fdb4860a05d86436eb066c", "sha256": "637dee91013b04c5e6a5b6af31da0322f0ca91c82ac92ee2547966a2e3993d8d" }, "downloads": -1, "filename": "django-webmaster-verification-0.1.5.1.tar.gz", "has_sig": false, "md5_digest": "8bfe167ae4fdb4860a05d86436eb066c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3977, "upload_time": "2012-03-02T03:19:16", "url": "https://files.pythonhosted.org/packages/2f/d7/c3ff28029e9b012942d8b016b2ad13b08a2736bcc43e61c0744bfd487006/django-webmaster-verification-0.1.5.1.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "26e71cf4c8e18a14fc52898c39916ce8", "sha256": "54519940f3b1aee97e4f4eb1a6d8ec3f62bdcccda6943fb067112994f1b037f9" }, "downloads": -1, "filename": "django-webmaster-verification-0.1.6.tar.gz", "has_sig": false, "md5_digest": "26e71cf4c8e18a14fc52898c39916ce8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4639, "upload_time": "2012-03-03T15:55:16", "url": "https://files.pythonhosted.org/packages/66/72/e80b32e652259b40ff1003dca1cc6ff03d9d924f1707a9825a8d82ce24e7/django-webmaster-verification-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "ed9ef14cd2a2196cd06936d28380251f", "sha256": "885e23e509d42c661fc73204e85aa88609856dddfbb85b639ccd74ae7f878196" }, "downloads": -1, "filename": "django-webmaster-verification-0.1.7.tar.gz", "has_sig": false, "md5_digest": "ed9ef14cd2a2196cd06936d28380251f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4861, "upload_time": "2012-05-07T10:23:50", "url": "https://files.pythonhosted.org/packages/87/4e/b18392cdce4bab2d83cfe96fa5e96a069fd9fef90bd099bf0600fa0e2b91/django-webmaster-verification-0.1.7.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "21c625d7a7879d163f25c7c67bf6c600", "sha256": "c101b2b19b631549cc7c57cbb1e95b08f2ff4e901888dd441e85d8c39ba889ce" }, "downloads": -1, "filename": "django-webmaster-verification-0.1.9.tar.gz", "has_sig": false, "md5_digest": "21c625d7a7879d163f25c7c67bf6c600", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5364, "upload_time": "2012-12-19T13:49:27", "url": "https://files.pythonhosted.org/packages/68/c0/71e73ab1c3c02f7d5c502b09e7d0c54df79976f4bb6b259fb0cafdd537fb/django-webmaster-verification-0.1.9.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "f45b834b3d4346503736aadfd154a5dd", "sha256": "8d23b228633b6ad1b2b61bce6ef8aa452d7480683bf3450794b24b9afc3047cb" }, "downloads": -1, "filename": "django-webmaster-verification-0.2.tar.gz", "has_sig": false, "md5_digest": "f45b834b3d4346503736aadfd154a5dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5621, "upload_time": "2013-02-16T15:37:39", "url": "https://files.pythonhosted.org/packages/22/6a/36844e7c765f6eea881425c7e963c355c4cddc632edf3fe181ed054ee329/django-webmaster-verification-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "477f76f8138ae131f0f87206e6373496", "sha256": "683eb19d7fd581460b3260f99d1cab625ab8fb4fc7b8fd32aef1fb246150c451" }, "downloads": -1, "filename": "django-webmaster-verification-0.2.1.tar.gz", "has_sig": false, "md5_digest": "477f76f8138ae131f0f87206e6373496", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7142, "upload_time": "2013-03-25T19:26:56", "url": "https://files.pythonhosted.org/packages/e2/3e/1cf7a1533381f88422323829f3e68d1e5441a159977c42f9a16caa8475ce/django-webmaster-verification-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "35d7796de8fa40be8d01b07bd01143ed", "sha256": "45a6012e9117034bf759511ec56b7e691f5c6136c54156437289b907f3dc7a38" }, "downloads": -1, "filename": "django-webmaster-verification-0.2.2.tar.gz", "has_sig": false, "md5_digest": "35d7796de8fa40be8d01b07bd01143ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6275, "upload_time": "2014-01-12T16:02:15", "url": "https://files.pythonhosted.org/packages/8d/13/54f9e4700285b7645b8dff31d3afbf71efaa2d97ac45b58759c947657904/django-webmaster-verification-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "fc44c6189be29a0afb026f1176c77bb1", "sha256": "9d66042b2b87cdf2ffeab2032d694d4cc760f8342088e0049d735b3c3b2cbdb4" }, "downloads": -1, "filename": "django-webmaster-verification-0.2.3.tar.gz", "has_sig": false, "md5_digest": "fc44c6189be29a0afb026f1176c77bb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6312, "upload_time": "2014-04-13T10:57:22", "url": "https://files.pythonhosted.org/packages/33/4f/177534df1e0d0786276b9766f9a396e7fbf711fab5e3f5ac27da2e447af7/django-webmaster-verification-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "19e14f61cf10bcd377e3200b755d0e17", "sha256": "34fb6c448d52e7a5c8a34677c2d5c436099d6b49a9cb26679c089a58fa0895db" }, "downloads": -1, "filename": "django-webmaster-verification-0.2.4.tar.gz", "has_sig": false, "md5_digest": "19e14f61cf10bcd377e3200b755d0e17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7989, "upload_time": "2015-02-26T10:58:48", "url": "https://files.pythonhosted.org/packages/c0/c8/495b1f9dbc39b7bcae9414ddb1c5e57006e98a9c5fdf4b008e988517b428/django-webmaster-verification-0.2.4.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "cdd14f900246c89ce5aa8f77f9b848eb", "sha256": "b1a62d468825710e57f072ed1fa1ae540b3ad95dcc08a8bdfaa37e2d6d529837" }, "downloads": -1, "filename": "django-webmaster-verification-0.3.0.tar.gz", "has_sig": false, "md5_digest": "cdd14f900246c89ce5aa8f77f9b848eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8020, "upload_time": "2016-02-20T16:25:37", "url": "https://files.pythonhosted.org/packages/0f/9c/3e4e317e8611e688d3a0499d90a0ea806c59590d9a0b86f644429adbe464/django-webmaster-verification-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cdd14f900246c89ce5aa8f77f9b848eb", "sha256": "b1a62d468825710e57f072ed1fa1ae540b3ad95dcc08a8bdfaa37e2d6d529837" }, "downloads": -1, "filename": "django-webmaster-verification-0.3.0.tar.gz", "has_sig": false, "md5_digest": "cdd14f900246c89ce5aa8f77f9b848eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8020, "upload_time": "2016-02-20T16:25:37", "url": "https://files.pythonhosted.org/packages/0f/9c/3e4e317e8611e688d3a0499d90a0ea806c59590d9a0b86f644429adbe464/django-webmaster-verification-0.3.0.tar.gz" } ] }