{"id":15051429,"url":"https://github.com/aaronsegura/nextcloud-async","last_synced_at":"2026-03-12T00:33:58.604Z","repository":{"id":37239003,"uuid":"504843647","full_name":"aaronsegura/nextcloud-async","owner":"aaronsegura","description":"Async-capable python wrapper for Nextcloud APIs","archived":false,"fork":false,"pushed_at":"2025-04-04T10:42:16.000Z","size":1507,"stargazers_count":16,"open_issues_count":16,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-19T04:49:45.598Z","etag":null,"topics":["asyncio","maps","nextcloud","ocs","python3","spreed"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aaronsegura.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-06-18T12:54:46.000Z","updated_at":"2025-08-07T21:02:08.000Z","dependencies_parsed_at":"2024-11-10T13:20:08.491Z","dependency_job_id":"b0cb97bb-679e-4fd5-8cd5-260f4756339e","html_url":"https://github.com/aaronsegura/nextcloud-async","commit_stats":{"total_commits":38,"total_committers":1,"mean_commits":38.0,"dds":0.0,"last_synced_commit":"7c397e7e54698d6c03b5b46f352d3e1f4491c948"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/aaronsegura/nextcloud-async","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsegura%2Fnextcloud-async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsegura%2Fnextcloud-async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsegura%2Fnextcloud-async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsegura%2Fnextcloud-async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronsegura","download_url":"https://codeload.github.com/aaronsegura/nextcloud-async/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsegura%2Fnextcloud-async/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30408503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T22:36:59.286Z","status":"ssl_error","status_checked_at":"2026-03-11T22:36:57.544Z","response_time":84,"last_error":"SSL_read: 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":["asyncio","maps","nextcloud","ocs","python3","spreed"],"created_at":"2024-09-24T21:35:12.739Z","updated_at":"2026-03-12T00:33:58.566Z","avatar_url":"https://github.com/aaronsegura.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nextcloud-async\n## Asynchronous Nextcloud Client\n\nThis module provides an asyncio-friendly interface to public NextCloud APIs.\n\n### Covered APIs\n* File Management API\n* User Management API\n* Group Management API\n* GroupFolders API\n* App Management API\n* LDAP Configuration API\n* Status API\n* Share API (except Federated shares)\n* Talk/spreed API\n* Notifications API\n* Login Flow v2 API\n* Remote Wipe API\n* Maps API\n\n### APIs To Do\n* Sharee API\n* Reaction API\n* User Preferences API\n* Federated Shares API\n* Cookbook API\n* Passwords API\n* Notes API\n* Deck API\n* Calendar CalDAV API\n* Tasks CalDAV API\n* Contacts CardDAV API\n\nIf you know of any APIs missing from this list, please open an issue at\nhttps://github.com/aaronsegura/nextcloud-async/issues with a link to\nthe API documentation so it can be added.  This project aims to eventually\ncover any API provided by NextCloud and commonly used NextCloud apps.\n\n### Example Usage\n    import httpx\n    import asyncio\n    from nextcloud_async import NextCloudAsync\n\n    nca = NextCloudAsync(\n        client=httpx.AsyncClient(),\n        endpoint='http://localhost:8181',\n        user='user',\n        password='password')\n\n    async def main():\n        users = await nca.get_users()\n        tasks = [nca.get_user(user) for user in users]\n        results = await asyncio.gather(*tasks)\n        for user_info in results:\n            print(user_info)\n\n    if __name__ == \"__main__\":\n        asyncio.run(main())\n\n----\nThis project is not endorsed or recognized in any way by the NextCloud\nproject.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronsegura%2Fnextcloud-async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronsegura%2Fnextcloud-async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronsegura%2Fnextcloud-async/lists"}