Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.19 KB

Readme.rst

File metadata and controls

46 lines (30 loc) · 1.19 KB

Toolbox2

Toolbox2 provides a generic Python interface for:
  • actions description and execution which manipulate multiple workers,
  • workers description and execution which manipulate different tools such as ffmpeg for example.

Binaries are provided to help test the module. They are in the bin folder and man-pages are available in doc.

License

Toolbox2 is Free software. It is released under the GNU LGPL 2.1.

Fonts from the data/fonts folder are Free too, but are covered by various licences. The most representative should be SIL Open Font Licence. Please see individual COPYING files in the data/fonts folder for more information.

Build and installation

Bootstrapping

Toolbox2 use the traditional build system for Python modules.

To install, simply run:

$ python setup.py install

Authors

Toolbox2 was created at CJI (ex-SmartJog) by Matthieu Bouron. The current maintainer for the project is Nicolas Delvaux.