You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-distro-1.9.0-4.lbn36.noarch
The distro (for: Linux Distribution) package provides information about the Linux distribution it runs on, such as a reliable machine-readable ID, or version information. It is a renewed alternative implementation for Python's original platform.linux_distribution function, but it also provides much more functionality. An alternative implementation became necessary because Python 3.5 deprecated this function, and Python 3.7 is expected to remove it altogether. Its predecessor function platform.dist was already deprecated since Python 2.6 and is also expected to be removed in Python 3.7. Still, there are many cases in which access to that information is needed. See Python issue 1322 for more information.
RPMPackage python3-dill-0.4.0-1.lbn36.noarch
Dill extends Python's pickle module for serializing and de-serializing Python objects to the majority of the built-in Python types. Serialization is the process of converting an object to a byte stream, and the inverse of which is converting a byte stream back to a Python object hierarchy. Dill provides the user the same interface as the pickle module, and also includes some additional features. In addition to pickling Python objects, dill provides the ability to save the state of an interpreter session in a single command. Hence, it would be feasible to save an interpreter session, close the interpreter, ship the pickled file to another computer, open a new interpreter, unpickle the session and thus continue from the 'saved' state of the original interpreter session. Dill can be used to store Python objects to a file, but the primary usage is to send Python objects across the network as a byte stream. dill is quite flexible, and allows arbitrary user defined classes and functions to be serialized. Thus dill is not intended to be secure against erroneously or maliciously constructed data. It is left to the user to decide whether the data they unpickle is from a trustworthy source. dill is part of pathos, a Python framework for heterogeneous computing.
RPMPackage python3-deprecated-1.2.14-6.lbn36.noarch
Python @deprecated decorator to deprecate old python classes, functions or methods.
RPMPackage python3-deltarpm-3.6.2-11.lbn36.x86_64
This package contains python bindings for deltarpm. Python 3 version.
RPMPackage python3-defusedxml-0.7.1-4.fc36.noarch
The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python's XML libraries. In order to benefit from the protection you just have to import and use the listed functions / classes from the right defusedxml module instead of the original module. This is the python3 build.
RPMPackage python3-decorator-5.1.1-10.lbn36.noarch
The aim of the decorator module is to simplify the usage of decorators for the average programmer, and to popularize decorators usage giving examples of useful decorators, such as memoize, tracing, redirecting_stdout, locked, etc. The core of this module is a decorator factory called decorator.
RPMPackage python3-dbus-1.2.18-3.fc36.x86_64
D-Bus bindings for python3.
RPMPackage python3-dateutil-2.9.0.post0-1.lbn36.noarch
The dateutil module provides powerful extensions to the standard datetime module available in Python.
RPMPackage python3-datetime-5.1-1.lbn36.noarch
DateTime This package provides a DateTime data type, as known from Zope.Unless you need to communicate with Zope APIs, you're probably better
RPMPackage python3-dasbus-1.6-4.fc36.noarch
Dasbus is a DBus library written in Python 3, based on GLib and inspired by pydbus. It is designed to be easy to use and extend.
RPMPackage python3-daemon-3.0.1-1.lbn36.noarch
This library implements the well-behaved daemon specification of PEP 3143, "Standard daemon process library". This is the python3 version of the library.
RPMPackage python3-cycler-0.11.0-2.fc36.noarch
General purpose library used by matplotlib to cycle through lists for colors, marker styles, etc
RPMPackage python3-cups-2.0.1-12.fc36.x86_64
This package provides Python 3 bindings for CUPS API, known as pycups. It was written for use with system-config-printer, but can be put to other uses as well.
RPMPackage python3-cssselect2-0.7.0-7.lbn36.noarch
cssselect2 is a straightforward implementation of CSS4 Selectors for markup documents (HTML, XML, etc.) that can be read by ElementTree-like parsers, including cElementTree, lxml, html5lib_, etc.
RPMPackage python3-cssselect-1.2.0-1.lbn36.noarch
cssselect: CSS Selectors for Python :target:
RPMPackage python3-cryptography-36.0.0-3.fc36.x86_64
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
RPMPackage python3-crypto-2.6.1-39.fc36.x86_64
PyCrypto is a collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, RSA, ElGamal, etc.). This is the Python 3 build of the package.
RPMPackage python3-createrepo_c-1.2.1-1.lbn36.x86_64
Python 3 bindings for the createrepo_c library.
RPMPackage python3-createrepo-0.10.4-1.lbn36.noarch
 
RPMPackage python3-coverage-python-version-0.2.0-1.lbn36.noarch
*********************** coverage_python_version *********************** Overviewcoverage_python_version is a coverage.py_ plugin that provides a very basic means for you to exclude code from your coverage measurements based on the version of Python that it is executed on... _coverage.py: 1. Add coverage_python_version to plugins option in the run section