summaryrefslogtreecommitdiff
path: root/METADATA
blob: 1cad3d711c5b99a5b4c451deedf9cde5b837c6b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: "cryptography"
description:
    "cryptography is a package which provides cryptographic recipes and "
    "primitives to Python developers. Our goal is for it to be your "
    "\"cryptographic standard library\". It supports Python 2.7, Python 3.6+, and "
    "PyPy 5.4+."

third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/pyca/cryptography"
  }
  url {
    type: GIT
    value: "https://github.com/pyca/cryptography"
  }
  version: "3.3.2"
  last_upgrade_date { year: 2021 month: 11 day: 8 }
  license_type: NOTICE
}