{"id":17660907,"url":"https://github.com/soulteary/go-nameparser","last_synced_at":"2026-02-01T06:31:57.551Z","repository":{"id":168126805,"uuid":"643756821","full_name":"soulteary/go-nameparser","owner":"soulteary","description":"Nameparser API services, python-nameparser implemented by golang.","archived":false,"fork":false,"pushed_at":"2023-05-26T12:19:33.000Z","size":46,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T07:42:31.210Z","etag":null,"topics":["docker","go","nameparser","python"],"latest_commit_sha":null,"homepage":"https://soulteary.com/2023/05/22/using-golang-and-docker-to-implement-python-computing-services.html","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soulteary.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":"2023-05-22T05:08:53.000Z","updated_at":"2024-09-23T06:58:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"69731ef9-5bf5-4a75-b587-f638a9176ba5","html_url":"https://github.com/soulteary/go-nameparser","commit_stats":null,"previous_names":["soulteary/go-nameparser"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/soulteary/go-nameparser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulteary%2Fgo-nameparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulteary%2Fgo-nameparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulteary%2Fgo-nameparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulteary%2Fgo-nameparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soulteary","download_url":"https://codeload.github.com/soulteary/go-nameparser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulteary%2Fgo-nameparser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28970527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T05:48:53.985Z","status":"ssl_error","status_checked_at":"2026-02-01T05:47:55.855Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["docker","go","nameparser","python"],"created_at":"2024-10-23T17:09:42.315Z","updated_at":"2026-02-01T06:31:57.533Z","avatar_url":"https://github.com/soulteary.png","language":"Go","readme":"# Go Name Parser\n\nNameparser API services, [python-nameparser](https://github.com/derek73/python-nameparser) implemented by Golang.\n\n## Usage\n\nStart NameParser service, `8080` for HTTP client and `8081` for GRPC client.\n\n```bash\ndocker run --rm -it -p 8080:8080 -p 8081:8081 soulteary/go-nameparser\n```\n\nYou can use the following commands to test the HTTP API.\n\n```bash\n# curl --request POST 'http://127.0.0.1:8080/api/convert' --header 'Content-Type: application/json' --data-raw '{\"name\": \"Dr. Juan Q. Xavier de la Vega III (Doc Vega)\"}'\n\n{\"text\":\"Dr. Juan Q. Xavier de la Vega III (Doc Vega)\",\"detail\":{\"title\":\"Dr.\",\"first\":\"Juan\",\"middle\":\"Q. Xavier\",\"last\":\"de la Vega\",\"suffix\":\"III\",\"nickname\":\"Doc Vega\"}}\n```\n\nYou can use the following commands to test the GRPC API.\n\n```bash\ncd example/grpc-client\ngo run main.go\n```\n\n## Tutorial\n\n- [Using Golang and Docker to implement Python computing services](https://soulteary.com/2023/05/22/using-golang-and-docker-to-implement-python-computing-services.html)\n\n## Dev\n\n```bash\ndocker build -t soulteary/go-nameparser . -f docker/Dockerfile\n```\n\n## Credits\n\n- [python-nameparser](https://github.com/derek73/python-nameparser), the main calculation function implementation.\n- [Docker Python in Go](https://github.com/soulteary/docker-python-in-go), the principle.\n\n## License\n\nKeep the same with the [python-nameparser](https://github.com/derek73/python-nameparser), use [LGPL-2.1 license](https://github.com/soulteary/go-nameparser/blob/main/LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoulteary%2Fgo-nameparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoulteary%2Fgo-nameparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoulteary%2Fgo-nameparser/lists"}