{"id":13813639,"url":"https://github.com/vatsel/Python-Name-Parser","last_synced_at":"2025-05-15T00:33:55.870Z","repository":{"id":95600543,"uuid":"37462454","full_name":"vatsel/Python-Name-Parser","owner":"vatsel","description":"Guess last and first names in strings. Select by popularity or maximum char usage.","archived":false,"fork":false,"pushed_at":"2015-06-15T12:32:49.000Z","size":1280,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-04T04:04:25.609Z","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/vatsel.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2015-06-15T12:01:52.000Z","updated_at":"2017-06-17T01:53:20.000Z","dependencies_parsed_at":"2023-03-04T08:00:14.587Z","dependency_job_id":null,"html_url":"https://github.com/vatsel/Python-Name-Parser","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/vatsel%2FPython-Name-Parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vatsel%2FPython-Name-Parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vatsel%2FPython-Name-Parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vatsel%2FPython-Name-Parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vatsel","download_url":"https://codeload.github.com/vatsel/Python-Name-Parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225319287,"owners_count":17455741,"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:24.062Z","updated_at":"2024-11-19T08:30:50.731Z","avatar_url":"https://github.com/vatsel.png","language":"Python","readme":"Python3 Name Parser\n-------\nGet last and first name information from email addresses, usernames, etc\n\n\nFeatures\n********\n- Built-in Dictionary of 150,000+ names and their popularity rankings.\n- Distinguishes between last and first names.\n- Last and First name sequence detection: Can detect invalid combinations of Last-First-Last name sequences and select the best option.\n- Search by Popularity: best for mangled strings.\n- Search by Longest Names: best for email addresses, or generally valid data.\n- Uses Regex to extract letter sequences, breaking the input into words and considerably increasing matching probability.\n- Worst case runtime of O(n**2) not counting the single regex operation above (where n = number of chars).\n- Actual scan time is under a second, even for strings with hundreds of characters.\n\nUsage\n********\nSimply call NameParser.Scan(). Input can be a string or a list of strings.\n\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvatsel%2FPython-Name-Parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvatsel%2FPython-Name-Parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvatsel%2FPython-Name-Parser/lists"}