{"id":27526,"library":"vlmrun-hub","title":"VLM Run Hub","description":"VLM Run Hub provides industry-specific schemas and utilities for working with Vision Language Models. Current version 0.1.35, released frequently with minor updates.","status":"active","version":"0.1.35","language":"python","source_language":"en","source_url":"https://github.com/vlmrun/vlmrun-hub","tags":["vlm","vision-language-models","schemas","industry"],"install":[{"cmd":"pip install vlmrun-hub","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"VLMHub is the main client class.","symbol":"VLMHub","correct":"from vlmrun import VLMHub"}],"quickstart":{"code":"from vlmrun import VLMHub\n\nhub = VLMHub()\n# List available schemas\nschemas = hub.list_schemas()\nprint(schemas)","lang":"python","description":"Initialize VLMHub and list available industry schemas."},"warnings":[{"fix":"Specify exact version in requirements: vlmrun-hub==0.1.35","message":"Version 0.1.x may introduce breaking changes to schema names and API endpoints between releases. Pin your dependency version.","severity":"breaking","affected_versions":">=0.1.0"},{"fix":"Use 'import vlmrun' or 'from vlmrun import ...'.","message":"Package name is 'vlmrun-hub' but the import module is 'vlmrun' (no '-hub' suffix).","severity":"gotcha","affected_versions":"all"},{"fix":"Use 'hub.fetch_schema(...)' instead of 'hub.get_schema(...)'.","message":"Older API methods like 'get_schema()' are deprecated in favor of 'fetch_schema()'.","severity":"deprecated","affected_versions":"<0.1.30"}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"Ensure you have installed 'vlmrun-hub' and use 'import vlmrun'.","cause":"Trying to import 'vlmrun' after installing 'vlmrun-hub'? The package provides the 'vlmrun' module.","error":"ModuleNotFoundError: No module named 'vlmrun'"},{"fix":"Upgrade to the latest version: pip install --upgrade vlmrun-hub","cause":"Possibly using an outdated version where the method name was different.","error":"AttributeError: 'VLMHub' object has no attribute 'list_schemas'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}