You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage texlive-babelbib-svn57349-69.lbn36.noarch
This package enables to generate multilingual bibliographies in cooperation with babel. Two approaches are possible: Each citation may be written in another language, or the whole bibliography can be typeset in a language chosen by the user. In addition, the package supports commands to change the typography of the bibliographies.
RPMPackage texlive-babel-english-svn44495-69.lbn36.noarch
The package provides the language definition file for support of English in babel. Care is taken to select british hyphenation patterns for British English and Australian text, and default ('american') patterns for Canadian and USA text.
RPMPackage sdparm-1.12-3.fc36.x86_64
SCSI disk parameters are held in mode pages. This utility lists or changes those parameters. Other SCSI devices (or devices that use the SCSI command set e.g. some SATA devices) such as CD/DVD and tape drives may also find parts of sdparm useful. Fetches Vital Product Data pages. Can send commands to start or stop the media and load or unload removable media. Warning: It is possible (but unlikely) to change SCSI disk settings such that the disk stops operating or is slowed down. Use with care.
RPMPackage python3-graphviz-0.19.2-2.fc36.noarch
This package facilitates the creation and rendering of graph descriptions in the DOT language of the Graphviz graph drawing software (master repo) from Python. Create a graph object, assemble the graph by adding nodes and edges, and retrieve its DOT source code string. Save the source code to a file and render it with the Graphviz installation of your system.
RPMPackage rubygem-ast-2.4.2-1.lbn36.noarch
A library for working with Abstract Syntax Trees.
RPMPackage python3-sampledata-0.3.7-1.lbn36.noarch
Sample Data =========== .. image:: https://travis-ci.org/jespino/sampledata.png?branch=master :target: https://travis-ci.org/jespino/sampledata .. image:: https://coveralls.io/repos/jespino/sampledata/badge.png?branch=master :target: https://coveralls.io/r/jespino/sampledata?branch=master .. image:: https://pypip.in/v/sampledata/badge.png :target:...
RPMPackage python3-limits+mongodb-5.0.0-1.lbn36.noarch
This is a metapackage bringing in mongodb extras requires for python3-limits. It makes sure the dependencies are installed.
RPMPackage python3-limits+memcached-5.0.0-1.lbn36.noarch
This is a metapackage bringing in memcached extras requires for python3-limits. It makes sure the dependencies are installed.
RPMPackage python3-limits-5.0.0-1.lbn36.noarch
This package is a python library to perform rate limiting with commonly used storage backends (Redis, Memcached & MongoDB).
RPMPackage python3-flask-limiter-3.12-1.lbn36.noarch
Flask-Limiter adds rate limiting to Flask applications. You can configure rate limits at different levels such as: Application wide global limits per user Default limits per route By Blueprints By Class-based views By individual routes
RPMPackage python3-lbn-cli-1.3.1-1.lbn36.noarch
This repository contains a bunch of self-contained command line programs to manage applications we ship.
RPMPackage python3-versioningit-3.1.2-1.lbn36.noarch
versioningit is yet another Python packaging plugin for automatically determining your package’s version based on your version control repository’s tags. Unlike others, it allows easy customization of the version format and even lets you easily override the separate functions used for version extraction & calculation. Features: • Works with both setuptools and Hatch • Installed & configured through PEP 518’s pyproject.toml • Supports Git, modern Git archives, and Mercurial • Formatting of the final version uses format template strings, with fields for basic VCS information and separate template strings for distanced vs. dirty vs. distanced-and-dirty repository states • Can optionally write the final version to a file for loading at runtime • Provides custom hooks for inserting the final version and other details into a source file at build time • The individual methods for VCS querying, tag-to-version calculation, version bumping, version formatting, and writing the version to a file can all be customized using either functions defined alongside one’s project code or via publicly-distributed entry points • Can alternatively be used as a library for use in setup.py or the like, in case you don’t want to or can’t configure it via pyproject.toml • The only thing it does is calculate your version and optionally write it to a file; there’s no overriding of your sdist contents based on what is in your Git repository, especially not without a way to turn it off, because that would just be rude.
RPMPackage python3-types-s3transfer-0.6.0.post5-1.lbn36.noarch
types-s3transfer[![PyPI - types-s3transfer]( [![PyPI - s3transfer]( [![PyPI - Python Version]( [![PyPI - Downloads](
RPMPackage python3-types-requests-2.32.0.20250328-1.lbn36.noarch
This is a PEP 561 type stub package for the requests package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses requests. The source for this package can be found at https://github.com/python/typeshed/tree/master/stubs/requests. All fixes for types and metadata should be contributed there. See https://github.com/python/typeshed/blob/master/README.md for more details.
RPMPackage python3-types-pkg-resources-0.1.3-1.lbn36.noarch
Typing stubs for pkg_resourcesThis is an auto-generated PEP 561 type stub package for pkg_resources package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses pkg_resources. The source for this package can be found at All fixes for types and metadata should be contributed there.See for more details. This package was generated from typeshed commit...
RPMPackage python3-types-jsonschema-4.17.0.1-1.lbn36.noarch
Typing stubs for jsonschemaThis is a PEP 561 type stub package for the jsonschema package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses jsonschema. The source for this package can be found at All fixes for types and metadata should be contributed there.See for more details. This package was generated from typeshed commit...
RPMPackage python3-types-awscrt-0.15.3-1.lbn36.noarch
types-awscrt[![PyPI - types-awscrt]( [![PyPI - awscrt]( [![PyPI - Python Version]( [![PyPI - Downloads]( annotations and code completion for [awscrt]( package.
RPMPackage python3-tomli-w-1.1.0-1.lbn36.noarch
Tomli-W A lil' TOML writer Tomli-W is a Python library for writing TOML. It is a write-only counterpart to Tomli, which is a read-only TOML parser. Tomli-W is fully compatible with TOML v1.0.0.
RPMPackage python3-telegram-bot-21.10-1.lbn36.noarch
This library provides a pure Python, asynchronous interface for the Telegram Bot API. In addition to the pure API implementation, this library features several convenience methods and shortcuts as well as a number of high-level classes to make the development of bots easy and straightforward. These classes are contained in the telegram.ext submodule.
RPMPackage python3-starkbank-ecdsa-2.2.0-1.lbn36.noarch
A lightweight and fast pure Python ECDSA OverviewWe tried other Python libraries such as [python-ecdsa], [fast-ecdsa] and other less famous ones, but we didn't find anything that suited our needs. The first one was pure Python, but it was too slow. The second one mixed Python and C and it was really fast, but we were unable to use it in our current infrastructure, which required pure Python...