File: pyuicfg.1

package info (click to toggle)
pyqt-distutils 0.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: python: 293; makefile: 3
file content (41 lines) | stat: -rw-r--r-- 852 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.\"                                      Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2020 Bdale Garbee <bdale@gag.com>
.\"
.TH PYUICFG 1 
.SH NAME
pyuicfg \- manage pyuic.json file (pyqt-distutils)
.SH SYNOPSIS
.B pyuicfg
.RB [options]
.SH DESCRIPTION
The
.B pyuicfg
command is a tool for managing pyuic.json files needed by pyqt-distutils.
.SH OPTIONS
.TP
.B \-h --help
show help message and exit
.TP
.B --version
show version
.TP
.B -g
generate pyuic.json
.TP
.B -a SOURCE_FILE DESTINATION_PACKAGE
add file to pyuic.json
.TP
.B -r SOURCE_FILE
remove file from pyuic.json
.TP
.B --pyqt5
generate pyuic.json for PyQt5 instead of PyQt4
.TP
.B --pyside
generate pyuic.json for PySide instead of PyQt4
.SH AUTHORS
The
.B pyuic
command is part of the pyqt-distutils Python package.
.PP
This document was written by Bdale Garbee <bdale@gag.com> for Debian.