blob: 156c17ab92f05d9640f5b6156aa44c29de942dfe [file] [log] [blame]
Kevin Cheng4db398a2019-04-17 11:40:05 -07001name: "cryptography"
2description:
3 "cryptography is a package which provides cryptographic recipes and "
4 "primitives to Python developers. Our goal is for it to be your "
5 ""cryptographic standard library". It supports Python 2.7, Python 3.4+, and "
6 "PyPy 5.4+."
7
8third_party {
9 url {
10 type: HOMEPAGE
11 value: "https://github.com/pyca/cryptography"
12 }
13 url {
14 type: GIT
15 value: "https://github.com/pyca/cryptography"
16 }
17 version: "2.5"
18 last_upgrade_date { year: 2019 month: 2 day: 26 }
19 license_type: NOTICE
20}