Command line tool to fiddle with kdenlive projects.
- List producers.
- Replace producer's clips.
- Free software: BSD license.
First, if the python-lxml
package is not installed on your system, you will
need XML libraries:
$ sudo aptitude install libxml2-dev libxslt-dev zlib1g-dev
Only then you'll be able to install the package and its python dependencies:
$ pip install kdenlive-tools
https://kdenlive-tools.readthedocs.org/
To run the all tests run:
$ tox
To release a new minor version:
$ bumpversion --verbose --allow-dirty minor $ python setup.py register -r testpypi $ python setup.py sdist upload -r testpypi $ git push --tags $ python setup.py register -r pypi $ python setup.py sdist upload -r pypi