{"id":16487159,"url":"https://github.com/phalt/hash_things","last_synced_at":"2025-03-23T12:33:46.373Z","repository":{"id":50201237,"uuid":"155746733","full_name":"phalt/hash_things","owner":"phalt","description":"Utilities for hashing all sorts of things in Python","archived":false,"fork":false,"pushed_at":"2022-12-08T01:16:10.000Z","size":22,"stargazers_count":3,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-12T13:32:53.965Z","etag":null,"topics":["dictionaries","hashing"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/phalt.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-01T16:51:37.000Z","updated_at":"2022-05-26T07:48:31.000Z","dependencies_parsed_at":"2023-01-24T04:00:14.048Z","dependency_job_id":null,"html_url":"https://github.com/phalt/hash_things","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalt%2Fhash_things","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalt%2Fhash_things/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalt%2Fhash_things/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalt%2Fhash_things/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phalt","download_url":"https://codeload.github.com/phalt/hash_things/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221850953,"owners_count":16891691,"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":["dictionaries","hashing"],"created_at":"2024-10-11T13:32:56.277Z","updated_at":"2024-10-28T15:50:32.902Z","avatar_url":"https://github.com/phalt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#️⃣ hash_things\n-------\n\n*Hash all sorts of things in Python*\n\nPython has some basic tools for hashing stuff, but not all types are easily supported.\n\nThis package contains utility functions that make it easy to hash _things_. Including: `Dicts`.\n\n\n.. image:: https://img.shields.io/pypi/v/hash_things.svg\n        :target: https://pypi.org/project/hash_things/\n\n.. image:: https://img.shields.io/pypi/pyversions/hash_things.svg\n        :target: https://pypi.org/project/hash_things/\n\n.. image:: https://img.shields.io/pypi/l/hash_things.svg\n        :target: https://pypi.org/project/hash_things/\n\n.. image:: https://img.shields.io/pypi/status/hash_things.svg\n        :target: https://pypi.org/project/hash_things/\n\n.. image:: https://circleci.com/gh/phalt/hash_things/tree/master.svg?style=svg\n        :target: https://circleci.com/gh/phalt/hash_things/tree/master\n\nInstalling the project is easy:\n\n.. code-block:: bash\n\n    pip install hash_things\n\nFull blown example:\n\n.. code-block:: python\n\n  from hash_things import hash_dict\n\n  result = hash_dict({'hello': 'world'})\n\n  result\n  \u003e\u003e\u003e 164302408563385743\n\n📖 What can I hash?\n--------\n\n- Dictionaries with any value - Lists, Tuples, Sets, and even nested Dicts!\n\n✨ Future goals\n---------------\n\n- Objects of any type\n- *You favourite type here*\n\n🏗 Status\n----------\n\nhash_things is currently stable.\n\n🎥 Credits\n-----------\n\nThis package was created with Cookiecutter_.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphalt%2Fhash_things","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphalt%2Fhash_things","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphalt%2Fhash_things/lists"}