{"id":16219774,"url":"https://github.com/dontsovcmc/pyowencloud","last_synced_at":"2025-10-20T10:53:19.988Z","repository":{"id":62582306,"uuid":"230604804","full_name":"dontsovcmc/pyowencloud","owner":"dontsovcmc","description":"Клиент к REST API облака api.owencloud.ru","archived":false,"fork":false,"pushed_at":"2020-01-17T16:18:58.000Z","size":21,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-09T06:03:34.025Z","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":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dontsovcmc.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":"2019-12-28T12:06:53.000Z","updated_at":"2020-08-14T20:15:31.000Z","dependencies_parsed_at":"2022-11-03T20:17:32.323Z","dependency_job_id":null,"html_url":"https://github.com/dontsovcmc/pyowencloud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dontsovcmc/pyowencloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dontsovcmc%2Fpyowencloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dontsovcmc%2Fpyowencloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dontsovcmc%2Fpyowencloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dontsovcmc%2Fpyowencloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dontsovcmc","download_url":"https://codeload.github.com/dontsovcmc/pyowencloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dontsovcmc%2Fpyowencloud/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264403794,"owners_count":23602619,"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-10T11:55:46.321Z","updated_at":"2025-10-20T10:53:19.912Z","avatar_url":"https://github.com/dontsovcmc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyowencloud\nНеофициальный клиент к REST API облака https://owencloud.ru\n(Официального не нашёл)\n\n## Установка\npip install pyowencloud\n\n## Пример\n\n### Авторизация\n```\ncloud = OwenClient()\ncloud.login(user, password)\n```\n### Получение устройства по его имени\n```\ntermometer = cloud.devices(u'термометр')[0]\n```\n### Последнее значение параметра\n```\n# Получаем id параметра\ntemperature_id = cloud.parameters(termometer['id'], u'Температура')[0]\n\n# Запрашиваем последнее значение с временной меткой\nvalue, timestamp = cloud.last_value_with_dt(temperature_id)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdontsovcmc%2Fpyowencloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdontsovcmc%2Fpyowencloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdontsovcmc%2Fpyowencloud/lists"}