{"id":13502226,"url":"https://github.com/presslabs/zipa","last_synced_at":"2025-06-16T01:35:57.373Z","repository":{"id":18930515,"uuid":"22149924","full_name":"presslabs/zipa","owner":"presslabs","description":"General purpose REST API client #ep14boat","archived":false,"fork":false,"pushed_at":"2021-08-31T07:46:34.000Z","size":77,"stargazers_count":74,"open_issues_count":4,"forks_count":7,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-05-13T17:38:50.822Z","etag":null,"topics":["api-client","python"],"latest_commit_sha":null,"homepage":"https://www.presslabs.com/code/zipa/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/presslabs.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":"2014-07-23T13:34:04.000Z","updated_at":"2025-01-22T08:37:26.000Z","dependencies_parsed_at":"2022-09-11T06:21:10.095Z","dependency_job_id":null,"html_url":"https://github.com/presslabs/zipa","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/presslabs/zipa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/presslabs%2Fzipa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/presslabs%2Fzipa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/presslabs%2Fzipa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/presslabs%2Fzipa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/presslabs","download_url":"https://codeload.github.com/presslabs/zipa/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/presslabs%2Fzipa/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260029251,"owners_count":22948126,"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":["api-client","python"],"created_at":"2024-07-31T22:02:06.690Z","updated_at":"2025-06-16T01:35:57.355Z","avatar_url":"https://github.com/presslabs.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"zipa [![Build Status](https://api.travis-ci.org/PressLabs/zipa.svg)](https://travis-ci.org/PressLabs/zipa)\n====\n\n# Welcome to zipa\n\nzipa is a magic pythonic REST client. For more information read the [docs](http://zipa.readthedocs.org/).\n\nzipa was developed by the awesome engineering team at [Presslabs](https://www.presslabs.com/), \na Managed WordPress Hosting provider.\n\nFor more open-source projects, check [Presslabs Code](https://www.presslabs.org/). \n\n### Instalation\n``` pip install zipa ```\n\n### Examples\n\n```\n\u003e\u003e\u003e from zipa import api_github_com as gh\n\u003e\u003e\u003e for repo in gh.users['tpope'].repos:\n...     print(repo.name)\n\n```\n\nUnder the hood `zipa` transforms your imports into clients. It follows a simple\nconvention: `HOSTNAME__PREFIX`. For the hostname, single underscores are\ntranslated into dots and for the prefix into slashes.\n\nFor example: `api_twitter_com__v1` becomes `https://api.twitter.com/v1`. The\nprefix part is optional.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpresslabs%2Fzipa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpresslabs%2Fzipa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpresslabs%2Fzipa/lists"}