{ "info": { "author": "Ville Kallioniemi", "author_email": "ville.kallioniemi@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Text Processing" ], "description": "Taggable\n--------\n\n>>> from taggable import TaggableSequence\n>>> sample = TaggableSequence('Do it')\n>>> sample.tag(\"POS\", \"VERB\")\n>>> for tag in sample.tags(\"POS\"):\n>>> print(tag.tag)\n>>> list = TaggableSequence([10, 2])\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ville-k/taggable", "keywords": "tag annotate enrich text data NLP", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "taggable", "package_url": "https://pypi.org/project/taggable/", "platform": "", "project_url": "https://pypi.org/project/taggable/", "project_urls": { "Homepage": "https://github.com/ville-k/taggable" }, "release_url": "https://pypi.org/project/taggable/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Taggable types for annotating data", "version": "0.2.0" }, "last_serial": 2434267, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "ad704632ce4c548d9e3b476e508bfaa4", "sha256": "810b22ea0870459916f4014b00f3be2c2ab2de9ba820406c70eb1207d2322eee" }, "downloads": -1, "filename": "taggable-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ad704632ce4c548d9e3b476e508bfaa4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3485, "upload_time": "2016-11-01T02:36:15", "url": "https://files.pythonhosted.org/packages/75/1e/76f1fd0aa019644f4d849b26af2416a9461f4141b07be73a41c9bd2f7e9d/taggable-0.2.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ad704632ce4c548d9e3b476e508bfaa4", "sha256": "810b22ea0870459916f4014b00f3be2c2ab2de9ba820406c70eb1207d2322eee" }, "downloads": -1, "filename": "taggable-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ad704632ce4c548d9e3b476e508bfaa4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3485, "upload_time": "2016-11-01T02:36:15", "url": "https://files.pythonhosted.org/packages/75/1e/76f1fd0aa019644f4d849b26af2416a9461f4141b07be73a41c9bd2f7e9d/taggable-0.2.0-py2.py3-none-any.whl" } ] }