{ "info": { "author": "Basil Shubin", "author_email": "basil.shubin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-taggit-anywhere\n======================\n\nEven more simpler approach to tagging with\ndjango-taggit_. Additionally this project provides easy-to-use\nintegration with django-taggit-helpers_ and django-taggit-labels_\n\n.. image:: https://img.shields.io/pypi/v/django-taggit-anywhere.svg\n :target: https://pypi.python.org/pypi/django-taggit-anywhere/\n\n.. image:: https://img.shields.io/pypi/dm/django-taggit-anywhere.svg\n :target: https://pypi.python.org/pypi/django-taggit-anywhere/\n\n.. image:: https://img.shields.io/github/license/bashu/django-taggit-anywhere.svg\n :target: https://pypi.python.org/pypi/django-taggit-anywhere/\n\nRequirements\n------------\n\nYou must have *django-taggit* installed and configured, see the django-taggit_ documentation for details and setup instructions.\n\nInstallation\n============\n\nFirst install the module, preferably in a virtual environment. It can be installed from PyPI:\n\n.. code-block:: shell\n\n pip install django-taggit-anywhere\n\nSetup\n=====\n\nMake sure the project is configured for django-taggit_.\n\nYou'll need to add ``taggit_anywhere`` as a **LAST** item to ``INSTALLED_APPS`` in your project's ``settings.py`` file:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n # optional integration with django-taggit-helpers\n 'taggit_helpers', # pip install django-taggit-helpers\n\n # optional integration with django-taggit-labels\n 'taggit_labels', # pip install django-taggit-labels\n\n 'taggit_anywhere', # must be last in a list\n )\n\nThere is only one mandatory configuration option you need to set in your ``settings.py``:\n\n.. code-block:: python\n\n TAGGIT_FOR_MODELS = [\n '.',\n ]\n\n\nPlease see ``example`` application. This application is used to manually test the functionalities of this package. This also serves as good example...\n\nYou need Django 1.8 or above to run that. It might run on older versions but that is not tested.\n\nContributing\n------------\n\nIf you like this module, forked it, or would like to improve it, please let us know!\nPull requests are welcome too. :-)\n\n.. _django-taggit: https://github.com/alex/django-taggit\n.. _django-taggit-helpers: https://github.com/mfcovington/django-taggit-helpers\n.. _django-taggit-labels: https://github.com/bennylope/django-taggit-labels\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/bashu/django-taggit-anywhere/zipball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bashu/django-taggit-anywhere", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-taggit-anywhere", "package_url": "https://pypi.org/project/django-taggit-anywhere/", "platform": "", "project_url": "https://pypi.org/project/django-taggit-anywhere/", "project_urls": { "Download": "https://github.com/bashu/django-taggit-anywhere/zipball/master", "Homepage": "https://github.com/bashu/django-taggit-anywhere" }, "release_url": "https://pypi.org/project/django-taggit-anywhere/0.1.4/", "requires_dist": null, "requires_python": "", "summary": "django-taggit with easy", "version": "0.1.4" }, "last_serial": 4992101, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "78d26043e6ec8598ae7f145c67992e7d", "sha256": "834f690ca9027370c78b238c28336e39e8a190f98b4055ec54aef37ef5a68d01" }, "downloads": -1, "filename": "django_taggit_anywhere-0.0.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "78d26043e6ec8598ae7f145c67992e7d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5749, "upload_time": "2017-01-17T08:17:55", "url": "https://files.pythonhosted.org/packages/1b/1d/647e43be9d184307c07d66325728816706ccfd7669c5bdda37d25e6e7c36/django_taggit_anywhere-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1d039b334931f58072bab0f2c44af35c", "sha256": "ef10319fe526f514416b55cd7c490d31d5d39841173364de8ef502f6603228aa" }, "downloads": -1, "filename": "django-taggit-anywhere-0.0.1.tar.gz", "has_sig": true, "md5_digest": "1d039b334931f58072bab0f2c44af35c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4319, "upload_time": "2017-01-17T08:17:51", "url": "https://files.pythonhosted.org/packages/f5/b3/1e443596807b567e83d639772d6030ee7e0277bf6c5f30e41716e070a400/django-taggit-anywhere-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "d18d87f1f36c90b7dacc3a6b47d7eb62", "sha256": "8937b07a8bccd0dcfab06819c3189d0ac9185d034f208626030034bbe52d6574" }, "downloads": -1, "filename": "django_taggit_anywhere-0.1.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "d18d87f1f36c90b7dacc3a6b47d7eb62", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5912, "upload_time": "2017-01-18T09:13:29", "url": "https://files.pythonhosted.org/packages/22/22/f5345b1eccb938e7fd4a6470ac518eb29e878dce84f13ef90957eba246dc/django_taggit_anywhere-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0bb463b097a3968524ca367ceb407dcc", "sha256": "9fcface3b97a17a4e99d7135952984e128f9344770122ea7c683e380ac24de0f" }, "downloads": -1, "filename": "django-taggit-anywhere-0.1.0.tar.gz", "has_sig": true, "md5_digest": "0bb463b097a3968524ca367ceb407dcc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4079, "upload_time": "2017-01-18T09:12:51", "url": "https://files.pythonhosted.org/packages/22/d3/a9795f0e68bd5814083ee73819434bf4a7e574ab0c27bf9a984cb4d344ea/django-taggit-anywhere-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "cdb8619ebaa66883278e70b37de84199", "sha256": "4686bd85cd0b7b53af729ae33735e31227f78329bf41bbdfe177c0fc6687741e" }, "downloads": -1, "filename": "django_taggit_anywhere-0.1.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "cdb8619ebaa66883278e70b37de84199", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6098, "upload_time": "2017-01-21T06:13:07", "url": "https://files.pythonhosted.org/packages/61/04/5c0b2f6c85b777220c4343519ab972726116a858c8f5c672e9f92bfa3594/django_taggit_anywhere-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "027345e5d6c15c68fff2377bbf75da77", "sha256": "0984a5583c31a315eb889cdb284e5f0dce065568072b1c87a89e66ec9d0a77ed" }, "downloads": -1, "filename": "django-taggit-anywhere-0.1.1.tar.gz", "has_sig": true, "md5_digest": "027345e5d6c15c68fff2377bbf75da77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4276, "upload_time": "2017-01-21T06:13:01", "url": "https://files.pythonhosted.org/packages/c6/48/9c3fa1fe66bd91f012bbeb1cb358e30c9cbea5ae4a464bc9ff593e38b807/django-taggit-anywhere-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "7b5f7431565c010474f45705da5938ff", "sha256": "b731ef036afe8e6c195e89b9ab0c6d2f38ce91ae8912eb034bab96180d17a64a" }, "downloads": -1, "filename": "django_taggit_anywhere-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7b5f7431565c010474f45705da5938ff", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 4018, "upload_time": "2018-05-10T11:30:05", "url": "https://files.pythonhosted.org/packages/8a/60/2a5887413be0e50c55d07ac5c6fb81bfcca16c9c7fa467dcebb07b163716/django_taggit_anywhere-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b127255beebbf6acad89249754b5d3d", "sha256": "188930ecad7165ba34742fe392feda69111e37081809138da08cb7409546f931" }, "downloads": -1, "filename": "django-taggit-anywhere-0.1.2.tar.gz", "has_sig": false, "md5_digest": "7b127255beebbf6acad89249754b5d3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4264, "upload_time": "2018-05-10T11:30:04", "url": "https://files.pythonhosted.org/packages/f5/67/1367e2f8973e346df0d3bcca0686a987ac3bdf958eefb7cf0603afb13ed9/django-taggit-anywhere-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "8276e1699b77874b06996dc7af3c668f", "sha256": "53d2df03713d6be0078c6d3b941f96e8c84c0e7e71721ccfcedefb54e751563a" }, "downloads": -1, "filename": "django_taggit_anywhere-0.1.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8276e1699b77874b06996dc7af3c668f", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 4985, "upload_time": "2019-03-27T10:49:57", "url": "https://files.pythonhosted.org/packages/f0/fb/fe1fe02e9b7a1ff64717f9f3205702d78e2f4d8edd16fefa8564c039e282/django_taggit_anywhere-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2fccad6f7750fffb07428f9c55d33986", "sha256": "2eab9edbab86683c895cde86092e6936f384b67c45e7c750fe3537c6de14f2a9" }, "downloads": -1, "filename": "django-taggit-anywhere-0.1.3.tar.gz", "has_sig": true, "md5_digest": "2fccad6f7750fffb07428f9c55d33986", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4473, "upload_time": "2019-03-27T10:49:55", "url": "https://files.pythonhosted.org/packages/d8/91/373d1cc48d4e478aa3d0ce2bda42a617815c55e09c9ef7c699386f85ea53/django-taggit-anywhere-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "2e2fa694848c36e904c001bee5038cd4", "sha256": "4e320ec6ebc4a388a8da36fbc4835a1ef1d3498fd0cd5a9d284fbe8e126b9445" }, "downloads": -1, "filename": "django_taggit_anywhere-0.1.4-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "2e2fa694848c36e904c001bee5038cd4", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 5010, "upload_time": "2019-03-27T10:57:11", "url": "https://files.pythonhosted.org/packages/1b/db/8b28a27e82b2eca096662be1d7409a6240155b4018cdebb5022cce75ee68/django_taggit_anywhere-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c54d84613f8d3f7cbc21f3561b18e2eb", "sha256": "33bc7495e720ced550d21ec34dd7d8119eef65e9b1bef77003b370277c3eba55" }, "downloads": -1, "filename": "django-taggit-anywhere-0.1.4.tar.gz", "has_sig": true, "md5_digest": "c54d84613f8d3f7cbc21f3561b18e2eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4536, "upload_time": "2019-03-27T10:57:09", "url": "https://files.pythonhosted.org/packages/3f/f4/04d84f82e2191552bc9d6b755f65041116903ea8a91d59d94da6c31f6aa9/django-taggit-anywhere-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2e2fa694848c36e904c001bee5038cd4", "sha256": "4e320ec6ebc4a388a8da36fbc4835a1ef1d3498fd0cd5a9d284fbe8e126b9445" }, "downloads": -1, "filename": "django_taggit_anywhere-0.1.4-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "2e2fa694848c36e904c001bee5038cd4", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 5010, "upload_time": "2019-03-27T10:57:11", "url": "https://files.pythonhosted.org/packages/1b/db/8b28a27e82b2eca096662be1d7409a6240155b4018cdebb5022cce75ee68/django_taggit_anywhere-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c54d84613f8d3f7cbc21f3561b18e2eb", "sha256": "33bc7495e720ced550d21ec34dd7d8119eef65e9b1bef77003b370277c3eba55" }, "downloads": -1, "filename": "django-taggit-anywhere-0.1.4.tar.gz", "has_sig": true, "md5_digest": "c54d84613f8d3f7cbc21f3561b18e2eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4536, "upload_time": "2019-03-27T10:57:09", "url": "https://files.pythonhosted.org/packages/3f/f4/04d84f82e2191552bc9d6b755f65041116903ea8a91d59d94da6c31f6aa9/django-taggit-anywhere-0.1.4.tar.gz" } ] }