{"id":19652357,"url":"https://github.com/pingf/postboy","last_synced_at":"2025-07-19T10:34:00.603Z","repository":{"id":147606088,"uuid":"46991712","full_name":"pingf/Postboy","owner":"pingf","description":"Simple \u0026 Fast Http client based on pycurl","archived":false,"fork":false,"pushed_at":"2015-12-14T07:18:34.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T01:44:26.565Z","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/pingf.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}},"created_at":"2015-11-27T17:16:50.000Z","updated_at":"2015-11-28T08:54:24.000Z","dependencies_parsed_at":"2023-04-15T21:47:43.370Z","dependency_job_id":null,"html_url":"https://github.com/pingf/Postboy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pingf/Postboy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingf%2FPostboy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingf%2FPostboy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingf%2FPostboy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingf%2FPostboy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pingf","download_url":"https://codeload.github.com/pingf/Postboy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingf%2FPostboy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265916968,"owners_count":23848828,"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-11-11T15:10:29.876Z","updated_at":"2025-07-19T10:34:00.568Z","avatar_url":"https://github.com/pingf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Postboy\nSimple but Fast Http client based on pycurl\n\n## Usage\nthis package is developed with python3, because the name 'postboy' is occupied by others, you have to import `postboy2`\n\n```python\n# coding=utf-8\nfrom postboy2 import PostBoy\n\nif __name__ == '__main__':\n    result = PostBoy('www.douban.com','utf-8').get()\n    print(result['data']['title'])\n```\n\n##Change Log\n\nv0.0.3 : add simple post support\n\nv0.0.2 : reformat the result output\n\nv0.0.1 : add get support\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpingf%2Fpostboy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpingf%2Fpostboy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpingf%2Fpostboy/lists"}