{ "info": { "author": "Vinay Sajip", "author_email": "vinay_sajip@yahoo.co.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Environment :: MacOS X", "Environment :: Win32 (MS Windows)", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: Implementation", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "The uprefix module provides an import hook for Python 3 which removes\r\n'u' prefixes on Unicode literal strings in Python source code.\r\n\r\nIt is intended to assist users when porting Python 2.x code to 3.x.\r\n\r\nThere's no separate documentation - all you need is given below.\r\n\r\nRequirements & Installation\r\n---------------------------\r\nThe uprefix module requires Python 3.1 or greater, and can be\r\ninstalled with the standard Python installation procedure:\r\n\r\n python setup.py install\r\n\r\nThere is a set of unit tests which you can invoke with\r\n\r\n python setup.py test\r\n \r\nbefore running the installation.\r\n\r\nUsage\r\n-----\r\n\r\nOnce installed on the path, the import hook is invoked as follows:\r\n\r\n >>> import uprefix\r\n >>> uprefix.register_hook()\r\n\r\nYou can unregister the hook by\r\n\r\n >>> uprefix.unregister_hook()\r\n\r\n\r\nThe latest version of uprefix can be found at\r\n\r\nhttps://bitbucket.org/vinay.sajip/uprefix/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/vinay.sajip/uprefix/", "keywords": "", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "uprefix", "package_url": "https://pypi.org/project/uprefix/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/uprefix/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/vinay.sajip/uprefix/" }, "release_url": "https://pypi.org/project/uprefix/0.1/", "requires_dist": null, "requires_python": null, "summary": "An import hook for Python 3 that removes u prefixes from Python source code before compiling it.", "version": "0.1" }, "last_serial": 731449, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9407b2d7aa1a574be7a61bde3af2d762", "sha256": "6020d025e92a8513fc4c117ebdfe47294aed530b887c4b43115d9ae3f2ac1cf2" }, "downloads": -1, "filename": "uprefix-0.1.tar.gz", "has_sig": false, "md5_digest": "9407b2d7aa1a574be7a61bde3af2d762", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12771, "upload_time": "2012-04-13T15:23:19", "url": "https://files.pythonhosted.org/packages/d0/e4/14c293c7f46921df4d69a4310731ef1ca970db7a2a676a9d929c1caa0871/uprefix-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9407b2d7aa1a574be7a61bde3af2d762", "sha256": "6020d025e92a8513fc4c117ebdfe47294aed530b887c4b43115d9ae3f2ac1cf2" }, "downloads": -1, "filename": "uprefix-0.1.tar.gz", "has_sig": false, "md5_digest": "9407b2d7aa1a574be7a61bde3af2d762", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12771, "upload_time": "2012-04-13T15:23:19", "url": "https://files.pythonhosted.org/packages/d0/e4/14c293c7f46921df4d69a4310731ef1ca970db7a2a676a9d929c1caa0871/uprefix-0.1.tar.gz" } ] }