{ "info": { "author": "Stutzbach Enterprises, LLC", "author_email": "daniel@stutzbachenterprises.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Win32 (MS Windows)", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: Microsoft :: Windows", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "winreg_unicode\n==============\n\nThe winreg_unicode package is a drop-in replacement for Python 2's\n`_winreg`_ module. However, it returns unicode values where possible,\nsimilar to Python 3's `winreg`_ module.\n\nTo illustrate the need for the winreg_unicode package, suppose an\napplication must query the registry to discover a filename and the\nregistry contains the string \"me\u0111uresorna.txt\". Python 2's `_winreg`_\nmodule will return \"meduresorna.txt\" instead, which is not the actual\nname of the file.\n\nThe winreg_unicode package does not yet contain all of `_winreg`_'s\nfunctions. In particular, functions that write to the registry are\nnot yet included. Code contributions are welcome.\n\nThe following functions *are* included in winreg_unicode:\n\n- `OpenKey`_\n- `QueryInfoKey`_\n- `EnumValue`_\n- `EnumKey`_\n- `QueryValueEx`_\n\n.. _`_winreg`: http://docs.python.org/library/_winreg.html\n.. _winreg: http://docs.python.org/py3k/library/winreg.html\n.. _OpenKey: http://docs.python.org/py3k/library/winreg.html#winreg.OpenKey\n.. _QueryInfoKey: http://docs.python.org/py3k/library/winreg.html#winreg.QueryInfoKey\n.. _EnumValue: http://docs.python.org/py3k/library/winreg.html#winreg.EnumValue\n.. _EnumKey: http://docs.python.org/py3k/library/winreg.html#winreg.EnumKey\n.. _QueryValueEx: http://docs.python.org/py3k/library/winreg.html#winreg.QueryValueEx\n\nRelevant links\n--------------\n\n- `Bug tracker`_\n- `Source code`_\n\n.. _`Bug tracker`: http://github.com/DanielStutzbach/winreg_unicode/issues\n.. _`Source code`: http://github.com/DanielStutzbach/winreg_unicode", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://stutzbachenterprises.com/", "keywords": "winreg unicode Windows registry", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "winreg_unicode", "package_url": "https://pypi.org/project/winreg_unicode/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/winreg_unicode/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://stutzbachenterprises.com/" }, "release_url": "https://pypi.org/project/winreg_unicode/0.5.0/", "requires_dist": null, "requires_python": null, "summary": "a Unicode-aware winreg package for Python 2", "version": "0.5.0" }, "last_serial": 801680, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "2d4febcf06c05adb77689aa3afca9aea", "sha256": "e68bd5b6c08c5f27dd8872ceb3502191d8d3cfa308a4c471b772e7bcbd152c4c" }, "downloads": -1, "filename": "winreg_unicode-0.5.0.tar.gz", "has_sig": true, "md5_digest": "2d4febcf06c05adb77689aa3afca9aea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9216, "upload_time": "2010-07-08T23:01:56", "url": "https://files.pythonhosted.org/packages/ec/d8/af45d7b26178ac38228a20baf7977ddac442ba792f7e0532f3e21f3eb583/winreg_unicode-0.5.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d4febcf06c05adb77689aa3afca9aea", "sha256": "e68bd5b6c08c5f27dd8872ceb3502191d8d3cfa308a4c471b772e7bcbd152c4c" }, "downloads": -1, "filename": "winreg_unicode-0.5.0.tar.gz", "has_sig": true, "md5_digest": "2d4febcf06c05adb77689aa3afca9aea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9216, "upload_time": "2010-07-08T23:01:56", "url": "https://files.pythonhosted.org/packages/ec/d8/af45d7b26178ac38228a20baf7977ddac442ba792f7e0532f3e21f3eb583/winreg_unicode-0.5.0.tar.gz" } ] }