You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage publicsuffix-list-20170424-1.lbn25.noarch
The Public Suffix List is a cross-vendor initiative to provide an accurate list of domain name suffixes, maintained by the hard work of Mozilla volunteers and by submissions from registries. Software using the Public Suffix List will be able to determine where cookies may and may not be set, protecting the user from being tracked across sites.
RPMPackage ocl-icd-2.2.9-2.lbn25.x86_64
OpenCL ICD Bindings.
RPMPackage python3-importlib-metadata-4.11.3-1.lbn25.noarch
Library to access the metadata for a Python package. This package supplies third-party access to the functionality of importlib.metadata including improvements added to subsequent Python versions.
RPMPackage python3-flake8-polyfill-1.0.2-4.lbn25.noarch
flake8-polyfill is a package that provides some compatibility helpers for Flake8 plugins that intend to support Flake8 2.x and 3.x simultaneously.
RPMPackage python3-entrypoints-0.3-3.lbn25.noarch
Entry points are a way for Python packages to advertise objects with some common interface. The most common examples are console_scripts entry points, which define shell commands by identifying a Python function to run. The entrypoints module contains functions to find and load entry points.
RPMPackage python3-libs-3.7.7-1.lbn25.x86_64
This package contains runtime libraries for use by Python: - the majority of the Python standard library - a dynamically linked library for use by applications that embed Python as a scripting language, and by the main "python3" executable
RPMPackage python3-librepo-1.14.1-2.lbn25.x86_64
Python 3 bindings for the librepo library.
RPMPackage python3-libcomps-0.1.17-2.lbn25.x86_64
Python3 bindings for libcomps library.
RPMPackage python3-kickstart-3.22-1.lbn25.noarch
Python 3 library for manipulating kickstart files. The binaries are found in the pykickstart package.
RPMPackage python3-keyring-23.5.0-2.lbn25.noarch
The Python keyring library provides an easy way to access the system keyring service from python. It can be used in any application that needs safe password storage. These recommended keyring backends are supported: • macOS Keychain • Freedesktop Secret Service supports many DE including GNOME (requires secretstorage) • KDE4 & KDE5 KWallet (requires dbus) • Windows Credential Locker Other keyring implementations are available through third-party backends.
RPMPackage python3-jsonschema-3.2.0-1.lbn25.noarch
jsonschema is JSON Schema validator currently based on http://tools.ietf.org/html/draft-zyp-json-schema-03
RPMPackage python3-jsonpointer-1.10-8.lbn25.py37.noarch
Library to resolve JSON Pointers according to RFC 6901.
RPMPackage python3-jinja2-3.0.3-1.lbn25.noarch
Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. If you have any exposure to other text-based template languages, such as Smarty or Django, you should feel right at home with Jinja2. It's both designer and developer friendly by sticking to Python's principles and adding functionality useful for templating environments.
RPMPackage python3-javapackages-5.3.0-13.lbn25.noarch
Module for handling, querying and manipulating of various files for Java packaging in Linux distributions
RPMPackage python3-itsdangerous-2.1.1-1.lbn25.noarch
Itsdangerous is a Python 3 library for passing data through untrusted environments (for example, HTTP cookies) while ensuring the data is not tampered with. Internally itsdangerous uses HMAC and SHA1 for signing by default and bases the implementation on the Django signing module. It also however supports JSON Web Signatures (JWS).
RPMPackage python3-iso8601-0.1.12-3.lbn25.noarch
This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
RPMPackage python3-iniparse-0.4-20.lbn25.py37.noarch
iniparse is an INI parser for Python 3 which is API compatible with the standard library's configparser, preserves structure of INI files (order of sections & options, indentation, comments, and blank lines are preserved when data is updated), and is more convenient to use.
RPMPackage python3-idna-2.8-1.lbn25.noarch
A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891 <http://tools.ietf.org/html/rfc5891>. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003. The library is also intended to act as a suitable drop-in replacement for the "encodings.idna" module that comes with the Python standard library but currently only supports the older 2003 specification.
RPMPackage python3-hypothesis-6.14.1-1.lbn25.noarch
Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.
RPMPackage python3-httpretty-0.9.5-4.lbn25.noarch
Once upon a time a python developer wanted to use a RESTful API, everything was fine but until the day he needed to test the code that hits the RESTful API: what if the API server is down? What if its content has changed? Don't worry, HTTPretty is here for you.