File: python3

package info (click to toggle)
hkl 5.0.0.3001-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 40,252 kB
  • sloc: ansic: 52,528; python: 4,345; haskell: 3,724; cpp: 976; makefile: 923; sh: 206; xml: 168; perl: 133; lisp: 54
file content (9 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (4)
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