eric6/eric6_api.py

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

eric ide

mercurial