{"id":14964353,"url":"https://github.com/openstenoproject/rtf_tokenize","last_synced_at":"2025-04-03T22:41:52.072Z","repository":{"id":57463113,"uuid":"415720922","full_name":"openstenoproject/rtf_tokenize","owner":"openstenoproject","description":"Simple RTF tokenizer package for Python.","archived":false,"fork":false,"pushed_at":"2021-10-11T02:10:36.000Z","size":5,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T02:49:24.317Z","etag":null,"topics":[],"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/openstenoproject.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":"2021-10-10T23:10:36.000Z","updated_at":"2023-10-17T06:38:25.000Z","dependencies_parsed_at":"2022-09-12T13:22:32.221Z","dependency_job_id":null,"html_url":"https://github.com/openstenoproject/rtf_tokenize","commit_stats":null,"previous_names":["benoit-pierre/rtf_tokenize"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstenoproject%2Frtf_tokenize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstenoproject%2Frtf_tokenize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstenoproject%2Frtf_tokenize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstenoproject%2Frtf_tokenize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstenoproject","download_url":"https://codeload.github.com/openstenoproject/rtf_tokenize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247092375,"owners_count":20882217,"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-09-24T13:33:04.035Z","updated_at":"2025-04-03T22:41:52.056Z","avatar_url":"https://github.com/openstenoproject.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RTF Tokenize\n\nA simple RTF tokenizer.\n\nAPI:\n\n``` python\n# Init:\nfrom rtf_tokenize import RtfTokenizer\ntokenizer = RtfTokenizer(rtf_string)\n# Get next token (return `None` on end of string):\ntoken = tokenizer.next_token()\n# Rewind a token (next call to `next_token` will return it):\ntokenizer.rewind_token(token)\n# Current location (last tokenized, irrespective of rewound tokens):\nposition = tokenizer.lnum, tokenizer.cnum\n```\n\n\n## Release history\n\n### 1.0.0\n\n* first public release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstenoproject%2Frtf_tokenize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstenoproject%2Frtf_tokenize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstenoproject%2Frtf_tokenize/lists"}