• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: "funcsigs"
2description:
3    "funcsigs is a backport of the PEP 362 function signature features from "
4    "Python 3.3's inspect module. The backport is compatible with Python 2.6, "
5    "2.7 as well as 3.2 and up. "
6    " "
7    "(The primary purpose for importing this is as a pytest dependency)"
8
9third_party {
10  url {
11    type: HOMEPAGE
12    value: "https://pypi.org/project/funcsigs/"
13  }
14  url {
15    type: GIT
16    value: "https://github.com/aliles/funcsigs.git"
17  }
18  version: "0.4"
19  last_upgrade_date { year: 2018 month: 8 day: 2 }
20  license_type: NOTICE
21}
22