{"id":17243513,"url":"https://github.com/barabazs/py-is_ipfs","last_synced_at":"2025-04-14T03:53:20.848Z","repository":{"id":38388415,"uuid":"467854115","full_name":"Barabazs/py-is_ipfs","owner":"Barabazs","description":"py-is_ipfs is a Python library to identify valid IPFS resources.","archived":false,"fork":false,"pushed_at":"2024-05-14T11:21:21.000Z","size":54,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-16T06:16:00.748Z","etag":null,"topics":["cid","decentralization","ipfs","ipns","validation","validation-library"],"latest_commit_sha":null,"homepage":"","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/Barabazs.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"barabazs","patreon":null,"open_collective":null,"ko_fi":"barabazs","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://etherscan.io/address/0x6b78d3deea258914C2f4e44054d22094107407e5","https://www.blockchain.com/btc/address/bc1qvvh8s3tt97cwy20mfdttpwqw0vgsrrceq8zkmw"]}},"created_at":"2022-03-09T09:11:54.000Z","updated_at":"2024-05-14T11:21:22.000Z","dependencies_parsed_at":"2024-05-14T12:43:24.181Z","dependency_job_id":null,"html_url":"https://github.com/Barabazs/py-is_ipfs","commit_stats":{"total_commits":24,"total_committers":2,"mean_commits":12.0,"dds":0.04166666666666663,"last_synced_commit":"27c99918b8304d1e88d7f99f4e165f614be6e7a5"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barabazs%2Fpy-is_ipfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barabazs%2Fpy-is_ipfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barabazs%2Fpy-is_ipfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barabazs%2Fpy-is_ipfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Barabazs","download_url":"https://codeload.github.com/Barabazs/py-is_ipfs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819365,"owners_count":21166474,"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":["cid","decentralization","ipfs","ipns","validation","validation-library"],"created_at":"2024-10-15T06:15:58.445Z","updated_at":"2025-04-14T03:53:20.821Z","avatar_url":"https://github.com/Barabazs.png","language":"Python","funding_links":["https://github.com/sponsors/barabazs","https://ko-fi.com/barabazs","https://etherscan.io/address/0x6b78d3deea258914C2f4e44054d22094107407e5","https://www.blockchain.com/btc/address/bc1qvvh8s3tt97cwy20mfdttpwqw0vgsrrceq8zkmw"],"categories":[],"sub_categories":[],"readme":"# py-is_ipfs\n[![Latest release](https://img.shields.io/pypi/v/py-is_ipfs?color=blue\u0026label=release)](https://github.com/Barabazs/py-is_ipfs/releases/latest) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/barabazs/py-is_ipfs/.github%2Fworkflows%2Ftest.yml?logo=github\u0026label=Tests)\n\npy-is_ipfs is a Python library to identify valid IPFS resources.  \nThis project is a work in progress.\n\n## Installation and usage\n### Installation\npy-is_ipfs is available on PyPI:\n\n`python -m pip install py-is_ipfs`\n\n### Usage\n\n```python\nfrom is_ipfs import Validator\n\nprint(Validator(\"QmYjtig7VJQ6XsnUjqqJvj7QaMcCAwtrgNdahSiFofrE7o\").is_ipfs())\n```\n## Currently supported\n* [x] CID\n  * [x] v0\n  * [x] v1\n* [x] URL\n  * [x] Path Gateway\n    * [x] IPFS\n    * [x] IPNS\n  * [x] Subdomain Gateway\n    * [x] IPFS\n    * [x] IPNS\n* [x] Path\n  * [x] IPFS\n  * [x] IPNS\n* [x] Native URL\n  * [x] IPFS\n  * [x] IPNS\n* [ ] ...\n\n## License\n[MIT](https://github.com/Barabazs/py-is_ipfs/blob/main/LICENSE)\n\n## Acknowledgments\n* [Protocol Labs](https://protocol.ai/) for funding this project with a micro grant.\n* [ipfs-shipyard/is-ipfs](https://github.com/ipfs-shipyard/is-ipfs) for the heuristics implemented in JavaScript that this project used as a starting point.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarabazs%2Fpy-is_ipfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarabazs%2Fpy-is_ipfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarabazs%2Fpy-is_ipfs/lists"}