Metadata-Version: 2.4
Name: kden
Version: 0.0.1
Summary: Python SDK for Kdenlive project manipulation
Project-URL: Homepage, https://github.com/relishev/kden
Project-URL: Repository, https://github.com/relishev/kden
Author: relishev
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: editing,kdenlive,mlt,subtitle,title,video
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Topic :: Multimedia :: Video
Requires-Python: >=3.9
Provides-Extra: cli
Requires-Dist: rich>=13.0.0; extra == 'cli'
Requires-Dist: typer>=0.9.0; extra == 'cli'
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Description-Content-Type: text/markdown

# kden

Python SDK for Kdenlive project manipulation.

## Status: Placeholder

This package is a name reservation. Full implementation coming soon.

## Planned Features

- Load/save Kdenlive (.kdenlive) project files
- Add/remove video tracks programmatically
- Inject title clips with precise timing from subtitle files
- CLI wrapper for common operations

## License

Apache-2.0
