Skip to main content

Command line tools for Kdenlive projects.

Project description

Travis-CI Build Status AppVeyor Build Status Coverage Status PYPI Package PYPI Package

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

https://kdenlive-tools.readthedocs.org/

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.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page