{"id":50581182,"url":"https://github.com/stestagg/odhash","last_synced_at":"2026-06-05T02:30:43.488Z","repository":{"id":354292272,"uuid":"1187146261","full_name":"stestagg/odhash","owner":"stestagg","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-20T11:50:06.000Z","size":615,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-28T01:16:56.777Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stestagg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-20T11:50:04.000Z","updated_at":"2026-03-20T11:50:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/stestagg/odhash","commit_stats":null,"previous_names":["stestagg/odhash"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/stestagg/odhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stestagg%2Fodhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stestagg%2Fodhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stestagg%2Fodhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stestagg%2Fodhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stestagg","download_url":"https://codeload.github.com/stestagg/odhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stestagg%2Fodhash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33927314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-05T02:30:41.501Z","updated_at":"2026-06-05T02:30:43.483Z","avatar_url":"https://github.com/stestagg.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# odhash\n\nTurn any string or bytes into a short, memorable sequence of English words.\n\n```python\nimport odhash\n\nodhash.hash(\"hello\")\n# 'quarantine-cycle-knoll-meatloaf'\n\nodhash.hash(\"hello\", words=2)\n# 'quarantine-cycle'\n```\n\n## Install\n\n```\npip install odhash\n```\n\n## Usage\n\n```python\nodhash.hash(inp, algo=hashlib.sha256, words=4) -\u003e str\n```\n\n- `inp` — a `str`, `bytes`, or an already-constructed `hashlib` hash object\n- `algo` — any `hashlib`-compatible hash constructor (default: `sha256`)\n- `words` — number of words in the output (default: 4)\n\nEach word is selected from a curated list of 16,384 common English words using 2 bytes of the digest.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstestagg%2Fodhash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstestagg%2Fodhash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstestagg%2Fodhash/lists"}