You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage salt-cloud-3007.1-2.lbn36.noarch
The salt-cloud tool provisions new cloud VMs, installs salt-minion on them, and adds them to the master's collection of controllable minions. Supports Python 3.
RPMPackage salt-api-3007.1-2.lbn36.noarch
salt-api provides a REST interface to the Salt master. Supports Python 3.
RPMPackage salt-3007.1-2.lbn36.noarch
Salt is a distributed remote execution system used to execute commands and query data. It was developed in order to bring the best solutions found in the world of remote execution together and make them better, faster and more malleable. Salt accomplishes this via its ability to handle larger loads of information, and not just dozens, but hundreds or even thousands of individual servers, handle them quickly and through a simple and manageable interface.
RPMPackage python3-timelib-0.3.0-7.lbn36.x86_64
timelib is a short wrapper around php's internal timelib module. It currently only provides a few functions:timelib.strtodatetime:>>> timelib.strtodatetime("today") datetime.datetime(2009, 6, 23, 0, 0) >>> timelib.strtodatetime("today") datetime.datetime(2009, 6, 23, 0, 0) >>> timelib.strtodatetime("next friday") datetime.datetime(2009, 6, 26, 0, 0) >>> timelib.strtodatetime("29 feb 2008 -108...
RPMPackage python3-looseversion-1.3.0-7.lbn36.noarch
A backwards/forwards-compatible fork of distutils.version.LooseVersion, for times when PEP-440 isnt what you need. The goal of this package is to be a drop-in replacement for the original LooseVersion. It implements an identical interface and comparison logic to LooseVersion. The only major change is that a looseversion.LooseVersion is comparable to a distutils.version.LooseVersion, which means tools should not need to worry whether all dependencies that use LooseVersion have migrated. If you are simply comparing versions of Python packages, consider moving to packaging.version.Version, which follows PEP-440. LooseVersion is better suited to interacting with heterogeneous version schemes that do not follow PEP-440.
RPMPackage opentofu-1.10.6-0.1.git1f0c3de.lbn36.x86_64
OpenTofu is an OSS tool for building, changing, and versioning infrastructure safely and efficiently. OpenTofu can manage existing and popular service providers as well as custom in-house solutions. The key features of OpenTofu are: Infrastructure as Code: Infrastructure is described using a high-level configuration syntax. This allows a blueprint of your datacenter to be versioned and treated as you would any other code. Additionally, infrastructure can be shared and re-used. Execution Plans: OpenTofu has a "planning" step where it generates an execution plan. The execution plan shows what OpenTofu will do when you call apply. This lets you avoid any surprises when OpenTofu manipulates infrastructure. Resource Graph: OpenTofu builds a graph of all your resources, and parallelizes the creation and modification of any non-dependent resources. Because of this, OpenTofu builds infrastructure as efficiently as possible, and operators get insight into dependencies in their infrastructure. Change Automation: Complex changesets can be applied to your infrastructure with minimal human interaction. With the previously mentioned execution plan and resource graph, you know exactly what OpenTofu will change and in what order, avoiding many possible human errors.
RPMPackage python3-pulpcore-client-3.78.0-1.lbn36.noarch
Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
RPMPackage python3-pulpcore-3.82.1-1.lbn36.noarch
Acquire, Organize, and Distribute Software Pulp is a platform for managing repositories of content, such as software packages, and pushing that content out to large numbers of consumers. Using Pulp you can: Locally mirror all or part of a repository Host your own content in a new repository Manage content from multiple sources in one place Promote content through different repos in an organized way
RPMPackage python3-pulp_glue-0.29.1-1.lbn36.noarch
Pulp Glue The version agnostic Pulp 3 client library in python
RPMPackage python3-pulp-smash-0.14.0-2.lbn36.noarch
Pulp Smash Pulp Smash is a toolkit for testing Pulp.
RPMPackage python3-pulp-rpm-client-3.31.1-1.lbn36.noarch
Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
RPMPackage python3-pulp-rpm-3.31.1-1.lbn36.noarch
pulp_rpm Plugin This is the pulp_rpm Plugin for Pulp Project 3.0+ < This plugin provides support for RPM family content types, similar to the pulp_rpm plugin for Pulp 2.For more information, please see the documentation < or the Pulp project page <>_.
RPMPackage python3-pulp-python-client-3.16.0-1.lbn36.noarch
Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
RPMPackage python3-pulp-python-3.16.0-1.lbn36.noarch
pulp_python A Pulp plugin to support hosting your own pip compatible Python packages.
RPMPackage python3-pulp-ostree-client-2.4.8-1.lbn36.noarch
Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
RPMPackage python3-pulp-ostree-2.4.8-1.lbn36.noarch
Pulp OSTree Plugin A Pulp plugin to support hosting your own OSTree content. For more information, please see the documentation or the Pulp project page.
RPMPackage python3-pulp-npm-client-0.3.3-1.lbn36.noarch
Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
RPMPackage python3-pulp-npm-0.3.3-1.lbn36.noarch
pulp_npm A Pulp plugin to support hosting your own npm compatible Node packages.
RPMPackage python3-pulp-maven-client-0.10.1-1.lbn36.noarch
Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
RPMPackage python3-pulp-maven-0.10.1-1.lbn36.noarch
pulp_maven Plugin This is the pulp_maven Plugin for Pulp Project 3.0+ < This plugin let's users use Pulp as a pull-through cache for Maven repositories.All REST API examples bellow use httpie < to perform the requests. The httpie commands below assume that the user executing the commands has a .netrc file in the home directory. The .netrc should have the following configuration:.. code-...