{"id":26834,"library":"cigam","title":"Cigam","description":"Cigam (magic spelled backwards) is a lightweight Python library providing simple magic string manipulation and utilities. Current version 0.0.3, with infrequent releases.","status":"active","version":"0.0.3","language":"python","source_language":"en","source_url":"https://github.com/mikusjelly/cigam","tags":["magic","string","utilities"],"install":[{"cmd":"pip install cigam","lang":"bash","label":"Latest release"}],"dependencies":[],"imports":[{"note":"Most functionality is in submodules, not the top-level package.","wrong":"import cigam","symbol":"magic","correct":"from cigam import magic"}],"quickstart":{"code":"from cigam import magic\n\n# Example: reverse a string\nresult = magic.reverse('hello')\nprint(result)  # 'olleh'","lang":"python","description":"A minimal example showing how to import and use the main function from cigam."},"warnings":[{"fix":"Pin to exact version if used, or consider alternatives.","message":"The package is very early stage (v0.0.3) and APIs may change without notice. Do not rely on it for production.","severity":"gotcha","affected_versions":"all"},{"fix":"Ensure only one 'magic' module is in use, or use absolute imports.","message":"The module name 'magic' conflicts with the popular 'python-magic' library. This could lead to import errors if both are installed.","severity":"deprecated","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"Run 'pip install cigam' in the correct virtual environment.","cause":"Package not installed or installed in wrong environment.","error":"ModuleNotFoundError: No module named 'cigam'"},{"fix":"Use 'from cigam import magic' and ensure you have at least version 0.0.2.","cause":"The submodule was not imported correctly, or the version is very old.","error":"ImportError: cannot import name 'magic' from 'cigam'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}