File: python3-gyoto.README.Debian

package info (click to toggle)
gyoto 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,588 kB
  • sloc: cpp: 33,490; sh: 18,775; xml: 2,633; python: 1,424; makefile: 681; ansic: 314
file content (16 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (8)
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