{ "info": { "author": "John Hagen", "author_email": "johnthagen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: C++", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Documentation", "Topic :: Software Development :: Documentation", "Topic :: Software Development :: Quality Assurance" ], "description": "doxygen JUnit Converter\n=======================\n\n.. image:: https://travis-ci.org/johnthagen/doxygen-junit.svg\n :target: https://travis-ci.org/johnthagen/doxygen-junit\n\n.. image:: https://codeclimate.com/github/johnthagen/doxygen-junit/badges/issue_count.svg\n :target: https://codeclimate.com/github/johnthagen/doxygen-junit\n\n.. image:: https://codecov.io/github/johnthagen/doxygen-junit/coverage.svg\n :target: https://codecov.io/github/johnthagen/doxygen-junit\n\n.. image:: https://img.shields.io/pypi/v/doxygen-junit.svg\n :target: https://pypi.python.org/pypi/doxygen-junit\n\n.. image:: https://img.shields.io/pypi/status/doxygen-junit.svg\n :target: https://pypi.python.org/pypi/doxygen-junit\n\n.. image:: https://img.shields.io/pypi/pyversions/doxygen-junit.svg\n :target: https://pypi.python.org/pypi/doxygen-junit/\n\nTool that converts `doxygen `_ XML output to JUnit XML\nformat. Use on your CI servers to get more helpful feedback.\n\nInstallation\n------------\n\nYou can install, upgrade, and uninstall ``doxygen-junit`` with these commands:\n\n.. code:: shell-session\n\n $ pip install doxygen-junit\n $ pip install --upgrade doxygen-junit\n $ pip uninstall doxygen-junit\n\nUsage\n-----\nRedirect ``doxygen`` ``stderr`` to a file:\n\n.. code:: shell-session\n\n $ doxygen 2> doxygen-stderr.txt\n\nConvert it to JUnit XML format:\n\n.. code:: shell-session\n\n $ doxygen_junit --input doxygen-stderr.txt --output doxygen-junit.xml\n\nContributors\n------------\n\nCredit to `@theandrewdavis `_ for the initial development of\nthe conversion tool.\n\n\nReleases\n--------\n\n1.3.0 - 2018-07-09\n^^^^^^^^^^^^^^^^^^\n\nSupport Python 3.7.\n\n1.2.0 - 2018-04-03\n^^^^^^^^^^^^^^^^^^\n\n- Properly support JUnit XSD.\n- Drop Python 3.3 support.\n\n1.1.0 - 2016-12-31\n^^^^^^^^^^^^^^^^^^\n\nSupport Python 3.6.\n\n1.0.1 - 2016-10-06\n^^^^^^^^^^^^^^^^^^\n\nHandle warning labels without a space before the preceding colon.\n\n1.0.0 - 2016-09-13\n^^^^^^^^^^^^^^^^^^\n\nFirst release.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/johnthagen/doxygen-junit", "keywords": "doxygen C C++ JUnit", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "doxygen-junit", "package_url": "https://pypi.org/project/doxygen-junit/", "platform": "", "project_url": "https://pypi.org/project/doxygen-junit/", "project_urls": { "Homepage": "https://github.com/johnthagen/doxygen-junit" }, "release_url": "https://pypi.org/project/doxygen-junit/1.3.0/", "requires_dist": null, "requires_python": "", "summary": "Converts doxygen errors and warnings to JUnit XML format.", "version": "1.3.0" }, "last_serial": 4045483, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5c9f42108eae49538acecd555484f783", "sha256": "a17bc3f2012c6b016008898c8f2f10a804e59cfd788ffe9a062e036749169e3d" }, "downloads": -1, "filename": "doxygen-junit-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5c9f42108eae49538acecd555484f783", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3620, "upload_time": "2016-09-13T21:02:47", "url": "https://files.pythonhosted.org/packages/f8/f0/cc91d5483f101714476538d6f3988ece4a8ad1a4dfed28d0e01b8c42d851/doxygen-junit-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "f36fefea1cd63375bf2c931071c8c58d", "sha256": "e69760507747ad8954121426fbf92d9f7ce7a080aa34d55f4681c233ceaf9543" }, "downloads": -1, "filename": "doxygen-junit-1.0.1.tar.gz", "has_sig": false, "md5_digest": "f36fefea1cd63375bf2c931071c8c58d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3680, "upload_time": "2016-10-06T20:14:46", "url": "https://files.pythonhosted.org/packages/80/3e/14700b4fee89a73712d8253d52617518fdb9bd6cc48c78618fab1482b7b2/doxygen-junit-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "a3d31bc235b73b21c48a97b29eaa71c7", "sha256": "a670eea4589ddefe4dfea7e0b82373164acdd1e90497959519a10e5ee6b813ca" }, "downloads": -1, "filename": "doxygen-junit-1.1.0.tar.gz", "has_sig": false, "md5_digest": "a3d31bc235b73b21c48a97b29eaa71c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3791, "upload_time": "2016-12-31T17:21:21", "url": "https://files.pythonhosted.org/packages/4b/58/b8950b0eb52dd1f9deba5e94e6e7e01dbdfb064ab1ceb25407a25a15b557/doxygen-junit-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "3b7ac3fefc3935ae28cf99890f3c3d0d", "sha256": "48b4e477367ee617ba4013f5cb79723bdc7dc62c95967227ea169290eb71859e" }, "downloads": -1, "filename": "doxygen-junit-1.2.0.tar.gz", "has_sig": false, "md5_digest": "3b7ac3fefc3935ae28cf99890f3c3d0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3765, "upload_time": "2018-04-03T22:10:27", "url": "https://files.pythonhosted.org/packages/e2/1c/7a52273ecaaed2170e7c67a74d56a6025a6cb94022bddb6af830effbe417/doxygen-junit-1.2.0.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "0a7ff53435f9509032552e3ea1210ab3", "sha256": "150f97c331b7b53e23eea5f1fd0d7cf1c78f95f33b357c2bc6249bb70397d7a2" }, "downloads": -1, "filename": "doxygen-junit-1.3.0.tar.gz", "has_sig": false, "md5_digest": "0a7ff53435f9509032552e3ea1210ab3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3853, "upload_time": "2018-07-09T23:45:17", "url": "https://files.pythonhosted.org/packages/86/86/73126d34030648896cb4ac83b1218f90abbc9e2307d9d530da8051f30494/doxygen-junit-1.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0a7ff53435f9509032552e3ea1210ab3", "sha256": "150f97c331b7b53e23eea5f1fd0d7cf1c78f95f33b357c2bc6249bb70397d7a2" }, "downloads": -1, "filename": "doxygen-junit-1.3.0.tar.gz", "has_sig": false, "md5_digest": "0a7ff53435f9509032552e3ea1210ab3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3853, "upload_time": "2018-07-09T23:45:17", "url": "https://files.pythonhosted.org/packages/86/86/73126d34030648896cb4ac83b1218f90abbc9e2307d9d530da8051f30494/doxygen-junit-1.3.0.tar.gz" } ] }