{ "info": { "author": "Horst Gutmann", "author_email": "horst@zerokspot.com", "bugtrack_url": null, "classifiers": [], "description": "This is a tiny wrapper around the pyjavaproperties package that does\nunicode en- and decoding transparently.\n\nThe problem I tried to solve here is that Java Properties files only\nsupport ISO-8859-1 content. If you need unicode, you have to use\nsomething like `native2ascii`_ or `propedit`_ for Eclipse which\nconverts content from unicode to ascii and stores it into the \nrespective file. In Python, obviously, you want the actual unicode\ndata and not the encoded version of the prop value and this is\nexactly what this here does.\n\nTo use it simply import the ``Properties`` class from the\n``pyjavapropertiesu`` module instead of ``pyjavaproperties`` and use\nthe ``getProperty`` method as before.\n\nPlease note, though, that the data within the internal dict in the Properties\nclass is still encoded.\n\n.. _`native2ascii`: http://docs.oracle.com/javase/7/docs/technotes/tools/windows/native2ascii.html\n.. _`propedit`: http://propedit.sourceforge.jp/index_en.html", "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/zerok/pyjavaproperties-unicode", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyjavaproperties-unicode", "package_url": "https://pypi.org/project/pyjavaproperties-unicode/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyjavaproperties-unicode/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/zerok/pyjavaproperties-unicode" }, "release_url": "https://pypi.org/project/pyjavaproperties-unicode/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A small wrapper around pyjavaproperties to add unicode support.", "version": "0.1.1" }, "last_serial": 1783834, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c816b175471d0468db12857fc48fc2f4", "sha256": "22d367f2698b39872b7774817bd584d7375221a0a40cd4f74228da4d0bcc8086" }, "downloads": -1, "filename": "pyjavaproperties_unicode-0.1-py27-none-any.whl", "has_sig": false, "md5_digest": "c816b175471d0468db12857fc48fc2f4", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3619, "upload_time": "2013-10-15T12:50:04", "url": "https://files.pythonhosted.org/packages/02/f7/0a0a0b97e1dabdb026887e79d6e7cf208947bb0f3f60e09d8f7352a9c40a/pyjavaproperties_unicode-0.1-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6ef4e113d96867e27393e9d8b6be428f", "sha256": "61e2fd1fe25f1f8a5cfcf94ea89252475a9197cfa948b49a13aec3d1fab1d0ae" }, "downloads": -1, "filename": "pyjavaproperties-unicode-0.1.tar.gz", "has_sig": false, "md5_digest": "6ef4e113d96867e27393e9d8b6be428f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1943, "upload_time": "2013-10-15T12:47:16", "url": "https://files.pythonhosted.org/packages/14/3b/51da65fbbe1adfd97301d0aaff1d17eb78a807866d33d274b9f82066f3b4/pyjavaproperties-unicode-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "9c300fd0da2f2415e8b68ee03ce7b29c", "sha256": "f0907dd52aafdcdcbceefd8c5655fd53293a38d40f94c748a2f8568edab3c059" }, "downloads": -1, "filename": "pyjavaproperties-unicode-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9c300fd0da2f2415e8b68ee03ce7b29c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2025, "upload_time": "2015-10-24T06:20:18", "url": "https://files.pythonhosted.org/packages/e5/1a/04ddb674ed67f1808ece4f41f0131f166f9922a59568383938e1970ad205/pyjavaproperties-unicode-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9c300fd0da2f2415e8b68ee03ce7b29c", "sha256": "f0907dd52aafdcdcbceefd8c5655fd53293a38d40f94c748a2f8568edab3c059" }, "downloads": -1, "filename": "pyjavaproperties-unicode-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9c300fd0da2f2415e8b68ee03ce7b29c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2025, "upload_time": "2015-10-24T06:20:18", "url": "https://files.pythonhosted.org/packages/e5/1a/04ddb674ed67f1808ece4f41f0131f166f9922a59568383938e1970ad205/pyjavaproperties-unicode-0.1.1.tar.gz" } ] }