Metadata-Version: 2.4
Name: kdenlive
Version: 0.0.1
Summary: Python SDK for Kdenlive project manipulation (use 'kden' package instead)
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: Topic :: Multimedia :: Video
Requires-Python: >=3.9
Provides-Extra: full
Requires-Dist: kden; extra == 'full'
Description-Content-Type: text/markdown

# kdenlive

**NOTE: This is a placeholder package. Please use [`kden`](https://pypi.org/project/kden/) instead.**

```bash
pip install kden
```

## About

This package name is reserved to prevent namespace conflicts. The actual SDK is published under the name `kden`.

## License

Apache-2.0
