iss-now-sanjeet


Nameiss-now-sanjeet JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryFetch upcoming ISS passes for a location and helpers to notify users.
upload_time2025-08-10 18:39:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords iss satellite space tracker open-notify
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ISS Pass Tracker

A small Python library to fetch upcoming International Space Station (ISS) passes for a given latitude/longitude. Intended as a PyPI-ready example and a practical utility.

## Features
- Query Open Notify (free) for next N passes.
- Return results as typed dataclasses.
- Optional CLI (requires `click` extra).

## Installation (from source / TestPyPI)
```bash
pip install build twine
python -m build
twine upload dist/*


```


## run locally after installing

pip install iss-now-sanjeet

python -m iss_now_sanjeet --now

will print:

ISS is currently at 50.4712°, -87.2649° at 2025-08-10T14:42:44+00:00


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "iss-now-sanjeet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "iss, satellite, space, tracker, open-notify",
    "author": null,
    "author_email": "Sanjeet Kumar <sanjeetkumarit@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7b/7e/7aef410a54452a3a6f06390d00335b4a616281a576aa47fec8e6954f460d/iss_now_sanjeet-1.0.0.tar.gz",
    "platform": null,
    "description": "# ISS Pass Tracker\r\n\r\nA small Python library to fetch upcoming International Space Station (ISS) passes for a given latitude/longitude. Intended as a PyPI-ready example and a practical utility.\r\n\r\n## Features\r\n- Query Open Notify (free) for next N passes.\r\n- Return results as typed dataclasses.\r\n- Optional CLI (requires `click` extra).\r\n\r\n## Installation (from source / TestPyPI)\r\n```bash\r\npip install build twine\r\npython -m build\r\ntwine upload dist/*\r\n\r\n\r\n```\r\n\r\n\r\n## run locally after installing\r\n\r\npip install iss-now-sanjeet\r\n\r\npython -m iss_now_sanjeet --now\r\n\r\nwill print:\r\n\r\nISS is currently at 50.4712\u00b0, -87.2649\u00b0 at 2025-08-10T14:42:44+00:00\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Fetch upcoming ISS passes for a location and helpers to notify users.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/sanjeetkumaritoutlook-user/iss-now",
        "Repository": "https://github.com/sanjeetkumaritoutlook-user/iss-now"
    },
    "split_keywords": [
        "iss",
        " satellite",
        " space",
        " tracker",
        " open-notify"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6b181d46419401dc42ed83eaf0cfda5abcd033e78108abd1c5c8248604a1ecf2",
                "md5": "b845f3bc6351e80b78b351151cfbec38",
                "sha256": "04c428fdf819fe9298615172db2a8bdc0ea688e7a4e5e2b7b2a0864d52583981"
            },
            "downloads": -1,
            "filename": "iss_now_sanjeet-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b845f3bc6351e80b78b351151cfbec38",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4097,
            "upload_time": "2025-08-10T18:39:01",
            "upload_time_iso_8601": "2025-08-10T18:39:01.964466Z",
            "url": "https://files.pythonhosted.org/packages/6b/18/1d46419401dc42ed83eaf0cfda5abcd033e78108abd1c5c8248604a1ecf2/iss_now_sanjeet-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7b7e7aef410a54452a3a6f06390d00335b4a616281a576aa47fec8e6954f460d",
                "md5": "959eb3dd926d25adef0d4ed12b103239",
                "sha256": "ee1c7ce6521e019b2d101de926569ef8d85ca4a731667d3d16809534d8754aca"
            },
            "downloads": -1,
            "filename": "iss_now_sanjeet-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "959eb3dd926d25adef0d4ed12b103239",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3322,
            "upload_time": "2025-08-10T18:39:03",
            "upload_time_iso_8601": "2025-08-10T18:39:03.358584Z",
            "url": "https://files.pythonhosted.org/packages/7b/7e/7aef410a54452a3a6f06390d00335b4a616281a576aa47fec8e6954f460d/iss_now_sanjeet-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-10 18:39:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sanjeetkumaritoutlook-user",
    "github_project": "iss-now",
    "github_not_found": true,
    "lcname": "iss-now-sanjeet"
}
        
Elapsed time: 0.73102s