eric6_api.py

branch
maintenance
changeset 6646
51eefa621de4
parent 6645
ad476851d7e0
equal deleted inserted replaced
6603:77189681b787 6646:51eefa621de4
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 # Copyright (c) 2003 - 2018 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2003 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric6 API Generator. 8 Eric6 API Generator.
9 9
44 It prints a reference of all commandline parameters that may 44 It prints a reference of all commandline parameters that may
45 be used and ends the application. 45 be used and ends the application.
46 """ 46 """
47 print("eric6_api") 47 print("eric6_api")
48 print() 48 print()
49 print("Copyright (c) 2004 - 2018 Detlev Offenbach" 49 print("Copyright (c) 2004 - 2019 Detlev Offenbach"
50 " <detlev@die-offenbachs.de>.") 50 " <detlev@die-offenbachs.de>.")
51 print() 51 print()
52 print("Usage:") 52 print("Usage:")
53 print() 53 print()
54 print(" eric6_api [options] files...") 54 print(" eric6_api [options] files...")
103 print( 103 print(
104 """eric6_api {0}\n""" 104 """eric6_api {0}\n"""
105 """\n""" 105 """\n"""
106 """Eric6 API generator.\n""" 106 """Eric6 API generator.\n"""
107 """\n""" 107 """\n"""
108 """Copyright (c) 2004 - 2018 Detlev Offenbach""" 108 """Copyright (c) 2004 - 2019 Detlev Offenbach"""
109 """ <detlev@die-offenbachs.de>\n""" 109 """ <detlev@die-offenbachs.de>\n"""
110 """This is free software; see the LICENSE.GPL3 for copying""" 110 """This is free software; see the LICENSE.GPL3 for copying"""
111 """ conditions.\n""" 111 """ conditions.\n"""
112 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" 112 """There is NO warranty; not even for MERCHANTABILITY or FITNESS"""
113 """ FOR A\n""" 113 """ FOR A\n"""

eric ide

mercurial