Metadata-Version: 2.4
Name: scopinator
Version: 2025.8.9
Summary: A library for controlling telescopes (initially Seestars)
Author: Steven
Author-email: Steven <erewhon@flatland.org>
License-Expression: GPL-3.0-or-later
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: click>=8.1.0,<8.2
Requires-Dist: click-repl>=0.3.0
Requires-Dist: click-completion>=0.5.2
Requires-Dist: pydantic>=2.0.0
Requires-Dist: loguru
Requires-Dist: beartype
Requires-Dist: pydash
Requires-Dist: tzlocal
Requires-Dist: numpy>=2.3.2
Requires-Dist: numpy-typing>=1.1.1
Requires-Dist: opencv-python>=4.11.0.86
Requires-Dist: psutil>=5.9.8
Requires-Dist: pillow>=11.3.0
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/astrophotograph/pyscopinator
Description-Content-Type: text/markdown

# Scopinator

A library for controlling telescopes (initially Seestars).

## Versioning

This project uses [CalVer](https://calver.org/) versioning in a SemVer-compatible format:

**Format: `YYYY.MM.PATCH`**

- `YYYY`: Full year (e.g., 2025)
- `MM`: Month without zero-padding (e.g., 8 for August)
- `PATCH`: Patch version for bug fixes within the month (starts at 0)

This format is compatible with Semantic Versioning where:
- `YYYY` acts as the MAJOR version
- `MM` acts as the MINOR version
- `PATCH` acts as the PATCH version

Example: `2025.8.0` means the first release in August 2025.
