{ "info": { "author": "Clovis Fabricio", "author_email": "nosklo at gmail dot com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Plugins", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Software Development :: Internationalization", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Filters", "Topic :: Utilities" ], "description": "\\\nThis module will register GNU iconv supported codecs for usage inside python.\n\nUsage:\n Just register the codec you want:\n\n >>> import iconv_codecs\n >>> iconv_codecs.register('ansi_x3.110-1983')\n \n Then you can use it:\n \n >>> u'testing'.encode('ansi_x3.110-1983')\n 'testing'\n\n Alternatively you can use them without registering, by using the iconv prefix:\n\n >>> '\\x87'.decode('iconv:CP860')\n u'\\xe7'\n >>> u'testing'.encode('iconv:CSEBCDICFISEA')\n '\\xa3\\x85\\xa2\\xa3\\x89\\x95\\x87'\n\n To register all python unsupported codecs, just call register() without\n parameters:\n \n >>> iconv_codecs.register()\n >>> u'\\xe7'.encode('utf32')\n '\\xff\\xfe\\x00\\x00\\xe7\\x00\\x00\\x00'\n \n That will poll iconv for a list of codecs it supports and register the ones\n python doesn't support already. \n \nYou can read full API documentation here: http://packages.python.org/iconv_codecs/", "description_content_type": null, "docs_url": "https://pythonhosted.org/iconv_codecs/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pythonlog.wordpress.com/2009/03/03/ajuste-a-agua-conforme-o-foobar/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "iconv_codecs", "package_url": "https://pypi.org/project/iconv_codecs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/iconv_codecs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pythonlog.wordpress.com/2009/03/03/ajuste-a-agua-conforme-o-foobar/" }, "release_url": "https://pypi.org/project/iconv_codecs/0.2a1/", "requires_dist": null, "requires_python": null, "summary": "Python module to register all supported iconv codecs", "version": "0.2a1" }, "last_serial": 793183, "releases": { "0.1a1": [ { "comment_text": "", "digests": { "md5": "696d3d153176ce704b6730332c1cbdd9", "sha256": "9aaed2c33a2297d15c7d02f6c8def984178b5320b9ab4abf06a4bee908fa3b13" }, "downloads": -1, "filename": "iconv_codecs-0.1a1.tar.gz", "has_sig": false, "md5_digest": "696d3d153176ce704b6730332c1cbdd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2798, "upload_time": "2009-03-03T21:26:31", "url": "https://files.pythonhosted.org/packages/d2/ae/ca796e65610939dcb3b7c291c2fda79397c468e143292396c61c84677c05/iconv_codecs-0.1a1.tar.gz" } ], "0.2a1": [ { "comment_text": "", "digests": { "md5": "e314a0e209a0deacc43277388eb400b3", "sha256": "4b467137b9e0507c5d27d0e936dc0dd04d252d28ab25e24df605cfbdca3e5008" }, "downloads": -1, "filename": "iconv_codecs-0.2a1.tar.gz", "has_sig": false, "md5_digest": "e314a0e209a0deacc43277388eb400b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3458, "upload_time": "2009-03-05T22:50:30", "url": "https://files.pythonhosted.org/packages/b9/88/4b56284e9c0871d3e2bd98642b99825df8e3984fa478b631aca4d0573c58/iconv_codecs-0.2a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e314a0e209a0deacc43277388eb400b3", "sha256": "4b467137b9e0507c5d27d0e936dc0dd04d252d28ab25e24df605cfbdca3e5008" }, "downloads": -1, "filename": "iconv_codecs-0.2a1.tar.gz", "has_sig": false, "md5_digest": "e314a0e209a0deacc43277388eb400b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3458, "upload_time": "2009-03-05T22:50:30", "url": "https://files.pythonhosted.org/packages/b9/88/4b56284e9c0871d3e2bd98642b99825df8e3984fa478b631aca4d0573c58/iconv_codecs-0.2a1.tar.gz" } ] }