Metadata-Version: 2.4
Name: SceneAI
Version: 0.0.1
Summary: AI tools for SceneAPI
Project-URL: Homepage, https://github.com/SceneAPI/SceneAI
Project-URL: Repository, https://github.com/SceneAPI/SceneAI
Project-URL: Issues, https://github.com/SceneAPI/SceneAI/issues
Author: SceneAPI
Keywords: ai,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

# SceneAI

AI tools for SceneAPI.

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

## Installation

```bash
pip install SceneAI
```

## Publishing

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

Configure the PyPI trusted publisher with:

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

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