Command line tools for Kdenlive projects.
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Command line tool to fiddle with kdenlive projects.
List producers.
Replace producer’s clips.
Free software: BSD license.
Installation
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
Documentation
Development
Unit-tests
To run the all tests run:
$ tox
Release
To release a new minor version:
$ bumpversion --versbose --allow-dirty minor $ python setup.py register -r testpypi $ python setup.py sdist upload -r testpypi $ git push --tags
Changelog
0.1.0 (2014-07-27)
First release on PyPI.