{ "info": { "author": "Logilab", "author_email": "contact@logilab.fr", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: CubicWeb", "Programming Language :: JavaScript", "Programming Language :: Python" ], "description": "Summary\n-------\n\nThe tag cube allows to add labels to an entity as a simple yet\npowerful way to classify your content. Tags can be used to refine a\nsearch using facets.\n\nIt is a CubicWeb component. CubicWeb is a semantic web application\nframework, see http://www.cubicweb.org\n\nInstall\n-------\n\nAuto-install from sources is preferred with *pip/Distribute*::\n\n pip install cubicweb-tag\n\nIf you have troubles, use *easy_install/setuptools* and eggs::\n\n easy_install cubicweb-tag\n\nYou can install the package manually from the uncompressed\n`tarball `_::\n\n python setup.py install # auto-install dependencies\n\nIf you don't want the dependencies to be installed automatically, you\ncan force the setup to use the standard library *distutils*::\n\n NO_SETUPTOOLS=1 python setup.py install\n\nMore details at http://www.cubicweb.org/doc/en/admin/setup\n\nUsage\n-----\n\nTo allow tags on an entity type, you must allow the `tags` relation between `Tag`\nand your entity type(s).\n\nFor instance to activate the tag functionality on Person, Company and Division\nentity type, one should add to his schema:\n\n.. sourcecode:: python\n\n from yams.buildobjs import RelationDefinition\n class tags(RelationDefinition):\n subject = 'Tag'\n object = ('Person', 'Company', 'Division')\n\nYou should then see the tags box appearing on the primary view for entities of\nthose type. The`TagsBox` display tags applied to the entity but also provides\nan easily way to add / remove tags, if you've the permission to do so.\n\nMore views\n----------\n- The `SimilarEntitiesBox` shows some entities which share the most tags together\n\n- The `TagsCloudView`, a classical, displaying a set of tags appearing more or\n less big according to the number of tagged entities. It's used by the\n `TagsCouldBox`, which is not visible by default (user can activate it using\n their preferences) but that you can activate by default using the code snippet below:\n\n .. sourcecode:: python\n\n from cubicweb_tag.views import TagsCloudBox\n # make the tags cloud box visible by default\n TagsCloudBox.visible = True\n\n- The primary view for tags provides a tags merging interface to site administrators,\n very useful to manage tags on a site where people tend to express the same thing with\n different words, or spelling.\n\nDocumentation\n-------------\n\nLook in the ``doc/`` subdirectory or read\nhttp://www.cubicweb.org/doc/en/", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.cubicweb.org/project/cubicweb-tag", "keywords": "", "license": "LGPL", "maintainer": "", "maintainer_email": "", "name": "cubicweb-tag", "package_url": "https://pypi.org/project/cubicweb-tag/", "platform": "", "project_url": "https://pypi.org/project/cubicweb-tag/", "project_urls": { "Homepage": "http://www.cubicweb.org/project/cubicweb-tag" }, "release_url": "https://pypi.org/project/cubicweb-tag/1.9.2/", "requires_dist": null, "requires_python": "", "summary": "tag component for the CubicWeb framework", "version": "1.9.2" }, "last_serial": 4904250, "releases": { "1.5.0": [], "1.5.1": [ { "comment_text": "", "digests": { "md5": "bb153a7f967d549da2d0aa3829e600da", "sha256": "fc7c1e6f3b289be2d0a5c0e292e778f55e03e92cec861a82b3f0ac62812a7a3f" }, "downloads": -1, "filename": "cubicweb-tag-1.5.1.tar.gz", "has_sig": false, "md5_digest": "bb153a7f967d549da2d0aa3829e600da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12039, "upload_time": "2009-06-24T16:38:26", "url": "https://files.pythonhosted.org/packages/5b/65/ee47e1bcfd3d3ac2b88e68349b004ffe6977aed3f477182a057f3c43e858/cubicweb-tag-1.5.1.tar.gz" } ], "1.5.2": [ { "comment_text": "", "digests": { "md5": "71fb61a6c91fff28ec0504bcc33a643a", "sha256": "e26ef298367574bd53c60f458e1c582d1d0ddc7169750330d8283a4cd4a9d054" }, "downloads": -1, "filename": "cubicweb-tag-1.5.2.tar.gz", "has_sig": false, "md5_digest": "71fb61a6c91fff28ec0504bcc33a643a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12135, "upload_time": "2009-07-22T09:32:42", "url": "https://files.pythonhosted.org/packages/a2/7f/db2a568f4b1867f93e2c72799f398c03af415cc62439a7d89fdc79b75a8c/cubicweb-tag-1.5.2.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "6ff6f1e05cda4ff22eb35a3923c46a89", "sha256": "b241c702d4bf848d0e5a715e6b1389b46b4e6f663b666a8bf375c0b921670183" }, "downloads": -1, "filename": "cubicweb-tag-1.6.0.tar.gz", "has_sig": false, "md5_digest": "6ff6f1e05cda4ff22eb35a3923c46a89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12968, "upload_time": "2010-02-10T16:27:50", "url": "https://files.pythonhosted.org/packages/a6/24/cde0203ca483cdb1d38ccd0dce096b8dd54a864e2d401195c7bddc8d3845/cubicweb-tag-1.6.0.tar.gz" } ], "1.7.1": [ { "comment_text": "", "digests": { "md5": "d921ba3da7a1b2a6abfaeda0cc3d2e16", "sha256": "037c90c772404d27d8c0cb85357454690ede0bc8c8d68c2ee671c4c58dfef62f" }, "downloads": -1, "filename": "cubicweb-tag-1.7.1.tar.gz", "has_sig": false, "md5_digest": "d921ba3da7a1b2a6abfaeda0cc3d2e16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13834, "upload_time": "2011-01-24T18:21:28", "url": "https://files.pythonhosted.org/packages/9c/fd/ba82dc1d6d6da3cd63572dae7c2be1781436a68ec0d4f5ea468914294d9e/cubicweb-tag-1.7.1.tar.gz" } ], "1.8.0": [ { "comment_text": "", "digests": { "md5": "6ba6e1e4954ad7e08c92330a86d1cb09", "sha256": "f76c0d902c04b32848a5f994bdc42f7b318d0fe3832829a6a03b435ca7ff1a09" }, "downloads": -1, "filename": "cubicweb-tag-1.8.0.tar.gz", "has_sig": false, "md5_digest": "6ba6e1e4954ad7e08c92330a86d1cb09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13771, "upload_time": "2013-04-03T16:08:36", "url": "https://files.pythonhosted.org/packages/66/0a/1ddb5cd0a8972a9fcc0b032a1ca499e3a4d52cc60f0bbd166388d4c608e1/cubicweb-tag-1.8.0.tar.gz" } ], "1.8.1": [ { "comment_text": "", "digests": { "md5": "5f17f35fea530dac1f8dc504e19c873e", "sha256": "53d3eb8b7335afebb2c4049dd9e0cb579ad248ae5356713c84e16258bc4aacfb" }, "downloads": -1, "filename": "cubicweb-tag-1.8.1.tar.gz", "has_sig": false, "md5_digest": "5f17f35fea530dac1f8dc504e19c873e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13772, "upload_time": "2014-03-04T07:35:30", "url": "https://files.pythonhosted.org/packages/25/9d/0c6620cad6716c181ce53a569e1a460620a3093de9e2b9c05dc54c97bea8/cubicweb-tag-1.8.1.tar.gz" } ], "1.8.2": [ { "comment_text": "", "digests": { "md5": "1134c01a51bdea7cd5aa72839e197dd6", "sha256": "656a342090dbb0cac8355588f90e15e4b9d65cf4ec4fa12a9dc543691a9ba07e" }, "downloads": -1, "filename": "cubicweb-tag-1.8.2.tar.gz", "has_sig": false, "md5_digest": "1134c01a51bdea7cd5aa72839e197dd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13945, "upload_time": "2015-07-08T10:31:57", "url": "https://files.pythonhosted.org/packages/2b/60/55aa6e0b75f00580c8fe5c3f3603afbb4422a0e1b31c3ee83f276dc7604e/cubicweb-tag-1.8.2.tar.gz" } ], "1.8.3": [ { "comment_text": "", "digests": { "md5": "e16de778daaf459efe750f284bfc5c74", "sha256": "b87a92a309eb27c08b626f648ef92e6c5b68bdbcd62f6c0e80cc86da94c3e3ce" }, "downloads": -1, "filename": "cubicweb-tag-1.8.3.tar.gz", "has_sig": false, "md5_digest": "e16de778daaf459efe750f284bfc5c74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14118, "upload_time": "2016-03-14T15:59:08", "url": "https://files.pythonhosted.org/packages/fc/d4/35e66e5f5c251e1f27b44044817d6cfa221e6bc76c9c169d474b13111a76/cubicweb-tag-1.8.3.tar.gz" } ], "1.9.0": [ { "comment_text": "", "digests": { "md5": "3dadf0a878474d7928c4bdb7027e5cef", "sha256": "56fd90089e4a9c1ea9afc6a6e76aacad51b67640756eb88aa2643331e763c3bb" }, "downloads": -1, "filename": "cubicweb-tag-1.9.0.tar.gz", "has_sig": false, "md5_digest": "3dadf0a878474d7928c4bdb7027e5cef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46797, "upload_time": "2019-03-05T13:45:23", "url": "https://files.pythonhosted.org/packages/2c/34/3da2da8e337188d9fcdc7089e39e17712c2309814196ba92a0438af3d2a7/cubicweb-tag-1.9.0.tar.gz" } ], "1.9.1": [ { "comment_text": "", "digests": { "md5": "279be9a393f856b612cf39f4dc931872", "sha256": "4b399f77ececf6ae9551930e25bba53e663e08ef3fd40729c67ff86a47eae900" }, "downloads": -1, "filename": "cubicweb-tag-1.9.1.tar.gz", "has_sig": false, "md5_digest": "279be9a393f856b612cf39f4dc931872", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48669, "upload_time": "2019-03-05T15:42:10", "url": "https://files.pythonhosted.org/packages/3b/58/4f93e813f72f62d12efac35406851113f2bfe2297a4d8c09d7493ce5a961/cubicweb-tag-1.9.1.tar.gz" } ], "1.9.2": [ { "comment_text": "", "digests": { "md5": "8f541241f7206edcfe180ae2416548d4", "sha256": "ca34572f8bea6beff7127336e28a132ab64462e91f1922edeb0d1477590826e2" }, "downloads": -1, "filename": "cubicweb-tag-1.9.2.tar.gz", "has_sig": false, "md5_digest": "8f541241f7206edcfe180ae2416548d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48688, "upload_time": "2019-03-06T09:01:58", "url": "https://files.pythonhosted.org/packages/98/b5/e8721d342a56967ee044528ce2d6f198443453bf2fd1d1ba10ab021d71b9/cubicweb-tag-1.9.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8f541241f7206edcfe180ae2416548d4", "sha256": "ca34572f8bea6beff7127336e28a132ab64462e91f1922edeb0d1477590826e2" }, "downloads": -1, "filename": "cubicweb-tag-1.9.2.tar.gz", "has_sig": false, "md5_digest": "8f541241f7206edcfe180ae2416548d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48688, "upload_time": "2019-03-06T09:01:58", "url": "https://files.pythonhosted.org/packages/98/b5/e8721d342a56967ee044528ce2d6f198443453bf2fd1d1ba10ab021d71b9/cubicweb-tag-1.9.2.tar.gz" } ] }