eric7/eric7_api.py

branch
eric7
changeset 8881
54e42bc2437a
parent 8408
a8eb084b974e
equal deleted inserted replaced
8880:4b631598f752 8881:54e42bc2437a
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 # Copyright (c) 2003 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2003 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 eric API Generator. 8 eric API Generator.
9 9
33 It prints a reference of all commandline parameters that may 33 It prints a reference of all commandline parameters that may
34 be used and ends the application. 34 be used and ends the application.
35 """ 35 """
36 print("eric7_api") 36 print("eric7_api")
37 print() 37 print()
38 print("Copyright (c) 2004 - 2021 Detlev Offenbach" 38 print("Copyright (c) 2004 - 2022 Detlev Offenbach"
39 " <detlev@die-offenbachs.de>.") 39 " <detlev@die-offenbachs.de>.")
40 print() 40 print()
41 print("Usage:") 41 print("Usage:")
42 print() 42 print()
43 print(" eric7_api [options] files...") 43 print(" eric7_api [options] files...")
94 print( 94 print(
95 """eric7_api {0}\n""" 95 """eric7_api {0}\n"""
96 """\n""" 96 """\n"""
97 """eric API generator.\n""" 97 """eric API generator.\n"""
98 """\n""" 98 """\n"""
99 """Copyright (c) 2004 - 2021 Detlev Offenbach""" 99 """Copyright (c) 2004 - 2022 Detlev Offenbach"""
100 """ <detlev@die-offenbachs.de>\n""" 100 """ <detlev@die-offenbachs.de>\n"""
101 """This is free software; see the LICENSE.GPL3 for copying""" 101 """This is free software; see the LICENSE.GPL3 for copying"""
102 """ conditions.\n""" 102 """ conditions.\n"""
103 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" 103 """There is NO warranty; not even for MERCHANTABILITY or FITNESS"""
104 """ FOR A\n""" 104 """ FOR A\n"""

eric ide

mercurial