{"id":17963240,"url":"https://github.com/kajdev/simex","last_synced_at":"2025-07-25T13:03:55.223Z","repository":{"id":103144798,"uuid":"420612336","full_name":"KAJdev/simex","owner":"KAJdev","description":"A really bad simple regular expression engine","archived":false,"fork":false,"pushed_at":"2021-10-24T08:18:15.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T07:29:27.042Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KAJdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2021-10-24T07:05:55.000Z","updated_at":"2021-10-24T08:18:18.000Z","dependencies_parsed_at":"2023-03-17T03:16:29.710Z","dependency_job_id":null,"html_url":"https://github.com/KAJdev/simex","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/KAJdev%2Fsimex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KAJdev%2Fsimex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KAJdev%2Fsimex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KAJdev%2Fsimex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KAJdev","download_url":"https://codeload.github.com/KAJdev/simex/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247062241,"owners_count":20877242,"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-29T11:24:59.202Z","updated_at":"2025-04-03T19:22:24.960Z","avatar_url":"https://github.com/KAJdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simex\nA really bad simple regular expression engine\n\n```\nCharacters:\n    *       Any character (stops at the first instance of the proceding character or end of string)\n    ?       Optional proceding character\n\nEscape with backslash\n```\n\n```py\nimport se\nexpression = se.compile('some simex that can end with *')\nassert expression.findall(\"some simex that can end with anything!\") == ['some simex that can end with anything!']\n```\n\nI'm not sure why this exists. It took me like an hour to make.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkajdev%2Fsimex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkajdev%2Fsimex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkajdev%2Fsimex/lists"}