How to Install and Uninstall python311-apipkg Package on openSUSE Leap
Last updated: November 27,2024
1. Install "python311-apipkg" package
This guide covers the steps necessary to install python311-apipkg on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-apipkg
Copied
2. Uninstall "python311-apipkg" package
Please follow the steps below to uninstall python311-apipkg on openSUSE Leap:
$
sudo zypper remove
python311-apipkg
Copied
3. Information about the python311-apipkg package on openSUSE Leap
Information for package python311-apipkg:
-----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-apipkg
Version : 3.0.1-150400.12.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 37.0 KiB
Installed : No
Status : not installed
Source package : python-apipkg-3.0.1-150400.12.3.9.src
Upstream URL : https://github.com/pytest-dev/apipkg/
Summary : Namespace control and lazy-import mechanism
Description :
With apipkg you can control the exported namespace of a
python package and greatly reduce the number of imports for your users.
It is a small pure python module that works on CPython 2.7 and 3.4+,
Jython and PyPy. It co-operates well with Python's help() system,
custom importers (PEP302) and common command line completion tools.
Usage is very simple: you can require 'apipkg' as a dependency or you
can copy paste the ~200 lines of code into your project.
-----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-apipkg
Version : 3.0.1-150400.12.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 37.0 KiB
Installed : No
Status : not installed
Source package : python-apipkg-3.0.1-150400.12.3.9.src
Upstream URL : https://github.com/pytest-dev/apipkg/
Summary : Namespace control and lazy-import mechanism
Description :
With apipkg you can control the exported namespace of a
python package and greatly reduce the number of imports for your users.
It is a small pure python module that works on CPython 2.7 and 3.4+,
Jython and PyPy. It co-operates well with Python's help() system,
custom importers (PEP302) and common command line completion tools.
Usage is very simple: you can require 'apipkg' as a dependency or you
can copy paste the ~200 lines of code into your project.