{ "info": { "author": "Vadim Markovtsev", "author_email": "gmarkhor@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries" ], "description": "obj2uni\n=======\n\nThis packages defines the single function, `obj2uni`, which returns\nUnicode strings for sequences of any objects. Each string\nhas the length equal to the length of the corresponding sequence.\nMultiple sequences share the same character mapping.\nThis function can be useful for other packages which operate on strings faster,\ne.g. for computing Levenshtein distance.\n\n```Python\n>>> from obj2uni import obj2uni\n>>> obj2uni((1, 2, 3, None), ('test', 'ham', 'spam', 3.14159))\n\n(('\\x01\\x02\\x03\\x00', '\\x07\\x05\\x06\\x04'),\n {'\\x00': None,\n '\\x01': 1,\n '\\x02': 2,\n '\\x03': 3,\n '\\x04': 3.14159,\n '\\x05': 'ham',\n '\\x06': 'spam',\n '\\x07': 'test'})\n```\n\nReleased under MIT license. Copyright \u00a9 2016 Mail.Ru Group LLC.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/vmarkovtsev/obj2uni", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vmarkovtsev/obj2uni", "keywords": "unicode", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "obj2uni", "package_url": "https://pypi.org/project/obj2uni/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/obj2uni/", "project_urls": { "Download": "https://github.com/vmarkovtsev/obj2uni", "Homepage": "https://github.com/vmarkovtsev/obj2uni" }, "release_url": "https://pypi.org/project/obj2uni/1.0/", "requires_dist": null, "requires_python": null, "summary": "Object -> unicode mapper", "version": "1.0" }, "last_serial": 2063433, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "5055aef3f2ec1c954927318582d19db6", "sha256": "bf55bf9c4afcef6c71538abc2d6f0b792ae0abad62822b61398685576098c1b8" }, "downloads": -1, "filename": "obj2uni-1.0.tar.gz", "has_sig": false, "md5_digest": "5055aef3f2ec1c954927318582d19db6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2922, "upload_time": "2016-04-14T09:47:54", "url": "https://files.pythonhosted.org/packages/42/44/4073a12618bcaf75905d7eed5be93a35c5d8b08201d355dd128b04a9cb21/obj2uni-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5055aef3f2ec1c954927318582d19db6", "sha256": "bf55bf9c4afcef6c71538abc2d6f0b792ae0abad62822b61398685576098c1b8" }, "downloads": -1, "filename": "obj2uni-1.0.tar.gz", "has_sig": false, "md5_digest": "5055aef3f2ec1c954927318582d19db6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2922, "upload_time": "2016-04-14T09:47:54", "url": "https://files.pythonhosted.org/packages/42/44/4073a12618bcaf75905d7eed5be93a35c5d8b08201d355dd128b04a9cb21/obj2uni-1.0.tar.gz" } ] }