{"id":31266999,"url":"https://github.com/antoniovazquezblanco/pexpect-serialspawn","last_synced_at":"2025-10-08T18:03:42.043Z","repository":{"id":204512989,"uuid":"705380325","full_name":"antoniovazquezblanco/pexpect-serialspawn","owner":"antoniovazquezblanco","description":"Serial support for pexpect","archived":false,"fork":false,"pushed_at":"2025-09-08T19:55:22.000Z","size":17,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-18T21:50:01.225Z","etag":null,"topics":["pexpect","python","python3","serial"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pexpect-serialspawn/","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/antoniovazquezblanco.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,"zenodo":null}},"created_at":"2023-10-15T21:09:28.000Z","updated_at":"2025-09-08T19:55:20.000Z","dependencies_parsed_at":"2024-06-27T09:59:39.531Z","dependency_job_id":"ebbeaae3-3c91-421d-bfaf-cff2ae89615c","html_url":"https://github.com/antoniovazquezblanco/pexpect-serialspawn","commit_stats":null,"previous_names":["antoniovazquezblanco/pexpect-serialspawn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antoniovazquezblanco/pexpect-serialspawn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniovazquezblanco%2Fpexpect-serialspawn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniovazquezblanco%2Fpexpect-serialspawn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniovazquezblanco%2Fpexpect-serialspawn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniovazquezblanco%2Fpexpect-serialspawn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antoniovazquezblanco","download_url":"https://codeload.github.com/antoniovazquezblanco/pexpect-serialspawn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoniovazquezblanco%2Fpexpect-serialspawn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275901194,"owners_count":25549236,"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-09-19T02:00:09.700Z","response_time":108,"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":["pexpect","python","python3","serial"],"created_at":"2025-09-23T16:34:15.333Z","updated_at":"2025-09-23T16:34:20.284Z","avatar_url":"https://github.com/antoniovazquezblanco.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Serial spawn for pexpect\n\n[![Build](https://github.com/antoniovazquezblanco/pexpect-serialspawn/actions/workflows/build.yml/badge.svg)](https://github.com/antoniovazquezblanco/pexpect-serialspawn/actions/workflows/build.yml)\n[![pexpect-serialspawn](https://snyk.io/advisor/python/pexpect-serialspawn/badge.svg)](https://snyk.io/advisor/python/pexpect-serialspawn)\n\n\nInteract with serial devices using pexpect.\n\n\n## Installation\n\nJust use pip :)\n\n```\npip install pexpect-serialspawn\n```\n\n## Usage\n\n```python\nimport serial\nfrom pexpect_serialspawn import SerialSpawn\n\n# Initialize your serial device\nser = serial.Serial('COM1', 115200)\n\n# Spawn a pexpect object\nss = SerialSpawn(ser, encoding='utf-8')\n\n# Use as any other pexpect spawns...\nss.sendline('Hello')\nss.expect('World')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoniovazquezblanco%2Fpexpect-serialspawn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantoniovazquezblanco%2Fpexpect-serialspawn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoniovazquezblanco%2Fpexpect-serialspawn/lists"}