{ "info": { "author": "Alan Tygel", "author_email": "alantygel@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "ckanext-tagmanager\n=============\n\nTagmanager offers a graphical interface for removing and merging tags. This is usefull for big open data portals with many contributors, where tags are not always kept consistent.\n\nWe offer three modes of tags merging suggestions:\n\n- Strong: show tags that differ only by capitals special characters;\n- Medium: show tags that have a Levenshtein edit distance smaller than one;\n- Synonym: show tags that are synomyns (only for English)\n\nThis extensions is intended to fill the tag managament gap of CKAN. CKAN core offers only a listing of tags, and edition through the specific datasets.\n\nIn the future, we plan to offer the creation of relationships between tags, and connection to a central semantic tag server.\n\nRequirements\n------------\n\nBefore installing tagmanager, make sure you have:\n\n* CKAN 2.5+\n* Levenshtein python library: pip install python-Levenshtein\n* Unidecode python library: pip install unidecode\n* NLTK library: pip install nltk\n* NLTK data: python -m nltk.downloader all\n\n\nInstallation\n------------\n\nTo install ckanext-tagmanager:\n\n1. Activate your CKAN virtual environment, for example::\n\n . /usr/lib/ckan/default/bin/activate\n\n2. Install the ckanext-tagmanager Python package into your virtual environment::\n\n pip install ckanext-tagmanager\n\n3. Add ``tagmanager`` to the ``ckan.plugins`` setting in your CKAN\n config file (by default the config file is located at\n ``/etc/ckan/default/production.ini``).\n\n4. Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu::\n\n sudo service apache2 reload\n\nDevelopment Installation\n------------------------\n\nTo install ckanext-tagmanager for development, activate your CKAN virtualenv and\ndo::\n\n git clone https://github.com/alantygel/ckanext-tagmanager.git\n cd ckanext-tagmanager\n python setup.py develop\n pip install -r dev-requirements.txt\n\nUse\n---------------------\n\nNavigate to yoursite/tagmanager", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/alantygel/ckanext-tagmanager", "keywords": "CKAN tag,management,organization,tag merging,tag cleansing", "license": "AGPL", "maintainer": null, "maintainer_email": null, "name": "ckanext-tagmanager", "package_url": "https://pypi.org/project/ckanext-tagmanager/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ckanext-tagmanager/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/alantygel/ckanext-tagmanager" }, "release_url": "https://pypi.org/project/ckanext-tagmanager/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Tag management for CKAN portals", "version": "0.0.2" }, "last_serial": 1824755, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "89364e9c1070bb5cb4f0b3538fcaf118", "sha256": "e28a1f646194f62d1123919298694f75712df39be431b6c37460c852b89d42ab" }, "downloads": -1, "filename": "ckanext-tagmanager-0.0.1.tar.gz", "has_sig": false, "md5_digest": "89364e9c1070bb5cb4f0b3538fcaf118", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6163, "upload_time": "2015-08-13T14:56:09", "url": "https://files.pythonhosted.org/packages/45/93/2123d2b04e3b183ff4b8814c6041b2ed39e90d37afecfae8a2844b0882a4/ckanext-tagmanager-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "e3fadd0cd0b79331a794a37da40f0f59", "sha256": "5fac0fb4c2d77132c54a9b6da7f5e4031b4f83df6e388709795bcb5b5920e229" }, "downloads": -1, "filename": "ckanext-tagmanager-0.0.2.tar.gz", "has_sig": false, "md5_digest": "e3fadd0cd0b79331a794a37da40f0f59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12434, "upload_time": "2015-11-19T17:11:53", "url": "https://files.pythonhosted.org/packages/c5/3f/b122b6c333427c5b0d25ee88e32e63d58a408eb51a5043befc9358d45b07/ckanext-tagmanager-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e3fadd0cd0b79331a794a37da40f0f59", "sha256": "5fac0fb4c2d77132c54a9b6da7f5e4031b4f83df6e388709795bcb5b5920e229" }, "downloads": -1, "filename": "ckanext-tagmanager-0.0.2.tar.gz", "has_sig": false, "md5_digest": "e3fadd0cd0b79331a794a37da40f0f59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12434, "upload_time": "2015-11-19T17:11:53", "url": "https://files.pythonhosted.org/packages/c5/3f/b122b6c333427c5b0d25ee88e32e63d58a408eb51a5043befc9358d45b07/ckanext-tagmanager-0.0.2.tar.gz" } ] }