lcov_cobertura 1.4
lcov_cobertura converts code coverage report files in lcov format to Cobertura's XML report format so that CI servers like Jenkins can aggregate results and determine build stability etc. >>> from...
lcov_cobertura converts code coverage report files in lcov format to Cobertura's XML report format so that CI servers like Jenkins can aggregate results and determine build stability etc. >>> from...
LLRP Toolkit houses the development of open source libraries in various languages to help reader and software vendors build and parse LLRP messages. LLRP Toolkit is hosted at SourceForge.net, an Internet repository for open source software efforts such as...
lxml is a sophisticated, powerful, free and unique Python module that binds the libxml2 and libxslt libraries, allowing Python developers to work with both XML and HTML files insider their Python code.An XML processing librarylxml is an XML (Extensible...
magictree is a Python module to easily create ElementTree with automatic Element factories.Developer commentsCreating tree structures like those used for HTML and XML should be dead easy. The xml.etree.ElementTree library goes quite far in creating a...
manspider is a werid Python tool that takes care of your Markdown files. While it uses Markdown for the present, I'm hoping a better html conversion will be out there - a markaby.py thing.Also, I'm hoping we'll stop copying them Ruby folks. It's like...
mark3 is a Python tool that provides a lightweight, markdown to html parser for Python 2.7 and 3.UsageUsing mark3 is very simple:from mark3.markdown import markdownhtml = markdown(raw_text)Deviationsmark3 may differ slightly from the official markdown...
Markdoc is geared towards managing technical documentation, but can be used for a range of purposes. Markdoc has a few notable selling points:* Wikis are made up completely of plaintext files, so you can easily put them under version control.* Wikis...
Markdown or Python-Markdown is a Python implementation of John Gruber's Markdown. It is almost completely compliant with the reference implementation, though there are a few known issues. Additional features are supported by the...
markdown2Mathjax is a simple package that allows you to use latex style math generated by MathJax in conjunction with the popular markdown format. There are two implementations of markdown in python, this package is designed to be used with the more...
Markowik is a Python app that converts Markdown formatted text to Google Code Wiki.Markowik is able to convert most Markdown constructs to its Google Code Wiki (GCW) equivalents. Instead of listing all supported conversions, please have a look at...