Metadata-Version: 2.4
Name: iss-now-sanjeet
Version: 1.0.0
Summary: Fetch upcoming ISS passes for a location and helpers to notify users.
Author-email: Sanjeet Kumar <sanjeetkumarit@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/sanjeetkumaritoutlook-user/iss-now
Project-URL: Repository, https://github.com/sanjeetkumaritoutlook-user/iss-now
Keywords: iss,satellite,space,tracker,open-notify
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.20.0
Provides-Extra: cli
Requires-Dist: click; extra == "cli"
Dynamic: license-file

# 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

