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""" |