eric6/eric6_api.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8258
82b608e352ec
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
3 3
4 # Copyright (c) 2003 - 2021 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 eric API Generator.
9 9
10 This is the main Python script of the API generator. It is 10 This is the main Python script of the API generator. It is
11 this script that gets called via the API generation interface. 11 this script that gets called via the API generation interface.
12 This script can be used via the commandline as well. 12 This script can be used via the commandline as well.
13 """ 13 """
97 Function to show the version information. 97 Function to show the version information.
98 """ 98 """
99 print( 99 print(
100 """eric6_api {0}\n""" 100 """eric6_api {0}\n"""
101 """\n""" 101 """\n"""
102 """Eric6 API generator.\n""" 102 """eric API generator.\n"""
103 """\n""" 103 """\n"""
104 """Copyright (c) 2004 - 2021 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"""

eric ide

mercurial