{ "info": { "author": "Robot Framework Developers", "author_email": "robotframework@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Testing" ], "description": "=========================================================\nFixml - A tool to fix broken Robot Framework output files\n=========================================================\n\nFixml is a tool to fix `Robot Framework`_ output files that\nare not properly finished or are missing elements from the middle. It\nshould be possible to generate reports and logs from the fixed output\nafterwards with the Rebot tool.\n\nInstallation\n============\n\nThis tool is installed with `pip`_ with command:\n\n.. sourcecode:: bash\n\n $ pip install robotfixml\n\nFixml uses `BeautifulSoup 3`__ which should be automatically installed by the\nabove command.\n\nAlternatively you can download both Fixml__ and BeautifulSoup__ source distributions,\nextract them and install using:\n\n.. sourcecode:: bash\n\n $ python setup.py install\n\n__ http://www.crummy.com/software/BeautifulSoup\n__ http://pypi.python.org/pypi/robotfixml\n__ http://pypi.python.org/pypi/BeautifulSoup\n.. _`Robot Framework`: http://www.robotframework.org\n.. _`pip`: http://www.pip-installer.org\n\nCommand line usage\n==================\n.. sourcecode:: bash\n\n $ python -m robotfixml example.xml fixed.xml\n\nProgrammatic usage\n==================\n.. sourcecode:: python\n\n from robotfixml import fixml\n\n inpath = '/directory/example.xml'\n outpath = '/directory/output/example-fixed.xml'\n\n fixml(inpath, outpath)", "description_content_type": null, "docs_url": null, "download_url": "https://pypi.python.org/pypi/robotfixml", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/robotframework/fixml", "keywords": "robotframework testing testautomation atdd xml", "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "robotfixml", "package_url": "https://pypi.org/project/robotfixml/", "platform": "any", "project_url": "https://pypi.org/project/robotfixml/", "project_urls": { "Download": "https://pypi.python.org/pypi/robotfixml", "Homepage": "http://bitbucket.org/robotframework/fixml" }, "release_url": "https://pypi.org/project/robotfixml/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "A tool for fixing broken Robot Framework output files", "version": "1.0.1" }, "last_serial": 948203, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "45196a68b706b72928fc527c370eeb41", "sha256": "f8c32a4a7bc37ff135338a0c2f6d28afb038707a387eb4f903087deb7fa1d234" }, "downloads": -1, "filename": "robotfixml-1.0.tar.gz", "has_sig": false, "md5_digest": "45196a68b706b72928fc527c370eeb41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2676, "upload_time": "2013-12-13T14:36:06", "url": "https://files.pythonhosted.org/packages/2e/fe/b440c9e3f1680fde41ecfab8638476f92e1902eaf9c3859afa21d463a637/robotfixml-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "bd5c335fcef2701a74bb3343d756c724", "sha256": "53fabd864dfa4904cd1e5d564316f2f07bbb7b16426ffccd516347a15bfddfb3" }, "downloads": -1, "filename": "robotfixml-1.0.1.tar.gz", "has_sig": false, "md5_digest": "bd5c335fcef2701a74bb3343d756c724", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2799, "upload_time": "2013-12-18T19:34:47", "url": "https://files.pythonhosted.org/packages/ba/1a/455e2bdafe62c849a11e143cc051a5908339f80ba7b2b04027d7cc619e01/robotfixml-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bd5c335fcef2701a74bb3343d756c724", "sha256": "53fabd864dfa4904cd1e5d564316f2f07bbb7b16426ffccd516347a15bfddfb3" }, "downloads": -1, "filename": "robotfixml-1.0.1.tar.gz", "has_sig": false, "md5_digest": "bd5c335fcef2701a74bb3343d756c724", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2799, "upload_time": "2013-12-18T19:34:47", "url": "https://files.pythonhosted.org/packages/ba/1a/455e2bdafe62c849a11e143cc051a5908339f80ba7b2b04027d7cc619e01/robotfixml-1.0.1.tar.gz" } ] }