1name: "pyserial" 2description: 3 "This module encapsulates the access for the serial port. It provides " 4 "backends for Python running on Windows, OSX, Linux, BSD (possibly any " 5 "POSIX compliant system) and IronPython. The module named 'serial' " 6 "automatically selects the appropriate backend." 7third_party { 8 url { 9 type: HOMEPAGE 10 value: "https://github.com/pyserial/pyserial" 11 } 12 url { 13 type: GIT 14 value: "https://github.com/pyserial/pyserial" 15 } 16 version: "v3.5" 17 last_upgrade_date { year: 2022 month: 4 day: 12 } 18 license_type: NOTICE 19} 20