{"id":27569,"library":"zuban","title":"Zuban Language Server","description":"Zuban is a Python-based language server for the Zuban programming language. It provides IDE features like code completion, diagnostics, and refactoring. Current version is 0.7.1, released periodically.","status":"active","version":"0.7.1","language":"python","source_language":"en","source_url":"https://github.com/zubanls/zubanls-python","tags":["language-server","zuban","ide"],"install":[{"cmd":"pip install zuban","lang":"bash","label":"Install via pip"}],"dependencies":[],"imports":[{"symbol":"ZubanLanguageServer","correct":"from zuban.server import ZubanLanguageServer"}],"quickstart":{"code":"from zuban.server import ZubanLanguageServer\nserver = ZubanLanguageServer()\nserver.start()","lang":"python","description":"Initialize and start the Zuban language server."},"warnings":[{"fix":"Review the changelog at https://docs.zubanls.com/en/latest/changelog.html","message":"Version 0.7.0 may have changed API signatures. Check changelog for migration details.","severity":"breaking","affected_versions":"0.7.0+"},{"fix":"Upgrade to latest version and update imports.","message":"Some older functions might be deprecated. Always refer to official docs.","severity":"deprecated","affected_versions":"<0.7.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run 'pip install zuban' in your current environment.","cause":"The package is not installed or installed in a different environment.","error":"ModuleNotFoundError: No module named 'zuban'"},{"fix":"Use 'from zuban.server import ZubanLanguageServer' after upgrading to latest version.","cause":"The import path might be incorrect or the package version is outdated.","error":"AttributeError: module 'zuban' has no attribute 'server'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}