{ "info": { "author": "Mikhail Andreev", "author_email": "x11org@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "smartencoding\n===============\n\nThese functions are copied from the source code of Django 1.5b2.\nAnd provides smart functions for convertation into utf8 and other encodings without Django.\nFor example, I use in the Flask.\n\n.. image:: https://secure.travis-ci.org/adw0rd/smartencoding.png\n :target: http://travis-ci.org/adw0rd/smartencoding\n\n\nInstallation::\n\n pip install smartencoding\n\nHow to use::\n\n from smartencoding import smart_unicode, smart_unicode_with_replace\n print smart_unicode(some_string)\n print smart_unicode_with_replace(broken_string)\n\nSee also:\n\n* https://pypi.python.org/pypi/Unidecode\n* https://pypi.python.org/pypi/chardet", "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/adw0rd/smartencoding", "keywords": "smart_unicode,smart_text,smart_encode,smart,encoding,unicode", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "smartencoding", "package_url": "https://pypi.org/project/smartencoding/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/smartencoding/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/adw0rd/smartencoding" }, "release_url": "https://pypi.org/project/smartencoding/0.3/", "requires_dist": null, "requires_python": null, "summary": "Python smart encoding (smart_unicode and other functions)", "version": "0.3" }, "last_serial": 799724, "releases": { "0.1": [], "0.2a": [ { "comment_text": "", "digests": { "md5": "6a0081cd64a878aa4a073c426c7455ab", "sha256": "476493fe83a82f5252727f90e11447d9dc4b01a093c49fc491006ab799af7857" }, "downloads": -1, "filename": "smartencoding-0.2a.tar.gz", "has_sig": false, "md5_digest": "6a0081cd64a878aa4a073c426c7455ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2412, "upload_time": "2013-02-19T11:06:37", "url": "https://files.pythonhosted.org/packages/3f/a9/226888152291c1cc03a1a8ef2e7e76d91fa5831a8bf0693c52d1c4da25dc/smartencoding-0.2a.tar.gz" } ], "0.2b": [ { "comment_text": "", "digests": { "md5": "0c7b915a6c9fa365f650ae877370091b", "sha256": "a445dea59ca04a9f1c055f3918ab95228a83445ab04648505e5e66852774aa11" }, "downloads": -1, "filename": "smartencoding-0.2b.tar.gz", "has_sig": false, "md5_digest": "0c7b915a6c9fa365f650ae877370091b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2445, "upload_time": "2013-02-19T11:12:41", "url": "https://files.pythonhosted.org/packages/33/c5/36997c25cb90e0bfe86f085fe2a77a9983443b0fcdcb56077bea94baa6c7/smartencoding-0.2b.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "a4ca275d6b1e82f9dc606a8d52bbf96e", "sha256": "ce795a4e82188eabb94796aa3db07d25b75febdae89cdd80dcc8cd28de1523ea" }, "downloads": -1, "filename": "smartencoding-0.3.tar.gz", "has_sig": false, "md5_digest": "a4ca275d6b1e82f9dc606a8d52bbf96e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2876, "upload_time": "2013-04-04T20:07:42", "url": "https://files.pythonhosted.org/packages/f6/50/624913a4122e4639126769abe9c33ffb5c09baac360fd0eadcfde8e5ab37/smartencoding-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a4ca275d6b1e82f9dc606a8d52bbf96e", "sha256": "ce795a4e82188eabb94796aa3db07d25b75febdae89cdd80dcc8cd28de1523ea" }, "downloads": -1, "filename": "smartencoding-0.3.tar.gz", "has_sig": false, "md5_digest": "a4ca275d6b1e82f9dc606a8d52bbf96e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2876, "upload_time": "2013-04-04T20:07:42", "url": "https://files.pythonhosted.org/packages/f6/50/624913a4122e4639126769abe9c33ffb5c09baac360fd0eadcfde8e5ab37/smartencoding-0.3.tar.gz" } ] }