You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-mock-2.0.0-1.lbn19.noarch
Mock is a Python module that provides a core mock class. It removes the need to create a host of stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set needed attributes in the normal way.
RPMPackage python3-memcached-1.51-7.lbn19.noarch
Python3 port for pure python memcached client library, ported and being kept up to date by https://github.com/eguven Please report issues and submit code changes to the github repository at: https://github.com/eguven/python3-memcached Below is the original README content. This package was originally written by Evan Martin of Danga. Sean Reifschneider of tummy.com, ltd. has taken over ...
RPMPackage python3-mccabe-0.2.1-6.lbn19.noarch
Ned's script to check McCabe complexity. This module provides a plugin for ``flake8``, the Python code checker.
RPMPackage python3-markupsafe-0.23-6.lbn19.x86_64
A library for safe markup escaping.
RPMPackage python3-markdown-2.6.6-1.lbn19.noarch
This is a Python implementation of John Gruber's Markdown. It is almost completely compliant with the reference implementation, though there are a few known issues.
RPMPackage python3-mako-1.0.3-2.lbn19.noarch
Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics. This package contains the mako module built for use with python3.
RPMPackage python3-lxml-3.7.2-1.lbn19.1.x86_64
lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It provides safe and convenient access to these libraries using the ElementTree It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more.To contact the project, go to the project home page < or see our bug tracker at case you want to use the current ...
RPMPackage python3-libs-3.4.2-6.lbn19.x86_64
This package contains files used to embed Python 3 into applications.
RPMPackage python3-librepo-1.7.18-2.lbn19.x86_64
Python 3 bindings for the librepo library.
RPMPackage python3-libcomps-0.1.7-4.lbn19.x86_64
Python3 bindings for libcomps library.
RPMPackage python3-kombu-3.0.35-1.lbn19.noarch
AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security. One of the most popular implementations of AMQP is RabbitMQ. The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol, and also provide proven and tested solutions to common messaging problems. This subpackage is for python3
RPMPackage python3-kickstart-2.30-1.lbn19.noarch
Python 3 library for manipulating kickstart files. The binaries are found in the pykickstart package.
RPMPackage python3-keyring-5.0-1.lbn19.noarch
The Python keyring lib provides a easy way to access the system keyring service from python. It can be used in any application that needs safe password storage. The keyring services supported by the Python keyring lib: * **OSXKeychain**: supports the Keychain service in Mac OS X. * **KDEKWallet**: supports the KDE's Kwallet service. * **GnomeKeyring**: for GNOME environment. * **SecretServiceKeyring**: for newer GNOME and KDE environments. * **WinVaultKeyring**: supports the Windows Credential Vault Besides these native password storing services provided by operating systems. Python keyring lib also provides following build-in keyrings. * **Win32CryptoKeyring**: for Windows 2k+. * **CryptedFileKeyring**: a command line interface keyring base on PyCrypto. * **UncryptedFileKeyring**: a keyring which leaves passwords directly in file.
RPMPackage python3-jwt-1.4.0-3.lbn19.noarch
A Python3 implementation of JSON Web Token draft 01. This library provides a means of representing signed content using JSON data structures, including claims to be transferred between two parties encoded as digitally signed and encrypted JSON objects.
RPMPackage python3-jsonschema-2.5.1-2.lbn19.noarch
jsonschema is JSON Schema validator currently based on http://tools.ietf.org/html/draft-zyp-json-schema-03
RPMPackage python3-jsonpointer-1.10-2.lbn19.noarch
Library to resolve JSON Pointers according to RFC 6901.
RPMPackage python3-jsonpatch-1.2-8.lbn19.noarch
Library to apply JSON Patches according to RFC 6902 - Python 3 build.
RPMPackage python3-jinja2-2.9.5-2.lbn19.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-4.7.0-5.lbn19.noarch
Module for handling, querying and manipulating of various files for Java packaging in Linux distributions
RPMPackage python3-itsdangerous-0.24-6.lbn19.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).