{"id":17802900,"url":"https://github.com/kkimj/usbserial_python-library","last_synced_at":"2025-04-02T04:41:53.062Z","repository":{"id":62586760,"uuid":"350385166","full_name":"KKimj/USBSerial_Python-library","owner":"KKimj","description":"USBSerial_Python-library","archived":false,"fork":false,"pushed_at":"2021-03-24T09:58:39.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T21:05:37.871Z","etag":null,"topics":["python-library","python3","usbserial"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/USBSerial/","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/KKimj.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":"2021-03-22T15:01:47.000Z","updated_at":"2024-06-15T06:10:13.000Z","dependencies_parsed_at":"2022-11-03T20:21:41.688Z","dependency_job_id":null,"html_url":"https://github.com/KKimj/USBSerial_Python-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKimj%2FUSBSerial_Python-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKimj%2FUSBSerial_Python-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKimj%2FUSBSerial_Python-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKimj%2FUSBSerial_Python-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KKimj","download_url":"https://codeload.github.com/KKimj/USBSerial_Python-library/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246758279,"owners_count":20828919,"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":["python-library","python3","usbserial"],"created_at":"2024-10-27T12:44:52.597Z","updated_at":"2025-04-02T04:41:53.038Z","avatar_url":"https://github.com/KKimj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# USBSerial_Python-library\nUSBSerial_Python-library\n\n\nhttps://pypi.org/project/USBSerial\n\n## Getting Started\n\n### Installation\n```\n$ pip install USBSerial\n```\n\n## Usage\n\n### Import\n```python\nfrom usbserial import USBSerial\n```\n\n### Examples\n```python\nfrom usbserial import USBSerial\ndevice = USBSerial(port = 'ttyUSB0', baudrate = 115200, timeout = 3, open = True)\nprint(device.readline())\nprint(device.read(size = 1))\n```\n\n\n## Dev\n\n### Build\n```\n$ python3 -m build\n```\n\n### Local test\n```\n$ pip install -e .\n```\n\n#### Build and Local test\n```\n$ python3 -m build \u0026\u0026 pip install -e . \u0026\u0026 python\n```\n\n### Release\n```\n$ python -m twine upload dist/*\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkimj%2Fusbserial_python-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkimj%2Fusbserial_python-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkimj%2Fusbserial_python-library/lists"}