Name: | python3-resolvelib |
---|---|
Version: | 1.0.1 |
Release: | 6.el10 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 94752 |
License: | ISC |
RPM: | python3-resolvelib-1.0.1-6.el10.noarch.rpm |
Source RPM: | python-resolvelib-1.0.1-6.el10.src.rpm |
Build Date: | Wed Jan 29 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/sarugaku/resolvelib |
Summary: | Resolve abstract dependencies into concrete ones |
Description: | ResolveLib at the highest level provides a Resolver class that includes dependency resolution logic. You give it some things, and a little information on how it should interact with them, and it will spit out a resolution result. Intended Usage :: import resolvelib Things I want to resolve. requirements [...] Implement logic so the resolver understands the requirement format. class... |