{ "info": { "author": "Nathan R. Yergler", "author_email": "nathan@yergler.net", "bugtrack_url": null, "classifiers": [], "description": "========\n DocSix\n========\n\n.. image:: https://travis-ci.org/nyergler/docsix.png?branch=master\n :target: https://travis-ci.org/nyergler/docsix\n\n*DocSix* is a tool which helps you run your doctests_ under both\nPython 2 and Python 3 (specifically 3.3 and later).\n\nDocSix works by stripping unicode indicators from expected test output\nbefore running the test on Python 3.\n\nTo use DocSix, simply pass it the list of files to execute tests on::\n\n >>> import unittest\n >>> from docsix import get_doctest_suite\n >>> suite = get_doctest_suite(['testdoc.rst'])\n >>> unittest.TextTestRunner(verbosity=2).run(suite)\n \n\n\n.. _doctests: http://docs.python.org/2/library/doctest.html\n\n\n\nNews\n====\n\n0.1\n---\n\n*Release date: 17-Feb-2014*\n\n* Support for Sphinx ``testcode`` block\n* Support for stripping unicode indicators from output strings in\n doctests.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "testing doctest", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "docsix", "package_url": "https://pypi.org/project/docsix/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/docsix/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/docsix/0.1/", "requires_dist": null, "requires_python": null, "summary": "Doctests on Python 2 & 3", "version": "0.1" }, "last_serial": 1004476, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "111fd6f002206902e2297fac736848bc", "sha256": "f0c5b7e4c6fc5b33f37ab3c168fcd3207b766fefc01f7065d4a12f38774c8dcb" }, "downloads": -1, "filename": "docsix-0.1.tar.gz", "has_sig": false, "md5_digest": "111fd6f002206902e2297fac736848bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2624, "upload_time": "2014-02-19T03:37:04", "url": "https://files.pythonhosted.org/packages/41/b5/6c72e285c8ea2d0a7f7b56693dee25dec93aa9fb2e1ff55a285c32c60312/docsix-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "111fd6f002206902e2297fac736848bc", "sha256": "f0c5b7e4c6fc5b33f37ab3c168fcd3207b766fefc01f7065d4a12f38774c8dcb" }, "downloads": -1, "filename": "docsix-0.1.tar.gz", "has_sig": false, "md5_digest": "111fd6f002206902e2297fac736848bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2624, "upload_time": "2014-02-19T03:37:04", "url": "https://files.pythonhosted.org/packages/41/b5/6c72e285c8ea2d0a7f7b56693dee25dec93aa9fb2e1ff55a285c32c60312/docsix-0.1.tar.gz" } ] }