ya.make 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. # Generated by devtools/yamaker/ym2.
  2. PY3_LIBRARY()
  3. SUBSCRIBER(g:python-contrib)
  4. VERSION(41.0.6)
  5. LICENSE(
  6. Apache-2.0 AND
  7. BSD-3-Clause
  8. )
  9. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  10. PEERDIR(
  11. contrib/python/cffi
  12. )
  13. NO_LINT()
  14. PY_SRCS(
  15. TOP_LEVEL
  16. cryptography/hazmat/bindings/_rust/__init__.py
  17. cryptography/__about__.py
  18. cryptography/__init__.py
  19. cryptography/exceptions.py
  20. cryptography/fernet.py
  21. cryptography/hazmat/__init__.py
  22. cryptography/hazmat/_oid.py
  23. cryptography/hazmat/backends/__init__.py
  24. cryptography/hazmat/backends/openssl/__init__.py
  25. cryptography/hazmat/backends/openssl/aead.py
  26. cryptography/hazmat/backends/openssl/backend.py
  27. cryptography/hazmat/backends/openssl/ciphers.py
  28. cryptography/hazmat/backends/openssl/cmac.py
  29. cryptography/hazmat/backends/openssl/decode_asn1.py
  30. cryptography/hazmat/backends/openssl/ec.py
  31. cryptography/hazmat/backends/openssl/rsa.py
  32. cryptography/hazmat/backends/openssl/utils.py
  33. cryptography/hazmat/bindings/__init__.py
  34. cryptography/hazmat/bindings/_rust/__init__.pyi
  35. cryptography/hazmat/bindings/_rust/_openssl.pyi
  36. cryptography/hazmat/bindings/_rust/asn1.pyi
  37. cryptography/hazmat/bindings/_rust/exceptions.pyi
  38. cryptography/hazmat/bindings/_rust/ocsp.pyi
  39. cryptography/hazmat/bindings/_rust/openssl/__init__.pyi
  40. cryptography/hazmat/bindings/_rust/openssl/dh.pyi
  41. cryptography/hazmat/bindings/_rust/openssl/dsa.pyi
  42. cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi
  43. cryptography/hazmat/bindings/_rust/openssl/ed448.pyi
  44. cryptography/hazmat/bindings/_rust/openssl/hashes.pyi
  45. cryptography/hazmat/bindings/_rust/openssl/hmac.pyi
  46. cryptography/hazmat/bindings/_rust/openssl/kdf.pyi
  47. cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi
  48. cryptography/hazmat/bindings/_rust/openssl/x25519.pyi
  49. cryptography/hazmat/bindings/_rust/openssl/x448.pyi
  50. cryptography/hazmat/bindings/_rust/pkcs7.pyi
  51. cryptography/hazmat/bindings/_rust/x509.pyi
  52. cryptography/hazmat/bindings/openssl/__init__.py
  53. cryptography/hazmat/bindings/openssl/_conditional.py
  54. cryptography/hazmat/bindings/openssl/binding.py
  55. cryptography/hazmat/primitives/__init__.py
  56. cryptography/hazmat/primitives/_asymmetric.py
  57. cryptography/hazmat/primitives/_cipheralgorithm.py
  58. cryptography/hazmat/primitives/_serialization.py
  59. cryptography/hazmat/primitives/asymmetric/__init__.py
  60. cryptography/hazmat/primitives/asymmetric/dh.py
  61. cryptography/hazmat/primitives/asymmetric/dsa.py
  62. cryptography/hazmat/primitives/asymmetric/ec.py
  63. cryptography/hazmat/primitives/asymmetric/ed25519.py
  64. cryptography/hazmat/primitives/asymmetric/ed448.py
  65. cryptography/hazmat/primitives/asymmetric/padding.py
  66. cryptography/hazmat/primitives/asymmetric/rsa.py
  67. cryptography/hazmat/primitives/asymmetric/types.py
  68. cryptography/hazmat/primitives/asymmetric/utils.py
  69. cryptography/hazmat/primitives/asymmetric/x25519.py
  70. cryptography/hazmat/primitives/asymmetric/x448.py
  71. cryptography/hazmat/primitives/ciphers/__init__.py
  72. cryptography/hazmat/primitives/ciphers/aead.py
  73. cryptography/hazmat/primitives/ciphers/algorithms.py
  74. cryptography/hazmat/primitives/ciphers/base.py
  75. cryptography/hazmat/primitives/ciphers/modes.py
  76. cryptography/hazmat/primitives/cmac.py
  77. cryptography/hazmat/primitives/constant_time.py
  78. cryptography/hazmat/primitives/hashes.py
  79. cryptography/hazmat/primitives/hmac.py
  80. cryptography/hazmat/primitives/kdf/__init__.py
  81. cryptography/hazmat/primitives/kdf/concatkdf.py
  82. cryptography/hazmat/primitives/kdf/hkdf.py
  83. cryptography/hazmat/primitives/kdf/kbkdf.py
  84. cryptography/hazmat/primitives/kdf/pbkdf2.py
  85. cryptography/hazmat/primitives/kdf/scrypt.py
  86. cryptography/hazmat/primitives/kdf/x963kdf.py
  87. cryptography/hazmat/primitives/keywrap.py
  88. cryptography/hazmat/primitives/padding.py
  89. cryptography/hazmat/primitives/poly1305.py
  90. cryptography/hazmat/primitives/serialization/__init__.py
  91. cryptography/hazmat/primitives/serialization/base.py
  92. cryptography/hazmat/primitives/serialization/pkcs12.py
  93. cryptography/hazmat/primitives/serialization/pkcs7.py
  94. cryptography/hazmat/primitives/serialization/ssh.py
  95. cryptography/hazmat/primitives/twofactor/__init__.py
  96. cryptography/hazmat/primitives/twofactor/hotp.py
  97. cryptography/hazmat/primitives/twofactor/totp.py
  98. cryptography/utils.py
  99. cryptography/x509/__init__.py
  100. cryptography/x509/base.py
  101. cryptography/x509/certificate_transparency.py
  102. cryptography/x509/extensions.py
  103. cryptography/x509/general_name.py
  104. cryptography/x509/name.py
  105. cryptography/x509/ocsp.py
  106. cryptography/x509/oid.py
  107. )
  108. RESOURCE_FILES(
  109. PREFIX contrib/python/cryptography/
  110. .dist-info/METADATA
  111. .dist-info/top_level.txt
  112. cryptography/py.typed
  113. )
  114. END()