Metadata-Version: 2.4
Name: abstract3d
Version: 0.1.0
Summary: Abstract3D namespace package for AI-3D capabilities in AbstractFramework
Author-email: Laurent-Philippe Albou <contact@abstractcore.ai>
License-Expression: MIT
Project-URL: Homepage, https://github.com/lpalbou/AbstractFramework
Project-URL: Repository, https://github.com/lpalbou/AbstractFramework
Project-URL: Documentation, https://github.com/lpalbou/AbstractFramework/tree/main/abstract3d
Keywords: abstractframework,abstractcore,abstractgateway,3d,spatial,geometry
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Abstract3D

Abstract3D is the reserved Python package for AI-3D capabilities in the AbstractFramework
ecosystem.

The package is intentionally minimal today. It exists to reserve the `abstract3d` PyPI namespace
and provide a stable home for future 3D-related work that fits alongside `abstractframework`,
`abstractcore`, and `abstractgateway`.

Current scope:

- no runtime dependencies
- no public API yet
- namespace reservation only

The broader name is deliberate: it can cover meshes, scenes, point clouds, and other spatial
3D workflows without forcing `abstractvision` or `abstractvideo` to carry the full scope.
