| Kevin Cheng | 4db398a | 2019-04-17 11:40:05 -0700 | [diff] [blame] | 1 | name: "cryptography" | 
 | 2 | description: | 
 | 3 |  "cryptography is a package which provides cryptographic recipes and " | 
 | 4 |  "primitives to Python developers. Our goal is for it to be your " | 
| Lucia Li | c6ba99d | 2021-11-08 22:06:11 +0800 | [diff] [blame^] | 5 |  ""cryptographic standard library". It supports Python 2.7, Python 3.6+, and " | 
| Kevin Cheng | 4db398a | 2019-04-17 11:40:05 -0700 | [diff] [blame] | 6 |  "PyPy 5.4+." | 
 | 7 |  | 
 | 8 | third_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 |  } | 
| Lucia Li | c6ba99d | 2021-11-08 22:06:11 +0800 | [diff] [blame^] | 17 |  version: "3.3.2" | 
 | 18 |  last_upgrade_date { year: 2021 month: 11 day: 8 } | 
| Kevin Cheng | 4db398a | 2019-04-17 11:40:05 -0700 | [diff] [blame] | 19 |  license_type: NOTICE | 
 | 20 | } |