You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-slotscheck-0.16.1-1.lbn36.noarch
🎰 Slotscheck :target:
RPMPackage python3-service-identity+idna-24.2.0-2.lbn36.noarch
This is a metapackage bringing in idna extras requires for python3-service-identity. It makes sure the dependencies are installed.
RPMPackage python3-service-identity-24.2.0-2.lbn36.noarch
Use this package if you want to verify that a PyCA cryptography certificate is valid for a certain hostname or IP address, or if you use pyOpenSSL and don’t want to be MITMed, or if you want to inspect certificates from either for service IDs. service-identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. In the simplest case, this means host name verification. However, service-identity implements RFC 6125 fully.
RPMPackage python3-sendgrid-6.9.7-1.lbn36.noarch
|Tests Badge| |codecov| |Python Versions| |PyPI Version| |Docker Badge| |Email Notifications Badge| |MIT licensed| |Twitter Follow| |GitHub contributors| |Open Source Helpers|**This library allows you to quickly and easily use the Twilio SendGrid Web API v3 via Python.****NEW:****The default branch name for this repository has been changed to main as of 07/27/2020.**- Subscribe to email...
RPMPackage python3-semver-3.0.2-2.lbn36.noarch
A Python module for semantic versioning. Simplifies comparing versions.
RPMPackage python3-sasl-0.3.1-1.lbn36.x86_64
 
RPMPackage python3-route53-1.0.1-1.lbn36.noarch
python-route53 :Info: A Python 2.7/3.x compatible Route53 module. :Author: Greg TaylorThe python-route53 Python package is a simple Python 3 compatible API for Amazon's Route 53_.Why not boto? -boto_ is a wonderful piece of software, one that I continue to contribute to. However, we needed a Python 3 compatible route53 module, and boto has a long way to go on this front.I've also taken what I...
RPMPackage python3-rfc3987-1.3.7-19.fc36.noarch
This module provides regular expressions according to RFC 3986 "Uniform Resource Identifier (URI): Generic Syntax" <http://tools.ietf.org/html/rfc3986> and RFC 3987 "Internationalized Resource Identifiers (IRIs)" <http://tools.ietf.org/html/rfc3987>, and utilities for composition and relative resolution of references. This package includes the Python 3 version of the module.
RPMPackage python3-rfc3986+idna2008-2.0.0-1.lbn36.noarch
This is a metapackage bringing in idna2008 extras requires for python3-rfc3986. It makes sure the dependencies are installed.
RPMPackage python3-rfc3986-2.0.0-1.lbn36.noarch
A Python implementation of RFC 3986 including validation and authority parsing.
RPMPackage python3-retrying-1.3.3-5.fc36.noarch
Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.
RPMPackage python3-requirements-parser-0.5.0-1.lbn36.noarch
Requirements Parser [![Python CI]( [![Documentation Status]( [![License]( is a small Python module for parsing [Pip]( requirement files.The goal is to parse everything in the
RPMPackage python3-requests-unixsocket-0.2.0-3.fc36.noarch
Use requests to talk HTTP via a UNIX domain socket.
RPMPackage python3-requests-ntlm-1.1.0-1.lbn36.noarch
UNKNOWN
RPMPackage python3-requests-mock-1.10.0-8.lbn36.noarch
requests-mock provides a building block to stub out the HTTP requests portions of your testing code. You should checkout the docs for more information.
RPMPackage python3-requests-kerberos-0.12.0-16.fc36.noarch
Requests is an HTTP library, written in Python, for human beings. This library adds optional Kerberos/GSSAPI authentication support and supports mutual authentication.
RPMPackage python3-requests-exoscale-auth-1.1.2-3.fc36.noarch
Exoscale APIs support for Python-Requests
RPMPackage python3-requests-download-0.1.2-8.fc36.noarch
A convenient function to download to a file using requests. Basic usage: url = "https://github.com/takluyver/requests_download/archive/master.zip" download(url, "requests_download.zip") An optional headers= parameter is passed through to requests.
RPMPackage python3-requests-credssp-2.0.0-8.lbn36.noarch
This package allows for HTTPS CredSSP authentication using the requests library. CredSSP is a Microsoft authentication that allows your credentials to be delegated to a server giving you double hop authentication.
RPMPackage python3-requests-aws4auth-1.1.2-1.lbn36.noarch
[![image]( [![image]( Web Services version 4 authentication for the Python [Requests]( library.Features - Requests authentication for all AWS services that support AWS auth v4 - Independent signing key objects - Automatic regeneration of keys when scope date boundary is passed - Support for STS temporary credentialsImplements header-based authentication, GET URL parameter and POST