{ "info": { "author": "Jeff Balogh, Dave Dash", "author_email": "jbalogh@mozilla.com, dd@mozilla.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Environment :: Web Environment :: Mozilla", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Unicode Slugify\n\nUnicode Slugify is a slugifier that generates unicode slugs. It was originally\nused in the Firefox Add-ons web site to generate slugs for add-ons and add-on\ncollections. Many of these add-ons and collections had unicode characters and\nrequired more than simple transliteration.\n\n## Usage\n\n >>> import slugify\n\n >>> slugify.slugify(u'B\u00e4n...g (bang)')\n u'b\u00e4ng-bang'\n\n >>> slugify.slugify(u'B\u00e4uma means a tree', only_ascii=True)\n u'bauma-means-a-tree'\n\n >>> slugify(u'Bak\u0131c\u0131 geldi', only_ascii=True)\n u'bakici-geldi'\n\n## Thanks\n\nTomaz Solc, unidecode, https://pypi.python.org/pypi/Unidecode", "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/mozilla/unicode-slugify", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "unicode-slugify", "package_url": "https://pypi.org/project/unicode-slugify/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/unicode-slugify/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/mozilla/unicode-slugify" }, "release_url": "https://pypi.org/project/unicode-slugify/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "A slug generator that turns strings into unicode slugs.", "version": "0.1.3" }, "last_serial": 1380405, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a844cf27b3199b40d70b8fd755727e03", "sha256": "2dd04916c9fcde06a6d1c081448ef8973dae00eda4178dc24259795fae66bb3d" }, "downloads": -1, "filename": "unicode-slugify-0.1.tar.gz", "has_sig": false, "md5_digest": "a844cf27b3199b40d70b8fd755727e03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3280, "upload_time": "2012-07-23T18:11:52", "url": "https://files.pythonhosted.org/packages/c8/87/1270f5d747d0aa02b449b3580c3fb7576404aed643ec9606b0a96b2d4496/unicode-slugify-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b0ec3ff7e3f8ad2ed0f03cf846b020b2", "sha256": "665ade19486e71085bd6c5b4552bfdcaee7830a3943b0a1e6c4dfb6be9a3129d" }, "downloads": -1, "filename": "unicode-slugify-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b0ec3ff7e3f8ad2ed0f03cf846b020b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3341, "upload_time": "2013-07-10T15:11:25", "url": "https://files.pythonhosted.org/packages/e6/26/973abe06b4e5c6862b2c2ec6b9fe52f90454e16c16af0b2cee874e2b27d5/unicode-slugify-0.1.1.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "5d9231fbef4a43b237eebfcb2655f508", "sha256": "34cf3afefa6480efe705a4fc0eaeeaf7f49754aec322ba3e8b2f27dc1cbcf650" }, "downloads": -1, "filename": "unicode-slugify-0.1.3.tar.gz", "has_sig": false, "md5_digest": "5d9231fbef4a43b237eebfcb2655f508", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4430, "upload_time": "2015-01-13T04:22:51", "url": "https://files.pythonhosted.org/packages/8c/ba/1a05f61c7fd72df85ae4dc1c7967a3e5a4b6c61f016e794bc7f09b2597c0/unicode-slugify-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5d9231fbef4a43b237eebfcb2655f508", "sha256": "34cf3afefa6480efe705a4fc0eaeeaf7f49754aec322ba3e8b2f27dc1cbcf650" }, "downloads": -1, "filename": "unicode-slugify-0.1.3.tar.gz", "has_sig": false, "md5_digest": "5d9231fbef4a43b237eebfcb2655f508", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4430, "upload_time": "2015-01-13T04:22:51", "url": "https://files.pythonhosted.org/packages/8c/ba/1a05f61c7fd72df85ae4dc1c7967a3e5a4b6c61f016e794bc7f09b2597c0/unicode-slugify-0.1.3.tar.gz" } ] }