Skip to main content

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

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.

Supported by

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