You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-mozilla-django-oidc-1.2.2-9.lbn36.noarch
A django OpenID Connect library.
RPMPackage python3-more-itertools-10.1.0-7.lbn36.noarch
Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In more-itertools we collect additional building blocks, recipes, and routines for working with Python iterables.
RPMPackage python3-mod_wsgi-5.0.0-3.lbn36.x86_64
The mod_wsgi adapter is an Apache module that provides a WSGI compliant interface for hosting Python based web applications within Apache. The adapter is written completely in C code against the Apache C runtime and for hosting WSGI applications within Apache has a lower overhead than using existing WSGI adapters for mod_python or CGI.
RPMPackage python3-mocker-1.1.1-1.lbn36.noarch
UNKNOWN
RPMPackage python3-mock-5.1.0-1.lbn36.noarch
mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used.mock is now part of the Python standard library, available as unittest.mock < in Python 3.3 This package contains a rolling backport of the standard library mock code compatible with Python 2.7 and 3.4 and up.Please see the...
RPMPackage python3-mls-apiclient-1.5-1.lbn36.noarch
mls.apiclient *************mls.apiclient is a Python client for the RESTful API of the Propertyshelf MLS < Use pip or easy_install to install the package:: $ pip install mls.apiclientOr install from the sources:: $ tar xzf mls.apiclient-0.1.tgz $ cd mls.apiclient-0.1 $ python setup.py install Mostly Harmless Changelog 1.5 (2017-04-24) -- Allow additional search params for getting a single resource.
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.7.1-1.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.7.1-1.lbn36.noarch
Fonts used by python-matplotlib
RPMPackage python3-matplotlib-data-3.7.1-1.lbn36.noarch
Data used by python-matplotlib
RPMPackage python3-matplotlib-3.7.1-1.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.