File: python-gyoto.README.Debian

package info (click to toggle)
gyoto 2.0.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,444 kB
  • sloc: cpp: 42,330; sh: 4,512; python: 3,436; xml: 2,865; makefile: 691; ansic: 346
file content (15 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Python bindings and plug-in for Gyoto
-------------------------------------

This package comprises two components:
 - a Python extension to use Gyoto from within Python;
 - a Gyoto plug-in to use Python from within Gyoto.

To use the latter, the simplest is to set the GYOTO_PLUGINS
envirenment variable, for instance in your ~/.bashrc file:

  export GYOTO_PLUGINS=python,stdplug,nofail:lorene

The `examples' directory contains examples for both components.

 -- Thibaut Paumard <thibaut@debian.org>, Wed, 21 Sep 2016 04:27:57 +0200