Metadata-Version: 2.5
Name: sqvr
Version: 0.1.0
Summary: SkyQuiver CLI — the data-platform companion to SkyCruncher. Prints its version and what SkyQuiver is; real subcommands land as the platform ships.
Project-URL: Homepage, https://skyquiver.org
Author: Andrew Hogan
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: astrometry,astronomy,astrophotography,cli,skyquiver
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# sqvr

The SkyQuiver command line.

**SkyQuiver** is the data platform companion to **SkyCruncher**, an astrophotography
plate solver and measurement instrument. Canonical home: <https://skyquiver.org>.

This package holds the `sqvr` command-line name while the platform is built. It is a
real, working command — it prints this notice and its version — and nothing more. It
reads no environment variables, opens no network connections, and writes no files. Real
subcommands land here as SkyQuiver ships.

## Install

```
pip install sqvr
```

## Use

```
sqvr              # print the notice
sqvr --version    # print the version
sqvr --help       # print the notice
```

`python -m sqvr` works too. An unrecognised argument prints a message on stderr and
exits `2`. Everything else exits `0`.

## Requirements

Python 3.9 or newer. No dependencies.

## Licence

Apache-2.0. See `LICENSE`.
