src/eric7/eric7_mpy.py

branch
eric7
changeset 11090
f5f5f5803935
parent 10926
9ef616cd220d
equal deleted inserted replaced
11089:ce73f15bbea5 11090:f5f5f5803935
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2024 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2024 - 2025 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 eric MicroPython devices. 7 eric MicroPython devices.
8 8
28 28
29 # 1. create the argument parser 29 # 1. create the argument parser
30 parser = argparse.ArgumentParser( 30 parser = argparse.ArgumentParser(
31 description="Graphical tool of the eric tool suite to interact with µPy/CPy" 31 description="Graphical tool of the eric tool suite to interact with µPy/CPy"
32 " devices", 32 " devices",
33 epilog="Copyright (c) 2024 Detlev Offenbach <detlev@die-offenbachs.de>.", 33 epilog="Copyright (c) 2024 - 2025 Detlev Offenbach <detlev@die-offenbachs.de>.",
34 ) 34 )
35 35
36 # 2. add the arguments 36 # 2. add the arguments
37 parser.add_argument( 37 parser.add_argument(
38 "-V", 38 "-V",

eric ide

mercurial