aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: f6c59f2a4140de9f809adceeb5487308321d2051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "astroid"
description:
    "A common base representation of python source code for pylint and other "
    "projects"

third_party {
  url {
    type: HOMEPAGE
    value: "https://pylint.org/"
  }
  url {
    type: GIT
    value: "https://github.com/PyCQA/astroid"
  }
  version: "v2.8.5"
  last_upgrade_date { year: 2021 month: 11 day: 18 }
  license_type: RESTRICTED
}