You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage step-cli-0.27.4-1.lbn36.x86_64
A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc. Out of the box; step uses ECDSA. We've bundled templates to generate RSA infrastructure. step certificate create "Example Root CA" \ $(step path)/certs/root_ca.crt \ $(step path)/secrets/root_ca_key \ --template /usr/share/step/templates/rsa_root_ca.tpl \ --kty RSA \ --not-after 87660h \ --size 3072 step certificate create "Example Intermediate CA" \ $(step path)/certs/intermediate_ca.crt \ $(step path)/secrets/intermediate_ca_key \ --ca $(step path)/certs/root_ca.crt \ --ca-key $(step path)/secrets/root_ca_key \ --template /usr/share/step/templates/rsa_intermediate_ca.tpl \ --kty RSA \ --not-after 87660h \ --size 3072
RPMPackage rubygem-ast-2.4.2-1.lbn36.noarch
A library for working with Abstract Syntax Trees.
RPMPackage rubygem-pg-1.5.9-1.lbn36.x86_64
This is the extension library to access a PostgreSQL database from Ruby. This library works with PostgreSQL 9.3 and later.
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.26.1-3.fc36.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...
RPMPackage python3-sqlalchemy-bigquery-1.6.1-1.lbn36.noarch
SQLAlchemy Dialect for BigQuery |GA| |pypi| |versions|SQLALchemy Dialects_- Dialect Documentation_ - Product Documentation_.. |G .. |pyp .. |version .. _SQLAlchemy Dialects:
RPMPackage python3-snakebite-py3-3.0.5-1.lbn36.noarch
🐍 About This Fork🍴 -- This is a fork of via We maintain it enough to work for our needs at the Internet Archive. We use the library with our CDH5 cluster and have not tested it with any other versions of hadoop. Please help us improve this! Or make your own fork. No hard feelings.![Snakebite mini logo]( Snakebite is a python library that provides a pure python HDFS client and a wrapper around...
RPMPackage zopfli-1.0.3-6.fc36.x86_64
Zopfli is a compression algorithm bit-stream compatible with compression used in gzip, Zip, PNG, HTTP requests, and others. Zopfli compresses more (~5%) but is slower (~100x) and uses more CPU, and is hence best suited for applications where data is compressed once and sent over a network many times, for example, static content for the web.
RPMPackage zlib-static-1.2.11-33.fc36.x86_64
The zlib-static package includes static libraries needed to develop programs that use the zlib compression and decompression library.
RPMPackage zlib-devel-1.2.11-33.fc36.x86_64
The zlib-devel package contains the header files and libraries needed to develop programs that use the zlib compression and decompression library.
RPMPackage rubygem-unf_ext-0.0.9.1-4.lbn36.x86_64
Unicode Normalization Form support library for CRuby.
RPMPackage rubygem-train-rest-0.5.0-1.lbn36.noarch
Provides a transport to communicate easily with RESTful APIs.
RPMPackage x265-libs-3.5-3.fc36.x86_64
The primary objective of x265 is to become the best H.265/HEVC encoder available anywhere, offering the highest compression efficiency and the highest performance on a wide variety of hardware platforms. This package contains the shared library.