{"id":15655361,"url":"https://github.com/nlevitt/retrie","last_synced_at":"2025-03-30T01:41:16.013Z","repository":{"id":138585404,"uuid":"131651428","full_name":"nlevitt/retrie","owner":"nlevitt","description":"build regex matching any of list of strings by way of trie","archived":false,"fork":false,"pushed_at":"2018-04-30T22:24:25.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T03:56:35.018Z","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/nlevitt.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-30T22:08:16.000Z","updated_at":"2018-04-30T22:24:27.000Z","dependencies_parsed_at":"2023-04-15T12:01:22.268Z","dependency_job_id":null,"html_url":"https://github.com/nlevitt/retrie","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"a8649799f026f5ee98af717c24a5fcff2acdfecf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlevitt%2Fretrie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlevitt%2Fretrie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlevitt%2Fretrie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlevitt%2Fretrie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nlevitt","download_url":"https://codeload.github.com/nlevitt/retrie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246266252,"owners_count":20749754,"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-03T12:58:27.640Z","updated_at":"2025-03-30T01:41:15.994Z","avatar_url":"https://github.com/nlevitt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"1. monkey\n\n```\n*monkey\n```\n```\n'monkey'\n```\n\n2. money\n\n```\n    mon\n   /   \\\n*key   *ey\n```\n```\n'mon(key|ey)'\n```\n\n3. monk\n\n```\n     mon\n    /   \\\n  *k    *ey\n  /\n*ey\n```\n```\n'mon(k(ey)?|ey)'\n```\n\n4. monks\n\n```\n      mon\n     /   \\\n   *k    *ey\n  /  \\\n*ey  *s\n```\n\n```\n'mon(k(ey|s)?|ey)'\n```\n\n5. monkeynut\n\n```\n         mon\n        /   \\\n      *k    *ey\n     /  \\\n   *ey  *s\n   /\n*nut\n```\n\n```\n'mon(k(ey(nut)?|s)?|ey)'\n```\n\n6. monkeyface\n\n```\n         mon\n        /   \\\n      *k    *ey\n     /  \\\n   *ey  *s\n   / \\\n*nut *face\n```\n\n```\n'mon(k(ey(nut|face)?|s)?|ey)'\n```\n\n7. monkery\n\n```\n           mon\n          /   \\\n        *k    *ey\n       /  \\\n      e   *s\n     / \\\n   *y  *ry\n   / \\\n*nut *face\n```\n\n```\n'mon(k(e(y(nut|face)?|ry)|s)?|ey)'\n```\n\n8. ape\n\n```\n           mon    *ape\n          /   \\\n        *k    *ey\n       /  \\\n      e   *s\n     / \\\n   *y  *ry\n   / \\\n*nut *face\n```\n\n```\n'mon(k(e(y(nut|face)?|ry)|s)?|ey)|ape'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlevitt%2Fretrie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlevitt%2Fretrie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlevitt%2Fretrie/lists"}