You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-click-log-0.4.0-6.lbn36.noarch
Logging support to python 3 click (CLI creation kit) applications.
RPMPackage python3-click-help-colors-0.9.1-2.fc36.noarch
Colorization of help messages in Click
RPMPackage python3-click-didyoumean-0.3.1-1.lbn36.noarch
Enable git-like did-you-mean feature in click
RPMPackage python3-click-default-group-1.2.2-11.fc36.noarch
Provides DefaultGroup, a subclass of click.Group that invokes a default subcommand instead of showing a help message when a subcommand is not passed.
RPMPackage python3-click-completion-0.5.2-7.fc36.noarch
Enhanced completion for Click Add automatic completion support for fish, Zsh, Bash and PowerShell to Click. All the supported shells are able to complete all the command line arguments and options defined with click. In addition, fish and Zsh are also displaying the options and commands help during the completion.
RPMPackage python3-ciso8601-2.2.0-1.lbn36.x86_64
ciso8601 ciso8601 converts ISO 8601_ or RFC 3339_ date time strings into Python datetime objects.Since it's written as a C module, it is much faster than other Python libraries. Tested with cPython 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9.**Note:** ciso8601 doesn't support the entirety of the ISO 8601 spec, only a popular subset_.
RPMPackage python3-celery-5.5.3-1.lbn36.noarch
%{desc}
RPMPackage python3-cattrs-22.2.0-1.lbn36.noarch
cattrs .. image::
RPMPackage python3-cachelib-0.13.0-1.lbn36.noarch
A collection of cache libraries with a common API. Extracted from Werkzeug.
RPMPackage python3-bottle-0.12.21-2.fc36.noarch
Bottle is a fast and simple micro-framework for small web-applications. It offers request dispatching (Routes) with URL parameter support, Templates, a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines. All in a single file and with no dependencies other than the Python Standard Library.
RPMPackage python3-boto3-1.38.9-1.lbn36.noarch
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2.
RPMPackage python3-debugpy-1.8.0-1.lbn36.x86_64
debugpy is an implementation of the Debug Adapter Protocol for Python.The source code and the issue tracker is [hosted on GitHub](
RPMPackage python3-comm-0.1.4-1.lbn36.noarch
Comm provides a way to register a Kernel Comm implementation, as per the Jupyter kernel protocol. It also provides a base Comm implementation and a default CommManager that can be used.
RPMPackage python3-backports-tarfile-1.2.0-1.lbn36.noarch
Backport of CPython tarfile module
RPMPackage python3-backports-strenum-1.3.1-1.lbn36.noarch
A backport of (copy and paste from) python 3.11’s StrEnum class for >=3.8.6: See the design discussion, and Ethan Furman’s first and second PR with this implementation. A slightly different implementation would likely be compatible with lower python versions; PRs are welcome if they pass the test suite. The existing (reference) implementation should still be the one used on supported versions. Use with: import sys if sys.version_info >= (3, 11): from enum import StrEnum else: from backports.strenum import StrEnum class MyStrEnum(StrEnum): POTATO = "potato" ORANGE = "orange" SPADE = "spade" MyStrEnum.POTATO == "potato" # True MyStrEnum.ORANGE.upper() == "ORANGE" # True str(MyStrEnum.SPADE) == "spade" # True
RPMPackage python3-pyyaml-env-tag-0.1-1.lbn36.noarch
A custom YAML tag for referencing environment variables in YAML files. Install `PyYAML` and the `pyyaml_env_tag` package with pip: ```bash pip install pyyaml pyyaml_env_tag ``` To enable the tag, import and add the `construct_env_tag` constructor to your YAML loader of choice. ```python import yaml from yaml_env_tag import...
RPMPackage python3-ghp-import-2.1.0-1.lbn36.noarch
GitHub Pages Import [![CI status]( [![CircleCI]( [![TravisCI]( [![Version]( part of [gunicorn][gunicorn], [Benoit Chesneau][benoit] and [Paul Davis][davisp]
RPMPackage python3-devel-3.10.15-1.lbn36.x86_64
This package contains the header files and configuration needed to compile Python extension modules (typically written in C or C++), to embed Python into other programs, and to make binary distributions for Python libraries. It also contains the necessary macros to build RPM packages with Python modules and 2to3 tool, an automatic source converter from Python 2.X.
RPMPackage python3-time-machine-2.13.0-1.lbn36.x86_64
time-machine :target:
RPMPackage python-pip-wheel-22.3.1-2.lbn36.noarch
A Python wheel of pip to use with venv.