ya.make 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(6.112.5)
  4. LICENSE(MPL-2.0)
  5. PEERDIR(
  6. contrib/python/attrs
  7. contrib/python/sortedcontainers
  8. )
  9. NO_LINT()
  10. NO_CHECK_IMPORTS(
  11. hypothesis.extra.*
  12. )
  13. PY_SRCS(
  14. TOP_LEVEL
  15. _hypothesis_ftz_detector.py
  16. _hypothesis_globals.py
  17. _hypothesis_pytestplugin.py
  18. hypothesis/__init__.py
  19. hypothesis/_settings.py
  20. hypothesis/configuration.py
  21. hypothesis/control.py
  22. hypothesis/core.py
  23. hypothesis/database.py
  24. hypothesis/entry_points.py
  25. hypothesis/errors.py
  26. hypothesis/extra/__init__.py
  27. hypothesis/extra/_array_helpers.py
  28. hypothesis/extra/_patching.py
  29. hypothesis/extra/array_api.py
  30. hypothesis/extra/cli.py
  31. hypothesis/extra/codemods.py
  32. hypothesis/extra/dateutil.py
  33. hypothesis/extra/django/__init__.py
  34. hypothesis/extra/django/_fields.py
  35. hypothesis/extra/django/_impl.py
  36. hypothesis/extra/dpcontracts.py
  37. hypothesis/extra/ghostwriter.py
  38. hypothesis/extra/lark.py
  39. hypothesis/extra/numpy.py
  40. hypothesis/extra/pandas/__init__.py
  41. hypothesis/extra/pandas/impl.py
  42. hypothesis/extra/pytestplugin.py
  43. hypothesis/extra/pytz.py
  44. hypothesis/extra/redis.py
  45. hypothesis/internal/__init__.py
  46. hypothesis/internal/cache.py
  47. hypothesis/internal/cathetus.py
  48. hypothesis/internal/charmap.py
  49. hypothesis/internal/compat.py
  50. hypothesis/internal/conjecture/__init__.py
  51. hypothesis/internal/conjecture/choicetree.py
  52. hypothesis/internal/conjecture/data.py
  53. hypothesis/internal/conjecture/datatree.py
  54. hypothesis/internal/conjecture/dfa/__init__.py
  55. hypothesis/internal/conjecture/dfa/lstar.py
  56. hypothesis/internal/conjecture/engine.py
  57. hypothesis/internal/conjecture/floats.py
  58. hypothesis/internal/conjecture/junkdrawer.py
  59. hypothesis/internal/conjecture/optimiser.py
  60. hypothesis/internal/conjecture/pareto.py
  61. hypothesis/internal/conjecture/shrinker.py
  62. hypothesis/internal/conjecture/shrinking/__init__.py
  63. hypothesis/internal/conjecture/shrinking/bytes.py
  64. hypothesis/internal/conjecture/shrinking/collection.py
  65. hypothesis/internal/conjecture/shrinking/common.py
  66. hypothesis/internal/conjecture/shrinking/floats.py
  67. hypothesis/internal/conjecture/shrinking/integer.py
  68. hypothesis/internal/conjecture/shrinking/ordering.py
  69. hypothesis/internal/conjecture/shrinking/string.py
  70. hypothesis/internal/conjecture/utils.py
  71. hypothesis/internal/coverage.py
  72. hypothesis/internal/detection.py
  73. hypothesis/internal/entropy.py
  74. hypothesis/internal/escalation.py
  75. hypothesis/internal/filtering.py
  76. hypothesis/internal/floats.py
  77. hypothesis/internal/healthcheck.py
  78. hypothesis/internal/intervalsets.py
  79. hypothesis/internal/observability.py
  80. hypothesis/internal/reflection.py
  81. hypothesis/internal/scrutineer.py
  82. hypothesis/internal/validation.py
  83. hypothesis/provisional.py
  84. hypothesis/reporting.py
  85. hypothesis/stateful.py
  86. hypothesis/statistics.py
  87. hypothesis/strategies/__init__.py
  88. hypothesis/strategies/_internal/__init__.py
  89. hypothesis/strategies/_internal/attrs.py
  90. hypothesis/strategies/_internal/collections.py
  91. hypothesis/strategies/_internal/core.py
  92. hypothesis/strategies/_internal/datetime.py
  93. hypothesis/strategies/_internal/deferred.py
  94. hypothesis/strategies/_internal/featureflags.py
  95. hypothesis/strategies/_internal/flatmapped.py
  96. hypothesis/strategies/_internal/functions.py
  97. hypothesis/strategies/_internal/ipaddress.py
  98. hypothesis/strategies/_internal/lazy.py
  99. hypothesis/strategies/_internal/misc.py
  100. hypothesis/strategies/_internal/numbers.py
  101. hypothesis/strategies/_internal/random.py
  102. hypothesis/strategies/_internal/recursive.py
  103. hypothesis/strategies/_internal/regex.py
  104. hypothesis/strategies/_internal/shared.py
  105. hypothesis/strategies/_internal/strategies.py
  106. hypothesis/strategies/_internal/strings.py
  107. hypothesis/strategies/_internal/types.py
  108. hypothesis/strategies/_internal/utils.py
  109. hypothesis/utils/__init__.py
  110. hypothesis/utils/conventions.py
  111. hypothesis/utils/dynamicvariables.py
  112. hypothesis/utils/terminal.py
  113. hypothesis/vendor/__init__.py
  114. hypothesis/vendor/pretty.py
  115. hypothesis/version.py
  116. )
  117. RESOURCE_FILES(
  118. PREFIX contrib/python/hypothesis/py3/
  119. .dist-info/METADATA
  120. .dist-info/entry_points.txt
  121. .dist-info/top_level.txt
  122. hypothesis/py.typed
  123. hypothesis/vendor/tlds-alpha-by-domain.txt
  124. )
  125. END()