eric6/eric6_api.py

changeset 7923
91e843545d9a
parent 7836
2f0d208b8137
child 7960
e8fc383322f7
equal deleted inserted replaced
7921:0d429bd82699 7923:91e843545d9a
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 # Copyright (c) 2003 - 2020 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2003 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric6 API Generator. 8 Eric6 API Generator.
9 9
38 It prints a reference of all commandline parameters that may 38 It prints a reference of all commandline parameters that may
39 be used and ends the application. 39 be used and ends the application.
40 """ 40 """
41 print("eric6_api") 41 print("eric6_api")
42 print() 42 print()
43 print("Copyright (c) 2004 - 2020 Detlev Offenbach" 43 print("Copyright (c) 2004 - 2021 Detlev Offenbach"
44 " <detlev@die-offenbachs.de>.") 44 " <detlev@die-offenbachs.de>.")
45 print() 45 print()
46 print("Usage:") 46 print("Usage:")
47 print() 47 print()
48 print(" eric6_api [options] files...") 48 print(" eric6_api [options] files...")
99 print( 99 print(
100 """eric6_api {0}\n""" 100 """eric6_api {0}\n"""
101 """\n""" 101 """\n"""
102 """Eric6 API generator.\n""" 102 """Eric6 API generator.\n"""
103 """\n""" 103 """\n"""
104 """Copyright (c) 2004 - 2020 Detlev Offenbach""" 104 """Copyright (c) 2004 - 2021 Detlev Offenbach"""
105 """ <detlev@die-offenbachs.de>\n""" 105 """ <detlev@die-offenbachs.de>\n"""
106 """This is free software; see the LICENSE.GPL3 for copying""" 106 """This is free software; see the LICENSE.GPL3 for copying"""
107 """ conditions.\n""" 107 """ conditions.\n"""
108 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" 108 """There is NO warranty; not even for MERCHANTABILITY or FITNESS"""
109 """ FOR A\n""" 109 """ FOR A\n"""

eric ide

mercurial