You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage step-cli-0.25.2-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 python3-versioningit-3.1.1-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.0.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.1.1-1.lbn36.noarch
Make sure to apply any changes to this file to README_RAW.rst as well! We have made you a wrapper you can't refuseWe have a vibrant community of developers helping each other in our Telegram group < Join us!*Stay tuned for library updates and new releases on our* Telegram Channel < image::
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 rubygem-unf_ext-0.0.8.2-1.fc36.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 rubygem-netrc-0.11.0-11.fc36.noarch
This library can read and update netrc files, preserving formatting including comments and whitespace.
RPMPackage rubygem-mime-types-data-3.2022.0105-4.lbn36.noarch
mime-types-data provides a registry for information about MIME media type definitions. It can be used with the Ruby mime-types library or other software to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions.
RPMPackage rubygem-mime-types-3.4.1-5.lbn36.noarch
The mime-types library provides a library and registry for information about MIME content type definitions. It can be used to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions. Version 3.0 is a major release that requires Ruby 2.0 compatibility and removes deprecated functions. The columnar registry format introduced in 2.6 has been made the primary format; the registry data has been extracted from this library and put into {mime-types-data}[https://github.com/mime-types/mime-types-data]. Additionally, mime-types is now licensed exclusively under the MIT licence and there is a code of conduct in effect. There are a number of other smaller changes described in the History file.
RPMPackage rubygem-http-cookie-1.0.5-1.lbn36.noarch
HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265. It has with security, standards compliance and compatibility in mind, to behave just the same as today's major web browsers. It has builtin support for the legacy cookies.txt and the latest cookies.sqlite formats of Mozilla Firefox, and its modular API makes it easy to add support for a new backend store.
RPMPackage rubygem-http-accept-2.1.1-6.fc36.noarch
Parse Accept and Accept-Language HTTP headers.
RPMPackage zmap-2.1.1-19.fc36.x86_64
ZMap is an open-source network scanner that enables researchers to easily perform Internet-wide network studies. With a single machine and a well provisioned network uplink, ZMap is capable of performing a complete scan of the IPv4 address space in under 45 minutes, approaching the theoretical limit of gigabit Ethernet. ZMap can be used to study protocol adoption over time, monitor service availability, and help us better understand large systems distributed across the Internet. ========== WARNING ========== While ZMap is a powerful tool for researchers, please keep in mind that by running ZMap, you are potentially scanning the ENTIRE IPv4 address space and some users may not appreciate your scanning. We encourage ZMap users to respect requests to stop scanning and to exclude these networks from ongoing scanning.