Metadata-Version: 2.4
Name: abstractsound
Version: 0.1.0
Summary: AbstractSound namespace package for AI sound 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/abstractsound
Keywords: abstractframework,abstractcore,abstractgateway,sound,audio,sfx
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

# AbstractSound

AbstractSound is the reserved Python package for AI sound capabilities in the AbstractFramework
ecosystem.

The package is intentionally minimal today. It exists to reserve the `abstractsound` PyPI
namespace and provide a stable home for future sound-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 sound effects, audio, music, and other sound-related
capabilities without forcing `abstractmusic` to describe everything.
