haut-jwglxt-scanner


Namehaut-jwglxt-scanner JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryAsynchronously scan the HAUT JWGLXT network segment for reachable portals.
upload_time2025-10-19 09:39:33
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords asyncio haut jwglxt network scanner
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # haut_jwglxt_scanner

A lightweight asynchronous scanner that checks the HAUT JWGLXT network segment for reachable portal instances.

## Installation

```bash
pip install haut_jwglxt_scanner
```

## Usage

Run the bundled command-line interface:

```bash
haut_jwglxt_scan
```

Or integrate the scanner into your own script:

```python
from haut_jwglxt_scanner import JwglxtScanner
import asyncio

async def main():
    scanner = JwglxtScanner()
    await scanner.scan()
    scanner.save_results("jwglxt_urls.json")

asyncio.run(main())
```

The scan writes any discovered portals to `jwglxt_urls.json` by default.

## Development

This project uses Hatch for builds. To produce a wheel and source distribution:

```bash
hatch build
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "haut-jwglxt-scanner",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "asyncio, haut, jwglxt, network, scanner",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/26/ff/3d8241885d94a8841ff5c138916ebe80c4f75a8a63c57d1f8ccb8323f4e7/haut_jwglxt_scanner-0.1.0.tar.gz",
    "platform": null,
    "description": "# haut_jwglxt_scanner\n\nA lightweight asynchronous scanner that checks the HAUT JWGLXT network segment for reachable portal instances.\n\n## Installation\n\n```bash\npip install haut_jwglxt_scanner\n```\n\n## Usage\n\nRun the bundled command-line interface:\n\n```bash\nhaut_jwglxt_scan\n```\n\nOr integrate the scanner into your own script:\n\n```python\nfrom haut_jwglxt_scanner import JwglxtScanner\nimport asyncio\n\nasync def main():\n    scanner = JwglxtScanner()\n    await scanner.scan()\n    scanner.save_results(\"jwglxt_urls.json\")\n\nasyncio.run(main())\n```\n\nThe scan writes any discovered portals to `jwglxt_urls.json` by default.\n\n## Development\n\nThis project uses Hatch for builds. To produce a wheel and source distribution:\n\n```bash\nhatch build\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Asynchronously scan the HAUT JWGLXT network segment for reachable portals.",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "asyncio",
        " haut",
        " jwglxt",
        " network",
        " scanner"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f5ba83016ec66e41cce6d230f2c72a594abe3fb58f1256581bdfcc32ef2360b",
                "md5": "24b34bd0ac5343470ec6fd18bf4ee36d",
                "sha256": "25c85e33b374c0598c57f0eca4b4ea1ef12e8d90767161df293016e68880a0e7"
            },
            "downloads": -1,
            "filename": "haut_jwglxt_scanner-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "24b34bd0ac5343470ec6fd18bf4ee36d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 4306,
            "upload_time": "2025-10-19T09:39:32",
            "upload_time_iso_8601": "2025-10-19T09:39:32.139405Z",
            "url": "https://files.pythonhosted.org/packages/1f/5b/a83016ec66e41cce6d230f2c72a594abe3fb58f1256581bdfcc32ef2360b/haut_jwglxt_scanner-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "26ff3d8241885d94a8841ff5c138916ebe80c4f75a8a63c57d1f8ccb8323f4e7",
                "md5": "90ee266378ee092f7075b2e121827856",
                "sha256": "0deee84bbbfdec22d4ad9f653a67af844476020ee71e3031764de40175c03736"
            },
            "downloads": -1,
            "filename": "haut_jwglxt_scanner-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "90ee266378ee092f7075b2e121827856",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 3208,
            "upload_time": "2025-10-19T09:39:33",
            "upload_time_iso_8601": "2025-10-19T09:39:33.589545Z",
            "url": "https://files.pythonhosted.org/packages/26/ff/3d8241885d94a8841ff5c138916ebe80c4f75a8a63c57d1f8ccb8323f4e7/haut_jwglxt_scanner-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-19 09:39:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "haut-jwglxt-scanner"
}
        
Elapsed time: 2.17331s