{"id":20687657,"url":"https://github.com/klauer/pypvserver","last_synced_at":"2026-04-21T01:32:54.851Z","repository":{"id":72187223,"uuid":"46180559","full_name":"klauer/pypvserver","owner":"klauer","description":"Python EPICS PV Server, based on pcaspy","archived":false,"fork":false,"pushed_at":"2016-03-01T21:02:24.000Z","size":51,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T13:01:27.586Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klauer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2015-11-14T15:47:03.000Z","updated_at":"2017-08-10T09:48:15.000Z","dependencies_parsed_at":"2023-05-31T06:45:27.579Z","dependency_job_id":null,"html_url":"https://github.com/klauer/pypvserver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/klauer/pypvserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fpypvserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fpypvserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fpypvserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fpypvserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klauer","download_url":"https://codeload.github.com/klauer/pypvserver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fpypvserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32072961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-16T22:57:54.713Z","updated_at":"2026-04-21T01:32:54.825Z","avatar_url":"https://github.com/klauer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## pypvserver\nPython EPICS PV Server, based on pcaspy\n\n### Requires\n* pcaspy \u003e= 0.6.0\n\n### Example\n\n```bash\n$ ipython\n```\n```python\nIn [1]: from pypvserver import (PypvServer, PyPV)\nIn [2]: server = PypvServer(prefix='PREFIX:')\nIn [3]: pv = PyPV('pv1', 123.0, server=server)\nIn [4]: pv\nOut[5]: PyPV('pv1', value=123.0, alarm=0, severity=0)\n\n# Tweak its value a bit...\nIn [6]: pv.put(1)\nIn [7]: pv.put(2)\nIn [8]: pv.put(3)\n```\n\nHere's what happens from the EPICS client (`camonitor`):\n```sh\n$ camonitor PREFIX:pv1\nPREFIX:pv1                     2016-01-25 13:48:51.112522 123\nPREFIX:pv1                     2016-01-25 13:49:12.286193 1\nPREFIX:pv1                     2016-01-25 13:49:13.714229 2\nPREFIX:pv1                     2016-01-25 13:49:14.761100 3\n\n$ cainfo PREFIX:pv1\nPREFIX:pv1\n    State:            connected\n    Host:             localhost:56144\n    Access:           read, write\n    Native data type: DBF_DOUBLE\n    Request type:     DBR_DOUBLE\n    Element count:    1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklauer%2Fpypvserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklauer%2Fpypvserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklauer%2Fpypvserver/lists"}