Personal tools
Skip to content. | Skip to navigation
Python ManaTools aim is to help in writing tools based on libYui (SUSE widget abstraction library), to be collected under the ManaTools banner and hopefully with the same look and feel. Every output module supports the Qt, GTK, and ncurses interfaces.
Documentation, a full list of included plug-ins, and examples are available at < code and issues are managed at
Python-Markdown This 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. See Features for information on what exactly is supported and what is not. Additional features are supported by the Available Extensions. Documentation pip install markdown import markdown html = markdown.markdown(your_text_string) For more advanced installation and usage documentation, see the docs/ directory of the distribution or the project website at https:/Python-Markdown.github.io/.
A library for safe markup escaping. Python 3 version.
Martian A library to grok configuration from Python code.Martian tutorial ****************Introduction "There was so much to grok, so little to grok from." -- Stranger in a
Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the Python and IPython shell, web application servers, and various graphical user interface toolkits. Matplotlib tries to make easy things easy and hard things possible. You can generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc, with just a few lines of code.
Data used by python-matplotlib
Fonts used by python-matplotlib
Inline Matplotlib backend for Jupyter
Tk backend for python3-matplotlib