Registry / devops / bapy
library2.0.5pypypiunverified

A tool for managing Python packages. Current version is 2.0.5, with monthly releases on PyPI.

pip install bapy
INSTALL
IMPORT
SIG · BAPY
B
bapy
devopspythonv2.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bapy
from bapy.ppip import Bapy
from bapy import Bapy

Initialize Bapy manager and list installed packages.

from bapy import Bapy bapy = Bapy() bapy.list_packages()
bapy --version
Debug
Known issues
breakingVersion 2.0.0 replaced the old CLI interface with a Python API. Scripts using 'bapy install pkg' must be rewritten.
fix
Use Bapy class from bapy module.
affects: <2.0.0 to >=2.0.0
deprecatedThe 'bapy install' CLI command is deprecated; use 'bapy install_package' method.
fix
from bapy import Bapy; Bapy().install_package('pkg')
affects: 2.0.0 - 2.0.5
gotchaPython 3.10 is required, but bapy silently fails on lower versions.
fix
Check Python version: python --version
affects: all
Upgrade
Version history
2.0.5latest on PyPI · released Sep 28, 2023
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources