| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-pako | Distribution: openSUSE Tumbleweed |
| Version: 0.3.1 | Vendor: openSUSE |
| Release: 3.1 | Build date: Mon Jun 9 14:32:59 2025 |
| Group: Development/Languages/Python | Build host: reproducible |
| Size: 58677 | Source RPM: python-pako-0.3.1-3.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/MycroftAI/pako | |
| Summary: The universal package manager library | |
Often, scripts need to install system dependencies using the native package manager of the user's OS. Typically, this is solved by having some bash script that runs apt-get, assuming the user is on Ubuntu. Smarter scripts use hand crafted code to detect the user's platform and aggregate a set of dependencies on a few of the more popular platforms. Our approach is different: * Parse package format (devel/debug/normal library or executable) * Look up package managers that exist in PATH * Format parsed package with common package convention of package manager More on https://github.com/MycroftAI/pako