aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA19
1 files changed, 19 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..f6af729
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,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
+}