{"id":19218365,"url":"https://github.com/libninjacom/plaid-py","last_synced_at":"2026-06-22T05:31:31.602Z","repository":{"id":63829731,"uuid":"540831393","full_name":"libninjacom/plaid-py","owner":"libninjacom","description":"Plaid client, generated from the OpenAPI spec","archived":false,"fork":false,"pushed_at":"2022-11-27T03:38:36.000Z","size":12646,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-14T05:36:01.184Z","etag":null,"topics":["openapi","plaid","python"],"latest_commit_sha":null,"homepage":"https://libninjacom.github.io/plaid-py/","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/libninjacom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-24T13:03:20.000Z","updated_at":"2022-11-27T03:40:12.000Z","dependencies_parsed_at":"2023-01-23T19:00:36.328Z","dependency_job_id":null,"html_url":"https://github.com/libninjacom/plaid-py","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/libninjacom/plaid-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fplaid-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fplaid-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fplaid-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fplaid-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libninjacom","download_url":"https://codeload.github.com/libninjacom/plaid-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fplaid-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34636427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["openapi","plaid","python"],"created_at":"2024-11-09T14:26:26.739Z","updated_at":"2026-06-22T05:31:31.581Z","avatar_url":"https://github.com/libninjacom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/libninjacom/plaid-py/stargazers\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/stars/libninjacom/plaid-py.svg?style=flat-square\" alt=\"Stars\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/libninjacom/plaid-py/actions\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/workflow/status/libninjacom/plaid-py/ci?style=flat-square\" alt=\"Build Status\" /\u003e\n    \u003c/a\u003e\n    \n\u003ca href=\"https://pypi.org/project/plaid2\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/dm/plaid2?style=flat-square\" alt=\"Downloads\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://pypi.org/project/plaid2\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/v/plaid2?style=flat-square\" alt=\"Pypi\" /\u003e\n\u003c/a\u003e\n\n\u003c/p\u003e\n\nPlaid client, generated from the OpenAPI spec.\n\n# Usage\n\n```python\nimport os\nfrom plaid2 import AsyncPlaidClient\nfrom plaid2 import PlaidClient\n\ndef main():\n    client = PlaidClient.from_env()\n    response = client.item_application_list()\n    print(f\"{response!r}\")\n\nasync def async_main():\n    client = AsyncPlaidClient.from_env()\n    response = await client.item_application_list()\n    print(f\"{response!r}\")\n\n\nif __name__ == \"__main__\":\n    if os.environ.get(\"ASYNC\"):\n        import asyncio\n        asyncio.run(async_main())\n    else:\n        main()\n\n\n```\n\nThis example loads configuration from environment variables, specifically:\n\n* `PLAID_ENV`\n\n* `PLAID_CLIENT_ID`\n\n* `PLAID_SECRET`\n\n* `PLAID_VERSION`\n\n# Documentation\n\nYou can see working examples of every API call in the `examples/` directory.\n\n# Contributing\n\nContributions are welcome!\n\n*Library created with [Libninja](https://www.libninja.com).*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibninjacom%2Fplaid-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibninjacom%2Fplaid-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibninjacom%2Fplaid-py/lists"}