![pypi-badge](https://img.shields.io/pypi/v/lscom) ![pypi-format](https://img.shields.io/pypi/format/lscom) ![pypi-implementation](https://img.shields.io/pypi/implementation/lscom) ![pypi-version](https://img.shields.io/pypi/pyversions/lscom) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/joshschmelzle/lscom/blob/main/CODE_OF_CONDUCT.md)
# lscom: list and discover available COM ports
More quickly identify which COM ports are available for use. Any COM ports already in use will not be listed. `lscom` should work cross platform (Linux, macOS, Windows), but has not been extensively tested. Have a problem? Open an issue.
## Usage Example
```
$ lscom
['COM3']
```
## Installation from PyPI
```bash
python -m pip install lscom
```
## Local Installation Example
To install manually:
1. Clone repository.
2. Open the terminal to the root of the repository.
3. Run-
```bash
python -m pip install .
```
You should now be able to run `lscom` from your terminal
If you can't, check and make sure the scripts directory is included in the system path environment variable.
To remove:
```bash
python -m pip uninstall lscom
```
Raw data
{
"_id": null,
"home_page": "https://github.com/joshschmelzle/lscom",
"name": "lscom",
"maintainer": null,
"docs_url": null,
"requires_python": ">3.2",
"maintainer_email": null,
"keywords": "com, com ports, serial",
"author": "Josh Schmelzle",
"author_email": "josh@joshschmelzle.com",
"download_url": "https://files.pythonhosted.org/packages/27/ce/55c3cf2b7a77e31ecaf230ca75b217eccd01845a4fc566a75a1eccd69571/lscom-0.0.3.tar.gz",
"platform": null,
"description": "![pypi-badge](https://img.shields.io/pypi/v/lscom) ![pypi-format](https://img.shields.io/pypi/format/lscom) ![pypi-implementation](https://img.shields.io/pypi/implementation/lscom) ![pypi-version](https://img.shields.io/pypi/pyversions/lscom) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/joshschmelzle/lscom/blob/main/CODE_OF_CONDUCT.md)\n\n# lscom: list and discover available COM ports\n\nMore quickly identify which COM ports are available for use. Any COM ports already in use will not be listed. `lscom` should work cross platform (Linux, macOS, Windows), but has not been extensively tested. Have a problem? Open an issue.\n\n## Usage Example\n\n```\n$ lscom\n['COM3']\n```\n\n## Installation from PyPI\n\n```bash\npython -m pip install lscom\n```\n\n## Local Installation Example\n\nTo install manually:\n\n1. Clone repository.\n\n2. Open the terminal to the root of the repository.\n\n3. Run-\n\n```bash\npython -m pip install .\n```\n\nYou should now be able to run `lscom` from your terminal\n\nIf you can't, check and make sure the scripts directory is included in the system path environment variable.\n\nTo remove:\n\n```bash\npython -m pip uninstall lscom\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "list available active COM ports",
"version": "0.0.3",
"project_urls": {
"Homepage": "https://github.com/joshschmelzle/lscom"
},
"split_keywords": [
"com",
" com ports",
" serial"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5b20a7f7813796012927d9328c15eea56d88270fb0d23757e87089479c3ea648",
"md5": "196b7c99344cdd12751ff5a638c08b4b",
"sha256": "849bca12047ba694485d2e4efc9b3732352c11ba6dbae3058d224c9353d05744"
},
"downloads": -1,
"filename": "lscom-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "196b7c99344cdd12751ff5a638c08b4b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">3.2",
"size": 5811,
"upload_time": "2025-01-18T19:59:00",
"upload_time_iso_8601": "2025-01-18T19:59:00.574616Z",
"url": "https://files.pythonhosted.org/packages/5b/20/a7f7813796012927d9328c15eea56d88270fb0d23757e87089479c3ea648/lscom-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "27ce55c3cf2b7a77e31ecaf230ca75b217eccd01845a4fc566a75a1eccd69571",
"md5": "d4920527c95eb6705be137f005d7addb",
"sha256": "177bede83e3161629f7fe38e4e0ef9c6f5303e1a9d8402689a9c2dd423116048"
},
"downloads": -1,
"filename": "lscom-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "d4920527c95eb6705be137f005d7addb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">3.2",
"size": 4996,
"upload_time": "2025-01-18T19:59:02",
"upload_time_iso_8601": "2025-01-18T19:59:02.661938Z",
"url": "https://files.pythonhosted.org/packages/27/ce/55c3cf2b7a77e31ecaf230ca75b217eccd01845a4fc566a75a1eccd69571/lscom-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-18 19:59:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "joshschmelzle",
"github_project": "lscom",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "pyserial",
"specs": [
[
"==",
"3.5"
]
]
}
],
"lcname": "lscom"
}