You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-oauth2client-4.1.2-2.lbn25.py37.noarch
This is a python client module for accessing resources protected by OAuth 2.0
RPMPackage python3-google-auth-oauthlib-0.4.0-1.lbn25.noarch
oauthlib integration for Google Auth |pypi|This library provides oauthlib_ integration with google-auth_... |buil .. |doc .. |pyp .. _oauthlib:
RPMPackage python3-google-auth-1.6.3-1.lbn25.noarch
Google Auth Python Library |build| |docs| |pypi|This library simplifies using Google's various server-to-server authentication mechanisms to access Google APIs... |buil .. |doc .. |pyp Installing
RPMPackage python3-uritemplate-3.0.0-1.lbn25.py37.noarch
uritemplate Documentation_ GitHub_ BitBucket_ TravisCI_Simple python library to deal with URI Templates_. The API looks like.. codeblock:: python from uritemplate import URITemplate, expand NOTE: URI params must be strings not integers gist_uri ' t URITemplate(gist_uri) print(t.expand(gist_id'123456')) > or print(expand(gist_uri, gist_id'123456')) also t.expand({'gist_id': '123456'}) ...
RPMPackage python3-jwcrypto-0.6.0-1.lbn25.noarch
Implements JWK, JWS, JWE specifications using python-cryptography
RPMPackage python3-betamax-matchers-0.4.0-4.lbn25.noarch
A set of third-party matchers for Betamax.
RPMPackage python3-betamax-0.8.1-1.lbn25.py37.noarch
Betamax is a VCR_ imitation for requests. This will make mocking out requests much easier. Python 3 version.
RPMPackage antlr4-runtime-4.5.2-1.fc24.noarch
This package provides runtime library used by parsers generated by ANTLR.
RPMPackage antlr4-4.5.2-1.fc24.noarch
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees.
RPMPackage python2-deltarpm-3.6.2-4.lbn25.x86_64
This package contains python bindings for deltarpm. Python 2 version.
RPMPackage python2-vine-1.3.0-3.lbn25.noarch
Promises, promises, promises
RPMPackage python-IPy-1.00-1.lbn25.noarch
IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks in a fashion similar to perl's Net::IP and friends. The IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 Addresses and Networks.
RPMPackage python2-setools-4.1.1-13.lbn25.py37.x86_64
SETools is a collection of graphical tools, command-line tools, and Python 2 modules designed to facilitate SELinux policy analysis.
RPMPackage python2-saslwrapper-0.16-23.lbn25.x86_64
Python bindings for the saslwrapper library.
RPMPackage python3-SecretStorage-2.3.1-6.lbn25.py37.noarch
This module provides a way for securely storing passwords and other secrets. It uses D-Bus Secret Service API that is supported by GNOME Keyring (>= 2.30) and KSecretsService. The main classes provided are secretstorage.Item, representing a secret item (that has a label, a secret and some attributes) and secretstorage.Collection, a place items are stored in. SecretStorage supports most of the functions provided by Secret Service, including creating and deleting items and collections, editing items, locking and unlocking collections (asynchronous unlocking is also supported).
RPMPackage python3-lockfile-0.12.2-1.lbn25.noarch
The lockfile module exports a FileLock class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the Unix fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls. This is a Python 3 build of lockfile package.
RPMPackage easymock-3.4-2.lbn25.noarch
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism. Due to EasyMock's unique style of recording expectations, most refactorings will not affect the Mock Objects. So EasyMock is a perfect fit for Test-Driven Development.
RPMPackage python3-gflags-2.0-7.lbn25.py37.noarch
This project is the python equivalent of google-gflags, a Google commandline flag implementation for C++. It is intended to be used in situations where a project wants to mimic the command-line flag handling of a C++ app that uses google-gflags, or for a Python app that, via swig or some other means, is linked with a C++ app that uses google-gflags. The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for Python types, and the ability to define flags in the source file in which they're used. (This last is its major difference from OptParse.)
RPMPackage python3-tables-3.4.4-2.lbn25.py37.x86_64
PyTables is a package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data. This is the version for Python 3.
RPMPackage python3-requests-toolbelt-0.9.1-1.lbn25.noarch
This is just a collection of utilities for python-requests, but don’t really belong in requests proper. Python 3 version.