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