You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-netaddr-1.2.1-1.lbn36.noarch
A Python library for representing and manipulating network addresses. Provides support for: Layer 3 addresses IPv4 and IPv6 addresses, subnets, masks, prefixes iterating, slicing, sorting, summarizing and classifying IP networks dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap) set based operations (unions, intersections etc) over IP addresses and subnets parsing a large variety of different formats and notations looking up IANA IP block information generating DNS reverse lookups supernetting and subnetting Layer 2 addresses representation and manipulation MAC addresses and EUI-64 identifiers looking up IEEE organisational information (OUI, IAB) generating derived IPv6 addresses Documentation: https:/netaddr.readthedocs.io/en/latest/ Source code repository: https:/github.com/netaddr/netaddr/ PyPI page: https:/pypi.org/project/netaddr/ Share and enjoy!
RPMPackage python3-nest-asyncio-1.6.0-5.lbn36.noarch
By design asyncio does not allow its event loop to be nested. This presents a practical problem: When in an environment where the event loop is already running it's impossible to run tasks and wait for the result. Trying to do so will give the error "RuntimeError: This event loop is already running". The issue pops up in various environments, such as web servers, GUI applications and in Jupyter notebooks. This module patches asyncio to allow nested use of asyncio.run and loop.run_until_complete.
RPMPackage python3-nbformat-5.9.2-1.lbn36.noarch
This package contains the base implementation of the Jupyter Notebook format, and Python APIs for working with notebooks.
RPMPackage python3-nbconvert-7.16.4-1.lbn36.noarch
nbconvert Jupyter Notebook Conversion The nbconvert tool, jupyter nbconvert, converts notebooks to various other formats via Jinja templates. The nbconvert tool allows you to convert an .ipynb notebook file into various static formats including: HTML LaTeX PDF Reveal JS Markdown (md) ReStructured Text (rst) executable script Usage From the command line, use nbconvert to convert a Jupyter notebook (input) to a a different format (output). The basic command structure is: $ jupyter nbconvert --to <output format> <input notebook> where <output format> is the desired output format and <input notebook> is the filename of the Jupyter notebook. Example: Convert a notebook to HTML Convert Jupyter notebook file, mynotebook.ipynb, to HTML using: $ jupyter nbconvert --to html mynotebook.ipynb This command creates an HTML output file named mynotebook.html. Dev Install Check if pandoc is installed (pandoc --version); if needed, install: sudo apt-get install pandoc Or brew install pandoc I
RPMPackage python3-nbclient-0.5.10-2.fc36.noarch
NBClient, a client library for programmatic notebook execution, is a tool for running Jupyter Notebooks in different execution contexts. NBClient was spun out of nbconvert (formerly ExecutePreprocessor). NBClient lets you execute notebooks.
RPMPackage text/h323 python3-natsort-8.4.0-1.lbn36.noarch
.. image::
RPMPackage python3-mypy_extensions-1.0.0-4.lbn36.noarch
The "mypy_extensions" module defines experimental extensions to the standard "typing" module that are supported by the mypy typechecker. Python 3 version.
RPMPackage python3-munkres-1.1.2-11.fc36.noarch
The Munkres module provides an implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). The algorithm models an assignment problem as an NxM cost matrix, where each element represents the cost of assigning the ith worker to the jth job, and it figures out the least-cost solution, choosing a single item from each row and column in the matrix, such that no row and no column are used more than once.
RPMPackage python3-multipart-0.2.5-3.lbn36.noarch
This module provides a parser for the multipart/form-data format. It can read from a file, a socket or a WSGI environment. The parser can be used to replace cgi.FieldStorage to work around its limitations.
RPMPackage python3-multimapping-4.1-1.lbn36.noarch
MultiMapping provides special objects used in some Zope2 internals like ZRDB.Changelog 4.1 (2018-10-05) -- Add support for Python 3.7.4.0 (2017-05-17) -- Add __contains__ support.- Remove the Python 2-only C extension.3.1 (2017-04-26) -- Add support for Python 3.6, drop support for Python 2.6.3.0 (2016-04-03) -- Update compatibility to Python 3.4/3.5.- Add a pure-Python implementation used for...
RPMPackage python3-multidict-6.1.0-2.lbn36.x86_64
Multidict is dict-like collection of key-value pairs where key might occur more than once in the container.
RPMPackage python3-multi_key_dict-2.0.3-20.fc36.noarch
Implementation of a multi-key dictionary, i.e.: (key1[,key2, ..]) => value This dictionary has a similar interface to the standard dictionary => but is extended to support multiple keys referring to the same element.
RPMPackage python3-msgpack-1.0.3-2.fc36.x86_64
MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small. This is a Python 3.10 (de)serializer for MessagePack.
RPMPackage python3-mpmath-1.2.1-3.fc36.noarch
Mpmath is a pure-Python library for multiprecision floating-point arithmetic. It provides an extensive set of transcendental functions, unlimited exponent sizes, complex numbers, interval arithmetic, numerical integration and differentiation, root-finding, linear algebra, and much more. Almost any calculation can be performed just as well at 10-digit or 1000-digit precision, and in many cases mpmath implements asymptotically fast algorithms that scale well for extremely high precision work. If available, mpmath will (optionally) use gmpy to speed up high precision operations. If you require plotting capabilities in mpmath, install python3-matplotlib.
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.