Metadata-Version: 2.4
Name: 3DGS
Version: 0.0.1
Summary: 3DGS standard plugins
Project-URL: Homepage, https://github.com/SceneAPI/3DGS
Project-URL: Repository, https://github.com/SceneAPI/3DGS
Project-URL: Issues, https://github.com/SceneAPI/3DGS/issues
Author: SceneAPI
Keywords: 3d,gaussian-splatting,plugins,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

# 3DGS

3DGS standard plugins.

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

## Installation

```bash
pip install 3DGS
```

## Publishing

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

Configure the PyPI trusted publisher with:

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

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