{ "info": { "author": "Edward Tomasz Napiera\u0142a", "author_email": "trasz@FreeBSD.org", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Text Processing :: Markup :: XML", "Topic :: Utilities" ], "description": "LaserHammer is a simple DocBook to mdoc(7) (\"UNIX man page syntax\") converter.\n\nThe command line utility resides in the scripts/ subdirectory; use it like this:\n```\n./laserhammer book.parsed.xml book.7\n```\nThe 7 above stands for section 7 of man pages, \"miscellaneous documentation\".\nThe 'book.parsed.xml' is a processed XML source of the FreeBSD Handbook; you can\nuse it as test sample. The 'book.7' is the example translated into mdoc.\n\nThere's also a rudimentary Python module. Use it like this:\n```\nimport laserhammer\n\nmdoc = laserhammer.laserhammer(file_path)\nprint(mdoc)\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/trasz/laserhammer", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "laserhammer", "package_url": "https://pypi.org/project/laserhammer/", "platform": "", "project_url": "https://pypi.org/project/laserhammer/", "project_urls": { "Homepage": "https://github.com/trasz/laserhammer" }, "release_url": "https://pypi.org/project/laserhammer/2.4/", "requires_dist": null, "requires_python": "", "summary": "DocBook to mdoc(7) converter", "version": "2.4" }, "last_serial": 4196093, "releases": { "2.4": [ { "comment_text": "", "digests": { "md5": "fddcddffd5c89210f6bff1d2dcd7f735", "sha256": "388646c746d0b1dd7c4af2ec12d87a17e8477156b37c2389fee0525696048b65" }, "downloads": -1, "filename": "laserhammer-2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "fddcddffd5c89210f6bff1d2dcd7f735", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6009, "upload_time": "2018-08-22T12:29:24", "url": "https://files.pythonhosted.org/packages/7f/94/fe9acacd53bf18908b3074be31bb8779864a3e84d1b0aafad1ff1cbc9d9d/laserhammer-2.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b16755b1be2a15a79108b63f288ab6d7", "sha256": "07650ab2d9e1cb7611e81734c0cea3db396a8b34e41e5d4ae209c6d596acbff3" }, "downloads": -1, "filename": "laserhammer-2.4.tar.gz", "has_sig": false, "md5_digest": "b16755b1be2a15a79108b63f288ab6d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4737, "upload_time": "2018-08-22T12:29:26", "url": "https://files.pythonhosted.org/packages/86/15/505178b5120b17e5026b78f4977bf9ef0d2b6ef8543a1d063ffc3513d378/laserhammer-2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fddcddffd5c89210f6bff1d2dcd7f735", "sha256": "388646c746d0b1dd7c4af2ec12d87a17e8477156b37c2389fee0525696048b65" }, "downloads": -1, "filename": "laserhammer-2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "fddcddffd5c89210f6bff1d2dcd7f735", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6009, "upload_time": "2018-08-22T12:29:24", "url": "https://files.pythonhosted.org/packages/7f/94/fe9acacd53bf18908b3074be31bb8779864a3e84d1b0aafad1ff1cbc9d9d/laserhammer-2.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b16755b1be2a15a79108b63f288ab6d7", "sha256": "07650ab2d9e1cb7611e81734c0cea3db396a8b34e41e5d4ae209c6d596acbff3" }, "downloads": -1, "filename": "laserhammer-2.4.tar.gz", "has_sig": false, "md5_digest": "b16755b1be2a15a79108b63f288ab6d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4737, "upload_time": "2018-08-22T12:29:26", "url": "https://files.pythonhosted.org/packages/86/15/505178b5120b17e5026b78f4977bf9ef0d2b6ef8543a1d063ffc3513d378/laserhammer-2.4.tar.gz" } ] }