{"id":50562009,"url":"https://github.com/legopitstop/gitfiles-py","last_synced_at":"2026-06-04T12:01:32.446Z","repository":{"id":268655473,"uuid":"905070184","full_name":"legopitstop/gitfiles-py","owner":"legopitstop","description":"Load, filter and match .gitignore files.","archived":false,"fork":false,"pushed_at":"2026-05-19T20:11:51.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-19T23:46:40.858Z","etag":null,"topics":["gitfiles","github","gitignore","ignore","pypi","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/gitfiles/","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/legopitstop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":"Legopitstop","open_collective":null,"ko_fi":"legopitstop","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2024-12-18T05:20:48.000Z","updated_at":"2026-05-19T20:11:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd987b9e-7a96-4662-8c26-43420ad66fc1","html_url":"https://github.com/legopitstop/gitfiles-py","commit_stats":null,"previous_names":["legopitstop/gitfiles","legopitstop/gitfiles-py"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/legopitstop/gitfiles-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fgitfiles-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fgitfiles-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fgitfiles-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fgitfiles-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/legopitstop","download_url":"https://codeload.github.com/legopitstop/gitfiles-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fgitfiles-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33903134,"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-04T02:00:06.755Z","response_time":64,"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":["gitfiles","github","gitignore","ignore","pypi","python"],"created_at":"2026-06-04T12:01:29.796Z","updated_at":"2026-06-04T12:01:32.409Z","avatar_url":"https://github.com/legopitstop.png","language":"Python","funding_links":["https://patreon.com/Legopitstop","https://ko-fi.com/legopitstop"],"categories":[],"sub_categories":[],"readme":"# gitfiles\n\n[![PyPI](https://img.shields.io/pypi/v/gitfiles)](https://pypi.org/project/gitfiles/)\n[![Python](https://img.shields.io/pypi/pyversions/gitfiles)](https://www.python.org/downloads//)\n![Downloads](https://img.shields.io/pypi/dm/gitfiles)\n![Status](https://img.shields.io/pypi/status/gitfiles)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n[![Issues](https://img.shields.io/github/issues/legopitstop/gitfiles-py)](https://github.com/legopitstop/gitfiles-py/issues)\n\nLoad, filter and match `.gitignore` files.\n\n## Installation\n\nInstall the module with pip:\n\n```bat\npip3 install gitfiles\n```\n\nUpdate existing installation: `pip3 install gitfiles --upgrade`\n\n## Examples\n\n```Python\nimport gitfiles\n\nprint(gitfiles.match('file.so'))\n```\n\n```Python\nimport gitfiles\n\nfiles = [\n    '.venv',\n    '.env',\n    'app.py'\n]\nprint(gitfiles.filter(files))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegopitstop%2Fgitfiles-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flegopitstop%2Fgitfiles-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegopitstop%2Fgitfiles-py/lists"}