summaryrefslogtreecommitdiff
path: root/METADATA
blob: 1539e3af91505d2b9b0cf52e8aaa3d7e9cf1cc2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: "funcsigs"
description:
    "funcsigs is a backport of the PEP 362 function signature features from "
    "Python 3.3's inspect module. The backport is compatible with Python 2.6, "
    "2.7 as well as 3.2 and up. "
    " "
    "(The primary purpose for importing this is as a pytest dependency)"

third_party {
  url {
    type: HOMEPAGE
    value: "https://pypi.org/project/funcsigs/"
  }
  url {
    type: GIT
    value: "https://github.com/aliles/funcsigs.git"
  }
  version: "0.4"
  last_upgrade_date { year: 2018 month: 8 day: 2 }
  license_type: NOTICE
}