{"id":15957198,"url":"https://github.com/feeeek/pyanypay","last_synced_at":"2025-07-29T19:20:26.639Z","repository":{"id":118768478,"uuid":"534866732","full_name":"FeeeeK/pyAnyPay","owner":"FeeeeK","description":"Wrapper for AnyPay.com API","archived":false,"fork":false,"pushed_at":"2023-12-25T22:27:51.000Z","size":209,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-15T00:48:57.224Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/FeeeeK.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":"2022-09-10T02:19:40.000Z","updated_at":"2023-08-22T19:19:59.000Z","dependencies_parsed_at":"2024-10-07T13:40:53.393Z","dependency_job_id":"c903c240-01f3-4e0b-a245-d93a3c917acb","html_url":"https://github.com/FeeeeK/pyAnyPay","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":"0.41666666666666663","last_synced_commit":"eeb1f98c49702623d555b80231383b79612b7395"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FeeeeK%2FpyAnyPay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FeeeeK%2FpyAnyPay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FeeeeK%2FpyAnyPay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FeeeeK%2FpyAnyPay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FeeeeK","download_url":"https://codeload.github.com/FeeeeK/pyAnyPay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247589830,"owners_count":20963022,"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-10-07T13:40:48.653Z","updated_at":"2025-04-07T03:37:31.359Z","avatar_url":"https://github.com/FeeeeK.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyAnyPay\n\nLittle asynchronous wrapper around the [AnyPay API](https://anypay.io/doc/api).\n\n## Installation\n\n![PyPI](https://img.shields.io/pypi/v/pyanypay)\n\n```bash\npip install pyanypay\n```\n\n## Usage\n\n```python\nimport asyncio\nfrom pyanypay import AnyPayApi\n\napi = AnyPayApi(api_key=\"API_KEY\", api_id=123)\n\nasync def main():\n    # Retrieve balance\n    response = await api.balance()\n    print(response.balance)  # 123.45\n\n\nasyncio.run(main())\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeeeek%2Fpyanypay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeeeek%2Fpyanypay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeeeek%2Fpyanypay/lists"}