You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-sqlalchemy+asyncio-2.0.40-4.lbn36.x86_64
This is a metapackage bringing in asyncio extras requires for python3-sqlalchemy. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy+aiosqlite-2.0.40-4.lbn36.x86_64
This is a metapackage bringing in aiosqlite extras requires for python3-sqlalchemy. It makes sure the dependencies are installed.
RPMPackage python3-sqlalchemy+aiomysql-2.0.40-4.lbn36.x86_64
This is a metapackage bringing in aiomysql extras requires for python3-sqlalchemy. It makes sure the dependencies are installed.
RPMPackage python3-spython-0.2.14-1.lbn36.noarch
Singularity Python[![Build Status]( [![GitHub actions status]( Python (spython) is the Python API for working with <a href" target"_blank">Singularity</a> containers. See the [documentation]( for installation and usage, and
RPMPackage python3-sphobjinv-2.3.1-1.lbn36.noarch
The syntax required for a functional Sphinx cross-reference is highly non-obvious in many cases. Sometimes Sphinx can guess correctly what you mean, but it’s pretty hit-or-miss. The best approach is to provide Sphinx with a completely specified cross-reference, and that’s where sphobjinv comes in.
RPMPackage python3-snowflake-sqlalchemy-1.5.0-1.lbn36.noarch
This package includes the Snowflake SQLAlchemy, which supports Snowsql dialects for SQLAlchemy < Documentation is available at: < code is also available at: < Release Notes- v1.4.4(Nov 16, 2022) - Fixed a bug that percent signs in a non- compiled statement should not be interpolated with emtpy sequence when executed.- v1.4.3(Oct 17, 2022) - Fixed a bug that SnowflakeDialect.normalize_name and...
RPMPackage python3-sniffio-1.3.1-1.lbn36.noarch
You're writing a library. You've decided to be ambitious, and support multiple async I/O packages, like Trio, and asyncio, and ... You've written a bunch of clever code to handle all the differences. But... how do you know which piece of clever code to run? This is a tiny package whose only purpose is to let you detect which async library your code is running under.
RPMPackage python3-snappy-0.6.1-4.lbn36.x86_64
Python bindings for the snappy compression library from Google.
RPMPackage python3-slugify-7.0.0-1.lbn36.noarch
Python Slugify A Python slugify application that handles unicode. Overview Best attempt to create slugs from unicode strings while keeping it DRY. Notice This module, by default installs and uses text-unidecode (GPL & Perl Artistic) for its decoding needs. However, there is an alternative decoding package called Unidecode (GPL). It can be installed as python-slugify[unidecode] for those who prefer it. Python Versions & Official Support Python 2.7 <-> python-slugify < 5.0.0 Python 3.6+ <-> python-slugify >= 5.0.0 Python 3.7+ <-> python-slugify >= 7.0.0 How to install easy_install python-slugify |OR| easy_install python-slugify[unidecode] -- OR -- pip install python-slugify |OR| pip install python-slugify[unidecode] Options def slugify( text, entities=True, decimal=True, hexadecimal=True, max_length=0, word_boundary=False, separator='-', save_order=False, stopwords=(), regex_pattern=None, lowercase=True, replacements=(), allow_uni
RPMPackage python3-slotscheck-0.16.1-1.lbn36.noarch
🎰 Slotscheck :target:
RPMPackage python3-service-identity+idna-21.1.0-12.fc36.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-21.1.0-12.fc36.noarch
Use this package if you use pyOpenSSL and don’t want to be MITMed, or if you want to verify that a PyCA cryptography certificate is valid for a certain hostname or IP address. 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 and plans to add other relevant RFCs too.
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.