{"id":15750286,"url":"https://github.com/objarni/kata_oogrep","last_synced_at":"2025-03-31T07:15:50.872Z","repository":{"id":7594199,"uuid":"8950839","full_name":"objarni/kata_oogrep","owner":"objarni","description":"Object oriented grep kata","archived":false,"fork":false,"pushed_at":"2014-05-29T16:03:18.000Z","size":240,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T11:55:20.278Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/objarni.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}},"created_at":"2013-03-22T11:48:36.000Z","updated_at":"2014-05-29T16:03:18.000Z","dependencies_parsed_at":"2022-08-30T13:43:09.817Z","dependency_job_id":null,"html_url":"https://github.com/objarni/kata_oogrep","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/objarni%2Fkata_oogrep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objarni%2Fkata_oogrep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objarni%2Fkata_oogrep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objarni%2Fkata_oogrep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/objarni","download_url":"https://codeload.github.com/objarni/kata_oogrep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246429493,"owners_count":20775808,"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":[],"created_at":"2024-10-04T06:23:23.963Z","updated_at":"2025-03-31T07:15:50.852Z","avatar_url":"https://github.com/objarni.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Kata: OO grep\n=============\n\nThe purpose of this kata is to try and implement a \"London School Grown\" (simple) grep implementation in Python3.\n\n\n\nDependencies\n------------\n* Python3 (for running grep)\n* mockito (for running tests)\n* py.test (for running tests)\n\nRunning grep\n------------\n    /home/objarni/kata_oogrep$ cd exampledir\n    /home/objarni/kata_oogrep/exampledir$ python ../grep.py somestring\n\n.. or, which should produce identical output\n\n    /home/objarni/kata_oogrep/exampledir$ python ../procedural_grep.py somestring\n\n... which is supposed to produce this output:\n\n    File1.txt:1: This is a line with somestring in it.\n    File1.txt:2: The second line also contains somestring!\n    File2.txt:10: Line 10 in File2.txt features a somestring also.\n\nRunning tests\n-------------\n    /home/objarni/kata_oogrep$ python test_grep.py\n    \n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjarni%2Fkata_oogrep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobjarni%2Fkata_oogrep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjarni%2Fkata_oogrep/lists"}