{"id":23553372,"url":"https://github.com/aymanizz/python-tokenizer","last_synced_at":"2026-05-15T12:35:57.690Z","repository":{"id":82509023,"uuid":"155628264","full_name":"aymanizz/python-tokenizer","owner":"aymanizz","description":"A tokenizer for the python programming language in C","archived":false,"fork":false,"pushed_at":"2019-01-09T21:59:15.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-12T00:33:27.887Z","etag":null,"topics":["c","python","tokenizer"],"latest_commit_sha":null,"homepage":null,"language":"C","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/aymanizz.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-10-31T21:55:15.000Z","updated_at":"2019-12-11T20:31:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff918729-2d46-4669-a3c3-1a2d7230c84b","html_url":"https://github.com/aymanizz/python-tokenizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aymanizz/python-tokenizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymanizz%2Fpython-tokenizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymanizz%2Fpython-tokenizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymanizz%2Fpython-tokenizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymanizz%2Fpython-tokenizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aymanizz","download_url":"https://codeload.github.com/aymanizz/python-tokenizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymanizz%2Fpython-tokenizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33067471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["c","python","tokenizer"],"created_at":"2024-12-26T11:15:02.362Z","updated_at":"2026-05-15T12:35:57.667Z","avatar_url":"https://github.com/aymanizz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Python Tokenizer\nA tokenizer for the python programming language in C.\n\n## Differences\nThere are a couple of differences between this tokenizer and what cpython\ntokenizer does.\n\nThis tokenizer:\n\n- **does not** emit NL.\n- **does not** recognize encoding comment.\n- **does not** support unicode.\n- **does** emit tokens for each reserved keyword.\n\nI plan on adding support for some of these but not all. The implementation will\ndiffer from the cpython's in many ways.\n\n## Building And Testing\n1. Clone the repository and initialize the submodules.\n    ```\n    git clone --recurse-submodules https://github.com/aymanizz/python-tokenizer.git\n    ```\n2. Run make. The following make commands (targets) are available:\n    - build the tokenizer: `make`.\n    - build the tests runner and run it: `make test`.\n    - remove the binaries directory: `make clean`.\n\nOuput executable files can be found in `bin` directory after building.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faymanizz%2Fpython-tokenizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faymanizz%2Fpython-tokenizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faymanizz%2Fpython-tokenizer/lists"}