File: python3

package info (click to toggle)
hkl 5.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 26,708 kB
  • sloc: ansic: 56,730; haskell: 5,991; sh: 4,991; cpp: 1,854; makefile: 1,124; python: 925; xml: 76; lisp: 55
file content (9 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/bin/sh

python3 <<EOF
import gi
gi.require_version("Hkl", "5.0")
from gi.repository import Hkl

factory = Hkl.factories()['K6C']
EOF