{"id":27833,"library":"ghscard","title":"ghscard","description":"ghscard generates interactive GitHub user/repository/organization cards for static web pages. Current version 0.5.3, supports Python >=3.5. Maintenance mode with infrequent releases.","status":"maintenance","version":"0.5.3","language":"python","source_language":"en","source_url":"https://github.com/thombashi/ghscard","tags":["github","card","widget","static-site"],"install":[{"cmd":"pip install ghscard","lang":"bash","label":"PyPI install"}],"dependencies":[],"imports":[{"note":"The package exports a CLI module and internal functions; no common wrong import.","symbol":"ghscard","correct":"import ghscard"}],"quickstart":{"code":"import ghscard\n# CLI usage: python -m ghscard --help\n# Generate card HTML for a user:\n# python -m ghscard user thombashi --output card.html","lang":"python","description":"Basic usage: run the CLI as a module."},"warnings":[{"fix":"Use Python 3.5+","message":"Python 2 support dropped in v0.4.0; ghscard may still work on Python 2 but no longer tested.","severity":"deprecated","affected_versions":">=0.4.0"},{"fix":"Set GITHUB_TOKEN=your_token before running the CLI.","message":"GITHUB_TOKEN environment variable is required for higher API rate limits; without it, anonymous requests may fail after a few calls.","severity":"gotcha","affected_versions":">=0.5.0"},{"fix":"Use pip install ghscard[dev] if dev extras are needed (but they were removed). Check setup.py for alternatives.","message":"Removed 'dev' extras_require in v0.5.0; installing dev dependencies now requires specifying extras manually.","severity":"breaking","affected_versions":">=0.5.0"}],"env_vars":null,"last_verified":"2026-05-09T00:00:00.000Z","next_check":"2026-08-07T00:00:00.000Z","problems":[{"fix":"Run: pip install ghscard","cause":"ghscard not installed or installed in wrong environment.","error":"ModuleNotFoundError: No module named 'ghscard'"},{"fix":"Set environment variable: export GITHUB_TOKEN='your_token'","cause":"GitHub API token not provided.","error":"Could not find a GitHub token. Set GITHUB_TOKEN environment variable or pass --token."}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}