{"id":26791,"library":"bapy","title":"Bapy - Python Package Manager","description":"A tool for managing Python packages. Current version is 2.0.5, with monthly releases on PyPI.","status":"active","version":"2.0.5","language":"python","source_language":"en","source_url":"https://github.com/example/bapy","tags":["package-management","python"],"install":[{"cmd":"pip install bapy","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"Main class for package management","symbol":"Bapy","correct":"from bapy import Bapy"}],"quickstart":{"code":"from bapy import Bapy\nbapy = Bapy()\nbapy.list_packages()","lang":"python","description":"Initialize Bapy manager and list installed packages."},"warnings":[{"fix":"Use Bapy class from bapy module.","message":"Version 2.0.0 replaced the old CLI interface with a Python API. Scripts using 'bapy install pkg' must be rewritten.","severity":"breaking","affected_versions":"<2.0.0 to >=2.0.0"},{"fix":"from bapy import Bapy; Bapy().install_package('pkg')","message":"The 'bapy install' CLI command is deprecated; use 'bapy install_package' method.","severity":"deprecated","affected_versions":"2.0.0 - 2.0.5"},{"fix":"Check Python version: python --version","message":"Python 3.10 is required, but bapy silently fails on lower versions.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run: pip install bapy","cause":"bapy not installed or installed in wrong environment.","error":"ModuleNotFoundError: No module named 'bapy'"},{"fix":"Use: from bapy import Bapy","cause":"Old import pattern from version 1.x may be used.","error":"ImportError: cannot import name 'Bapy' from 'bapy'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}