{"id":27123,"library":"lumopackage","title":"Lumo Example Package","description":"Lumo is a minimal example package for demonstration purposes. Version 2.2022.10.13 requires Python >=3.6. No active development or releases since 2022.","status":"deprecated","version":"2.2022.10.13","language":"python","source_language":"en","source_url":"https://github.com/lumo/lumopackage","tags":["example","deprecated","python3"],"install":[{"cmd":"pip install lumopackage==2.2022.10.13","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"Standard import path.","wrong":"","symbol":"LumoClass","correct":"from lumopackage import LumoClass"}],"quickstart":{"code":"from lumopackage import LumoClass\n\n# Example usage\nobj = LumoClass()\nresult = obj.do_something()\nprint(result)","lang":"python","description":"Basic usage of LumoClass."},"warnings":[{"fix":"Consider alternative packages or fork the source.","message":"The package has not been updated since 2022 and is effectively deprecated.","severity":"deprecated","affected_versions":">=2.0.0"},{"fix":"Use packaging.version.parse() for correct comparison.","message":"The package version scheme is non-standard (2.2022.10.13). Avoid comparing versions lexicographically.","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 lumopackage'.","cause":"Package not installed or wrong pip install command.","error":"ModuleNotFoundError: No module named 'lumopackage'"},{"fix":"Check installed version's documentation or list available attributes with dir(lumopackage).","cause":"The class might not exist or was renamed.","error":"ImportError: cannot import name 'LumoClass' from 'lumopackage'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}