Metadata-Version: 2.4
Name: SceneMatch
Version: 0.0.1
Summary: Matching tools for SceneAPI
Project-URL: Homepage, https://github.com/SceneAPI/SceneMatch
Project-URL: Repository, https://github.com/SceneAPI/SceneMatch
Project-URL: Issues, https://github.com/SceneAPI/SceneMatch/issues
Author: SceneAPI
Keywords: matching,reconstruction,scene,sceneapi
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# SceneMatch

Matching tools for SceneAPI.

This repository is currently a minimal Python package scaffold prepared for PyPI publishing.

## Installation

```bash
pip install SceneMatch
```

## Publishing

Publishing is handled by `.github/workflows/publish.yml` through PyPI Trusted Publishing.

Configure the PyPI trusted publisher with:

- Owner: `SceneAPI`
- Repository: `SceneMatch`
- Workflow name: `publish.yml`
- Environment name: `pypi`

Then publish a GitHub release for a version that has not already been uploaded to PyPI.
