{ "info": { "author": "Andy Kilner", "author_email": "gnublde@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Testing" ], "description": "Overview\n========\n\ndoctest-ignore-unicode is a plugin (currently only for `Nose`_) that adds\na flag to ignore unicode literal prefixes in doctests.\n\n.. _Nose: http://somethingaboutorange.com/mrl/projects/nose\n\nThe implmentation is inspired by\nhttps://github.com/nltk/nltk/blob/2and3/nltk/test/doctest_nose_plugin.py\n\nUsage\n=====\n\n >>> def hello_world():\n ... return 'Hello World'\n >>> hello_world() # doctest: +IGNORE_UNICODE\n u'Hello World'\n\nFAQ\n===\n\nWhy?\n----\n\nIf you need to ask you probably don't need it. (Hint: supporting python 2 & 3\nin the same codebase).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/gnublade/doctest-ignore-unicode", "keywords": null, "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "doctest-ignore-unicode", "package_url": "https://pypi.org/project/doctest-ignore-unicode/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/doctest-ignore-unicode/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/gnublade/doctest-ignore-unicode" }, "release_url": "https://pypi.org/project/doctest-ignore-unicode/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Add flag to ignore unicode literal prefixes in doctests", "version": "0.1.2" }, "last_serial": 791300, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "37d979881b43a95cf5d26ae0485b6377", "sha256": "2b7d799e170a25348a3e6b46c26d9fc609bf5c5deed49afb9786b9c859cc1ecb" }, "downloads": -1, "filename": "doctest-ignore-unicode-0.1.0.tar.gz", "has_sig": false, "md5_digest": "37d979881b43a95cf5d26ae0485b6377", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2140, "upload_time": "2013-04-06T13:39:27", "url": "https://files.pythonhosted.org/packages/8b/d8/6534c1c939727bd63028bbcd31ec9f34e65d293ba5c7001158da8b4424fb/doctest-ignore-unicode-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d694c450bd8999d39978bb431f63c46c", "sha256": "137e64707b0906e7f2f276cde1e5337ab71e8c949942127bf8388695f8ff6208" }, "downloads": -1, "filename": "doctest-ignore-unicode-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d694c450bd8999d39978bb431f63c46c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2121, "upload_time": "2013-04-07T13:19:23", "url": "https://files.pythonhosted.org/packages/bd/8c/48649ff85c2b890405a05df3ee481457e8770896df6553b81c532e478417/doctest-ignore-unicode-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "ba64fe1ef48e8ed68d9ac9a9a03d0c65", "sha256": "fc90b2d0846477285c6b67fc4cb4d6f39fcf76d8752f4df0a241486f31512ad5" }, "downloads": -1, "filename": "doctest-ignore-unicode-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ba64fe1ef48e8ed68d9ac9a9a03d0c65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2270, "upload_time": "2013-04-11T13:50:01", "url": "https://files.pythonhosted.org/packages/9a/b5/bd095f63ad96bef0ee0d8a561a23033bcf522060f149b8c12781e12cc38a/doctest-ignore-unicode-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ba64fe1ef48e8ed68d9ac9a9a03d0c65", "sha256": "fc90b2d0846477285c6b67fc4cb4d6f39fcf76d8752f4df0a241486f31512ad5" }, "downloads": -1, "filename": "doctest-ignore-unicode-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ba64fe1ef48e8ed68d9ac9a9a03d0c65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2270, "upload_time": "2013-04-11T13:50:01", "url": "https://files.pythonhosted.org/packages/9a/b5/bd095f63ad96bef0ee0d8a561a23033bcf522060f149b8c12781e12cc38a/doctest-ignore-unicode-0.1.2.tar.gz" } ] }