Coder Social home page Coder Social logo

kdeldycke / kdenlive-tools Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 1.0 296 KB

:clapper: Command line tools for Kdenlive projects.

Home Page: https://pypi.python.org/pypi/kdenlive-tools

License: BSD 2-Clause "Simplified" License

Python 100.00%
kdenlive kde video-editor cli abandoned

kdenlive-tools's Introduction

Kdenlive tools

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 --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

kdenlive-tools's People

Contributors

kdeldycke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

madmouser1

kdenlive-tools's Issues

add documentation for built-in python help

I'd be great to provide documentation when import kdenlive_tools; help(kdenlive_tools); is invoked (currently it's empty and I didn't find documentation anywhere else). The project is a great idea and I'd appreciate to get started even with the tiniest bit of a development version (maybe the project is already much more advanced and I just didn't find the right resources :) )!

invokation of `tox` fails due to missing `execfile`

After

git clone https://github.com/kdeldycke/kdenlive-tools.git
cd kdenlive-tools

invokation of tox fails because of missing execfile. According to python --version I'm running 2.7.8, but there might be an issue due to the fact execfile is no longer present in python3 (see http://stackoverflow.com/questions/436198/what-is-an-alternative-to-execfile-in-python-3-0 for explanations and solutions). I don't know so well what tox does in detail, so it might be a minor issue, but it should be explained, tox should fail with a clearer error message or the invokation changed to no-op if requirements aren't fulfilled.

I'm running python 2.7.8 on Ubuntu 14.10.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.