{"id":13814348,"url":"https://github.com/etrepum/pyutf8","last_synced_at":"2025-05-02T16:43:35.922Z","repository":{"id":838870,"uuid":"561139","full_name":"etrepum/pyutf8","owner":"etrepum","description":"Python extension for dealing with validation and cleanup of UTF-8 strings","archived":false,"fork":false,"pushed_at":"2018-10-11T17:37:15.000Z","size":691,"stargazers_count":25,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-24T21:43:55.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"nikosd/airbrake","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/etrepum.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-03-13T21:20:32.000Z","updated_at":"2023-07-29T11:53:28.000Z","dependencies_parsed_at":"2022-08-16T11:05:23.600Z","dependency_job_id":null,"html_url":"https://github.com/etrepum/pyutf8","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etrepum%2Fpyutf8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etrepum%2Fpyutf8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etrepum%2Fpyutf8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etrepum%2Fpyutf8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etrepum","download_url":"https://codeload.github.com/etrepum/pyutf8/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251732777,"owners_count":21634833,"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-08-04T04:01:54.655Z","updated_at":"2025-05-01T15:06:45.316Z","avatar_url":"https://github.com/etrepum.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"pyutf8 provides tools to efficiently deal with the validation\nand cleanup of UTF-8 strings. The primary use case is \"garbage in utf-8 out\".\n\nUsage::\n\n    \u003e\u003e\u003e from pyutf8 import valid_utf8_bytes\n    \u003e\u003e\u003e SNOWMAN = u'\\N{SNOWMAN}'\n    \u003e\u003e\u003e SNOWMAN_BYTES = SNOWMAN.encode('utf-8')\n    \u003e\u003e\u003e valid_utf8_bytes(SNOWMAN) == SNOWMAN_BYTES\n    True\n    \u003e\u003e\u003e valid_utf8_bytes(SNOWMAN_BYTES) == SNOWMAN_BYTES\n    True\n    \u003e\u003e\u003e valid_utf8_bytes('\\xff' + SNOWMAN_BYTES + '\\xff') == SNOWMAN_BYTES\n    True\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetrepum%2Fpyutf8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetrepum%2Fpyutf8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetrepum%2Fpyutf8/lists"}