You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-mistune-3.0.2-1.lbn36.noarch
The fastest markdown parser in pure Python, inspired by marked.
RPMPackage python3-missing-4.1-1.lbn36.noarch
Missing provides special objects used in some Zope internals like the ZCatalog. Changelog 4.1 (2018-10-05) -- Drop support for Python 3.4.- Add support for Python 3.7.4.0.1 (2017-08-25) - Restore Missing._Missing module for pickle compatibility with the old C extension version. [ (2017-05-16) -- Add support for bytes and matrix multiplication.- Remove the Python 2-only C extension.3.2...
RPMPackage python3-memcached-1.59-6.fc36.noarch
This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. Search google for memcached for more information.
RPMPackage python3-meld3-2.0.1-1.lbn36.noarch
No further development of the meld3 package is planned. The meld3 package should be considered unmaintained as of April 2020. Since 2007, meld3 received only minimal updates to keep compatible with newer Python versions. It was only maintained because it was a dependency of the Supervisor package. Since Supervisor 4.1.0 (released in October 2019), the meld3 package is no longer a dependency...
RPMPackage python3-meh-gui-0.50-5.fc36.noarch
The python3-meh-gui package provides a GUI for the python3-meh library.
RPMPackage python3-meh-0.50-5.fc36.noarch
The python3-meh package is a python 3 library for handling, saving, and reporting exceptions.
RPMPackage python3-med-4.1.0-13.lbn36.x86_64
The python3-med package contains python3 bindings for med.
RPMPackage python3-mccabe-0.7.0-1.lbn36.noarch
McCabe complexity checker Ned's script to check McCabe complexity.This module provides a plugin for flake8, the Python code checker. Installation You can install, upgrade, or uninstall mccabe with these commands:: $ pip install mccabe $ pip install --upgrade mccabe $ pip uninstall mccabe Standalone script --The complexity checker can be used directly:: $ python -m mccabe --min 5 mccabe.py...
RPMPackage python3-maturin-1.4.0-1.lbn36.x86_64
There are four main commands: maturin new creates a new cargo project with maturin configured. maturin publish builds the crate into python packages and publishes them to pypi. maturin build builds the wheels and stores them in a folder (target/wheels by default), but doesn't upload them. It's possible to upload those with twine or maturin upload. maturin develop builds the crate and installs it as a python module directly in the current virtualenv. Note that while maturin develop is faster, it doesn't support all the feature that running pip install after maturin build supports. pyo3 and rust-cpython bindings are automatically detected, for cffi or binaries you need to pass -b cffi or -b bin. maturin doesn't need extra configuration files and doesn't clash with an existing setuptools-rust or milksnake configuration. You can even integrate it with testing tools such as tox. There are examples for the different bindings in the test-crates folder. The name of the package will be the name of the cargo project, i.e. the name field in the [package] section of Cargo.toml. The name of the module, which you are using when importing, will be the name value in the [lib] section (which defaults to the name of the package). For binaries, it's simply the name of the binary generated by cargo.
RPMPackage python3-matplotlib-tk-3.10.0-3.lbn36.x86_64
Tk backend for python3-matplotlib
RPMPackage python3-matplotlib-inline-0.1.7-2.lbn36.noarch
Inline Matplotlib backend for Jupyter
RPMPackage python3-matplotlib-data-fonts-3.10.0-3.lbn36.noarch
Fonts used by python-matplotlib
RPMPackage python3-matplotlib-data-3.10.0-3.lbn36.noarch
Data used by python-matplotlib
RPMPackage python3-matplotlib-3.10.0-3.lbn36.x86_64
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.
RPMPackage python3-martian-1.5-1.lbn36.noarch
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
RPMPackage python3-markupsafe-3.0.2-1.lbn36.x86_64
A library for safe markup escaping. Python 3 version.
RPMPackage python3-markdown-3.7-1.lbn36.noarch
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/.
RPMPackage python3-manuel-1.13.0-1.lbn36.noarch
Documentation, a full list of included plug-ins, and examples are available at < code and issues are managed at
RPMPackage python3-manatools-0.0.4-1.fc36.noarch
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.
RPMPackage python3-mako-1.3.3-1.lbn36.noarch
Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics. This package contains the mako module built for use with python3.