Metadata-Version: 2.4
Name: abstractvideo
Version: 0.1.0
Summary: AbstractVideo namespace package for AI video 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/abstractvideo
Keywords: abstractframework,abstractcore,abstractgateway,video,vision,multimodal
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

# AbstractVideo

AbstractVideo is the reserved Python package for AI-video capabilities in the AbstractFramework
ecosystem.

The package is intentionally minimal today. It exists to reserve the `abstractvideo` PyPI
namespace and provide a stable home for future video-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 video generation, video understanding, and other
video-related capabilities without forcing `abstractvision` to carry the full scope.
