{"id":15691589,"url":"https://github.com/james7132/py-meowhash","last_synced_at":"2025-05-08T00:54:55.852Z","repository":{"id":67320002,"uuid":"154595135","full_name":"james7132/py-meowhash","owner":"james7132","description":"A simple python binding for cmuratori/meow_hash, an extremely fast non-cryptographic hash function.","archived":false,"fork":false,"pushed_at":"2018-10-27T21:03:01.000Z","size":11,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T00:54:49.295Z","etag":null,"topics":["hash","hash-functions","hashing-algorithm"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/james7132.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2018-10-25T02:00:09.000Z","updated_at":"2023-10-16T22:28:14.000Z","dependencies_parsed_at":"2023-02-21T00:30:27.054Z","dependency_job_id":null,"html_url":"https://github.com/james7132/py-meowhash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james7132%2Fpy-meowhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james7132%2Fpy-meowhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james7132%2Fpy-meowhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james7132%2Fpy-meowhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/james7132","download_url":"https://codeload.github.com/james7132/py-meowhash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252978738,"owners_count":21834915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["hash","hash-functions","hashing-algorithm"],"created_at":"2024-10-03T18:22:24.665Z","updated_at":"2025-05-08T00:54:55.831Z","avatar_url":"https://github.com/james7132.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# py-meowhash\n\npy-meowhash is a simple python binding for\n[cmuratori/meow_hash](https://github.com/cmuratori/meow_hash), an extremely fast\nnon-cryptographic hash function. Meant to act as a drop in replacement for any\n`hashlib` hashing algorithm.\n\n**NOTE**: meow_hash, and by proxy py-meowhash are considered experimental or\nalpha quality software and should be used as such.\n\n## Usage\n\nCan be used as a drop in replacement for `hashlib` algorithms:\n\n```python\nhash = meowhash.new()\nhash.update(b'hello world')\nd = hash.digest()\nh = hash.hexdigest()\nhash2 = hash.copy()\n\n# Available attributes\nhash.name\nhash.digest_size\nhash.hash_size\n```\n\n## Caveats and Known Issues\n\nThis library currently is not portable and requires AVX instruction support on\nthe local machine to run properly. The library does not check for this support\nas of right now and may segfault on calling\n\nPlease check the\n[meow_hash issue tracker](https://github.com/cmuratori/meow_hash/issues) for\nfor other issues that one may encounter.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames7132%2Fpy-meowhash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjames7132%2Fpy-meowhash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames7132%2Fpy-meowhash/lists"}