You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-opentelemetry-api-1.34.1-1.lbn36.noarch
OpenTelemetry Python API
RPMPackage python3-marshmallow-oneofschema-3.1.1-1.lbn36.noarch
marshmallow-oneofschema An extension to marshmallow to support schema (de)multiplexing.marshmallow is a fantastic library for serialization and deserialization of data. For more on that project see its GitHub <
RPMPackage python3-exceptiongroup-1.2.2-1.lbn36.noarch
This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11. It contains the following: The exceptiongroup.BaseExceptionGroup and exceptiongroup.ExceptionGroup classes A utility function (exceptiongroup.catch()) for catching exceptions possibly nested in an exception group Patches to the TracebackException class that properly formats exception groups (installed on import) An exception hook that handles formatting of exception groups through TracebackException (installed on import) Special versions of some of the functions from the traceback module, modified to correctly handle exception groups even when monkey patching is disabled, or blocked by another custom exception hook: traceback.format_exception() traceback.format_exception_only() traceback.print_exception() traceback.print_exc() If this package is imported on Python 3.11 or later, the built-in implementations of the exception group classes are used instead, TracebackException is not monkey pat
RPMPackage python3-email-validator-2.2.0-2.lbn36.noarch
This library validates that a string is of the form name@example.com and optionally checks that the domain name is set up to receive email. This is the sort of validation you would want when you are identifying users by their email address like on a registration/login form (but not necessarily for composing an email message). Key features: • Checks that an email address has the correct syntax – great for email-based registration/login forms or validating data. • Gives friendly English error messages when validation fails that you can display to end-users. • Checks deliverability (optional): Does the domain name resolve? (You can override the default DNS resolver to add query caching.) • Supports internationalized domain names and internationalized local parts. • Rejects addresses with unsafe Unicode characters, obsolete email address syntax that you’d find unexpected, special use domain names like @localhost, and domains without a dot by default. This is an opinionated library! • Normalizes email addresses (important for internationalized and quoted-string addresses!) • Python type annotations are used.
RPMPackage python3-elasticsearch-9.0.2-1.lbn36.noarch
The official Python client for Elasticsearch. Features Translating basic Python data types to and from JSON Configurable automatic discovery of cluster nodes Persistent connections Load balancing (with pluggable selection strategy) across available nodes Failed connection penalization (time based - failed connections won't be retried until a timeout is reached) Support for TLS and HTTP authentication Thread safety across requests Pluggable architecture Helper functions for idiomatically using APIs together
RPMPackage python3-authlib-1.3.1-3.lbn36.noarch
Python library for building OAuth and OpenID Connect servers. JWS, JWK, JWA, JWT are included.
RPMPackage python3-authencoding-4.3-1.lbn36.noarch
AuthEncoding is a framework for handling LDAP style password hashes.It is used in Zope but does not depend on any other Zope package.Changelog 4.3 (2021-06-29) -- Replace hand-rolled salt creation with os.urandom (8 < 4.2.1 (2021-04-08) - Test on GHA.- Skip some tests for broken crypt implementations. 4.2 (2020-09-30) -- Add support for Python 3.8 and 3.9. 4.1 (2018-10-30) -- Add support for...
RPMPackage python3-asteval-0.9.26-1.fc36.noarch
ASTEVAL is a safe(ish) evaluator of Python expressions and statements, using Python's ast module. The idea is to provide a simple, safe, and robust miniature mathematical language that can handle user-input. The emphasis here is on mathematical expressions, and so many functions from numpy are imported and used if available.
RPMPackage python3-asana-5.0.0-1.lbn36.noarch
Python client library for Asana.Authentication -- Personal Access TokenCreate a client using your Asana Personal Access Token: client asana.Client.access_token('PERSONAL_ACCESS_TOKEN') OAuth 2Asana supports OAuth 2. asana handles some of the details of the OAuth flow for you.
RPMPackage python3-apispec-6.4.0-1.lbn36.noarch
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification). Features Supports the OpenAPI Specification (versions 2 and 3) Framework-agnostic Built-in support for marshmallow Utilities for parsing docstrings
RPMPackage python3-aiohttp-remotes-1.2.0-1.lbn36.noarch
The library is a set of useful tools for aiohttp.web server. The full list of tools is: AllowedHosts – restrict a set of incoming connections to allowed hosts only. BasicAuth – protect web application by basic auth authorization. Cloudflare – make sure that web application is protected by CloudFlare. ForwardedRelaxed and ForwardedStrict – process Forwarded HTTP header and modify corresponding scheme, host, remote attributes in strong secured and relaxed modes. Secure – ensure that web application is handled by HTTPS (SSL/TLS) only, redirect plain HTTP to HTTPS automatically. XForwardedRelaxed and XForwardedStrict – the same as ForwardedRelaxed and ForwardedStrict but process old-fashion X-Forwarded-* headers instead of new standard Forwarded. Read https:/aiohttp-remotes.readthedocs.io for more information. The library was donated by Ocean S.A. https:/ocean.io/ Thanks to the company for contribution.
RPMPackage python3-aiohttp-jinja2-1.5-1.lbn36.noarch
aiohttp_jinja2 jinja2_ template renderer for aiohttp.web__.
RPMPackage python3-aiocsv-1.2.3-1.lbn36.x86_64
Asynchronous CSV reading and writing. InstallationPython 3.6+ is required. pip3 install aiocsv AsyncReader & AsyncDictReader accept any object that has a read(size: int) coroutine, which should return a string.AsyncWriter & AsyncDictWriter accept any object that has a write(b: str) coroutine.Reading is implemented using a custom CSV parser, which should behave exactly like the CPython...
RPMPackage python3-adal-1.2.7-1.lbn36.noarch
This library, ADAL for Python, will no longer receive new feature improvements. Instead, use the new library MSAL for Python. If you are starting a new project, you can get started with the MSAL Python docs for details about the scenarios, usage, and relevant concepts. If your application is using the previous ADAL Python library, you can follow this migration guide to update to MSAL Python. Existing applications relying on ADAL Python will continue to work. Microsoft Azure Active Directory Authentication Library (ADAL) for Python master branch dev branch Reference Docs Getting Started Docs Python Samples Support Feedback The ADAL for Python library enables python applications to authenticate with Azure AD and get tokens to access Azure AD protected web resources. You can learn in detail about ADAL Python functionality and usage documented in the Wiki. Installation and Usage You can find the steps to install and basic usage of the library under ADAL Basics page in
RPMPackage python3-awscrt-0.23.8-1.lbn36.x86_64
AWS CRT Python[![Version]( 3 bindings for the AWS Common Runtime.* [API documentation]( * [Development guide](guides/dev/README.md) for contributors to aws-crt-python's source code. LicenseThis library is licensed under the Apache 2.0 License. Minimum Requirements:* Python 3.7+ InstallationTo install from pip:bash python3 -m pip install awscrt To install from Github:bash git clone cd...
RPMPackage python3-twilio-7.8.2-1.fc36.noarch
The Twilio REST SDK simplifies the process of making calls using the Twilio REST API. The Twilio REST API lets to you initiate outgoing calls, list previous calls, and much more.
RPMPackage python3-slack-export-viewer-1.1.4-1.lbn36.noarch
See README at
RPMPackage python3-recurring-ical-events-2.0.2-1.lbn36.noarch
Recurring ICal events for Python :alt: Downloads from Pypi
RPMPackage python3-markdown2-2.4.7-1.fc36.noarch
Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, emphasis, code blocks, blockquotes, and links. This is a fast and complete Python implementation of the Markdown spec. For information about markdown itself, see http://daringfireball.net/projects/markdown/
RPMPackage python3-hiredis-2.3.2-4.lbn36.x86_64
Python extension that wraps protocol parsing code in hiredis. It primarily speeds up parsing of multi bulk replies.