{"id":34924790,"url":"https://github.com/nelsond/hfwlm","last_synced_at":"2026-05-24T10:33:19.413Z","repository":{"id":51086158,"uuid":"70604862","full_name":"nelsond/hfwlm","owner":"nelsond","description":"🌊📏 Python library for controlling HighFinesse wavelength meters","archived":false,"fork":false,"pushed_at":"2021-05-24T14:14:41.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-19T20:20:47.334Z","etag":null,"topics":["device-wrapper","lab","physics","python-library"],"latest_commit_sha":null,"homepage":"","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/nelsond.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-11T14:59:57.000Z","updated_at":"2024-03-19T20:20:47.334Z","dependencies_parsed_at":"2022-09-03T13:01:34.467Z","dependency_job_id":null,"html_url":"https://github.com/nelsond/hfwlm","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nelsond/hfwlm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsond%2Fhfwlm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsond%2Fhfwlm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsond%2Fhfwlm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsond%2Fhfwlm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nelsond","download_url":"https://codeload.github.com/nelsond/hfwlm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsond%2Fhfwlm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28055987,"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","status":"online","status_checked_at":"2025-12-26T02:00:06.189Z","response_time":55,"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":["device-wrapper","lab","physics","python-library"],"created_at":"2025-12-26T14:21:31.212Z","updated_at":"2025-12-26T14:21:38.214Z","avatar_url":"https://github.com/nelsond.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hfwlm [![Build Status](https://travis-ci.org/nelsond/hfwlm.svg?branch=master)](https://travis-ci.org/nelsond/hfwlm)\n\nPython library for controlling HighFinesse wavelength meters.\n\n## Install\n\nInstall with pip\n\n```shell\n$ pip install git+git://github.com/nelsond/hfwlm.git\n```\n\n## Example usage\n\n```python\nfrom wlm import WavelengthMeter\n\nwm = WavelengthMeter()\nwm.channel_count # =\u003e 8\n\n# set switcher channel\nwm.switcher_channel = 1\n\nwm.switch_mode # =\u003e False\n\n# enable switch mode\nwm.switch_mode = True\n\n# read properties of channels\nchannel = wm.channels[0]\nchannel.use # =\u003e False\nchannel.use = True\nchannel.show = True\nchannel.frequency # =\u003e 359.212...\n```\n\n## Development\n\nInstall requirements for development environment\n\n```shell\n$ pip install -r requirements/dev.txt\n```\n\nRun tests\n\n```shell\n$ py.test tests/\n```\n\nGenerate coverage report\n\n```shell\n$ py.test --cov=wlm tests/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelsond%2Fhfwlm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnelsond%2Fhfwlm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelsond%2Fhfwlm/lists"}