You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-html5lib-1.0.1-2.lbn25.noarch
A python based HTML parser/tokenizer based on the WHATWG HTML5 specification for maximum compatibility with major desktop web browsers.
RPMPackage python3-hawkey-0.63.1-3.lbn25.x86_64
Python 3 bindings for the hawkey library.
RPMPackage python3-gobject-3.32.2-1.lbn25.x86_64
The python3-gobject package provides a convenient wrapper for the GObject library and and other libraries that are compatible with GObject Introspection, for use in Python 3 programs.
RPMPackage python3-flask-2.0.3-1.lbn25.noarch
Flask is called a “micro-framework” because the idea to keep the core simple but extensible. There is no database abstraction layer, no form validation or anything else where different libraries already exist that can handle that. However Flask knows the concept of extensions that can add this functionality into your application as if it was implemented in Flask itself. There are currently extensions for object relational mappers, form validation, upload handling, various open authentication technologies and more. Python 3 version.
RPMPackage python3-flake8-3.8.4-1.lbn25.noarch
Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script. It runs all the tools by launching the single flake8 script, and displays the warnings in a per-file, merged output. It also adds a few features: files that contain "# flake8: noqa" are skipped, lines that contain a "# noqa" comment at the end will not issue warnings, Git and Mercurial hooks are included, a McCabe complexity checker is included, and it is extendable through flake8.extension entry points.
RPMPackage python3-docutils-0.16-1.lbn25.noarch
The Docutils project specifies a plaintext markup language, reStructuredText, which is easy to read and quick to write. The project includes a python library to parse rST files and transform them into other useful formats such as HTML, XML, and TeX as well as commandline tools that give the enduser access to this functionality. Currently, the library supports parsing rST that is in standalone files and PEPs (Python Enhancement Proposals). Work is underway to parse rST from Python inline documentation modules and packages. This package contains the module, ported to run under python3.
RPMPackage python3-dnf-plugins-core-4.0.22-3.lbn25.noarch
Core Plugins for DNF, Python 3 interface. This package enhances DNF with builddep, config-manager, copr, debug, debuginfo-install, download, needs-restarting, groups-manager, repoclosure, repograph, repomanage, reposync, changelog and repodiff commands. Additionally provides generate_completion_cache passive plugin.
RPMPackage python3-dnf-4.8.0-2.lbn25.noarch
Python 3 interface to DNF.
RPMPackage python3-distutils-extra-2.39-2.lbn25.py37.noarch
Enables you to easily integrate gettext support, themed icons and scrollkeeper based documentation into Python's distutils.
RPMPackage python3-devel-3.7.7-1.lbn25.x86_64
This package contains the header files and configuration needed to compile Python extension modules (typically written in C or C++), to embed Python into other programs, and to make binary distributions for Python libraries. It also contains the necessary macros to build RPM packages with Python modules and 2to3 tool, an automatic source converter from Python 2.X.
RPMPackage python3-defusedxml-0.5.0-7.lbn25.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-4.4.2-1.lbn25.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-debug-3.7.7-1.lbn25.x86_64
python3-debug provides a version of the Python runtime with numerous debugging features enabled, aimed at advanced Python users such as developers of Python extension modules. This version uses more memory and will be slower than the regular Python build, but is useful for tracking down reference-counting issues and other bugs. The bytecode format is unchanged, so that .pyc files are compatible between this and the standard version of Python, but the debugging features mean that C/C++ extension modules are ABI-incompatible and must be built for each version separately. The debug build shares installation directories with the standard Python runtime, so that .py and .pyc files can be shared. Compiled extension modules use a special ABI flag ("d") in the filename, so extensions for both versions can co-exist in the same directory.
RPMPackage python3-dbus-1.2.8-8.lbn25.x86_64
D-Bus bindings for python3.
RPMPackage python3-dateutil-2.8.2-2.lbn25.noarch
The dateutil module provides powerful extensions to the standard datetime module available in Python.
RPMPackage python3-cups-2.0.1-1.lbn25.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-cssselect-1.1.0-1.lbn25.noarch
Cssselect parses CSS3 Selectors and translates them to XPath 1.0 expressions. Such expressions can be used in lxml or another XPath engine to find the matching elements in an XML or HTML document. Python 3 version.
RPMPackage python3-cryptography-vectors-2.8-1.lbn25.noarch
Test vectors for the cryptography package. The only purpose of this package is to be a building requirement for python-cryptography, otherwise it has no use. Don’t install it unless you really know what you are doing.
RPMPackage python3-cryptography-2.8-1.lbn25.x86_64
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
RPMPackage python3-crypto-2.6.1-12.lbn25.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.