File: python3-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 (16 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Python 3 bindings and plug-in for Gyoto
---------------------------------------

This package comprises two components:
 - a Python 3 extension to use Gyoto from within Python 3;
 - a Gyoto plug-in to use Python 3 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=python3,stdplug,nofail:lorene

The `examples' directory contains examples for both components.


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