pyoaev 2.3.2__tar.gz → 2.3.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. {pyoaev-2.3.2/pyoaev.egg-info → pyoaev-2.3.3}/PKG-INFO +2 -1
  2. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/__init__.py +1 -1
  3. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/_version.py +1 -1
  4. {pyoaev-2.3.2 → pyoaev-2.3.3/pyoaev.egg-info}/PKG-INFO +2 -1
  5. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev.egg-info/requires.txt +1 -0
  6. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyproject.toml +2 -1
  7. {pyoaev-2.3.2 → pyoaev-2.3.3}/LICENSE +0 -0
  8. {pyoaev-2.3.2 → pyoaev-2.3.3}/README.md +0 -0
  9. {pyoaev-2.3.2 → pyoaev-2.3.3}/docs/conf.py +0 -0
  10. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/__init__.py +0 -0
  11. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/attack_pattern.py +0 -0
  12. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/collector.py +0 -0
  13. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/cve.py +0 -0
  14. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/document.py +0 -0
  15. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/endpoint.py +0 -0
  16. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/inject.py +0 -0
  17. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/inject_expectation/__init__.py +0 -0
  18. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/inject_expectation/inject_expectation.py +0 -0
  19. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/inject_expectation/model/__init__.py +0 -0
  20. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/inject_expectation/model/expectation.py +0 -0
  21. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/inject_expectation_trace.py +0 -0
  22. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/injector.py +0 -0
  23. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/injector_contract.py +0 -0
  24. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/inputs/__init__.py +0 -0
  25. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/inputs/search.py +0 -0
  26. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/kill_chain_phase.py +0 -0
  27. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/me.py +0 -0
  28. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/organization.py +0 -0
  29. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/payload.py +0 -0
  30. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/security_platform.py +0 -0
  31. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/tag.py +0 -0
  32. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/team.py +0 -0
  33. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/apis/user.py +0 -0
  34. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/backends/__init__.py +0 -0
  35. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/backends/backend.py +0 -0
  36. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/backends/protocol.py +0 -0
  37. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/base.py +0 -0
  38. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/client.py +0 -0
  39. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/configuration/__init__.py +0 -0
  40. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/configuration/configuration.py +0 -0
  41. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/configuration/connector_config_schema_generator.py +0 -0
  42. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/configuration/settings_loader.py +0 -0
  43. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/configuration/sources.py +0 -0
  44. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/contracts/__init__.py +0 -0
  45. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/contracts/contract_builder.py +0 -0
  46. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/contracts/contract_config.py +0 -0
  47. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/contracts/contract_utils.py +0 -0
  48. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/contracts/variable_helper.py +0 -0
  49. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/daemons/__init__.py +0 -0
  50. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/daemons/base_daemon.py +0 -0
  51. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/daemons/collector_daemon.py +0 -0
  52. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/exceptions.py +0 -0
  53. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/helpers.py +0 -0
  54. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/mixins.py +0 -0
  55. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/security_domain/__init__.py +0 -0
  56. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/security_domain/types.py +0 -0
  57. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/signatures/__init__.py +0 -0
  58. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/signatures/signature_match.py +0 -0
  59. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/signatures/signature_type.py +0 -0
  60. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/signatures/types.py +0 -0
  61. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev/utils.py +0 -0
  62. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev.egg-info/SOURCES.txt +0 -0
  63. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev.egg-info/dependency_links.txt +0 -0
  64. {pyoaev-2.3.2 → pyoaev-2.3.3}/pyoaev.egg-info/top_level.txt +0 -0
  65. {pyoaev-2.3.2 → pyoaev-2.3.3}/scripts/release.py +0 -0
  66. {pyoaev-2.3.2 → pyoaev-2.3.3}/setup.cfg +0 -0
  67. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/__init__.py +0 -0
  68. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/apis/__init__.py +0 -0
  69. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/apis/endpoint/__init__.py +0 -0
  70. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/apis/endpoint/test_endpoint.py +0 -0
  71. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/apis/expectation/__init__.py +0 -0
  72. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/apis/expectation/test_expectation.py +0 -0
  73. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/apis/injector_contract/__init__.py +0 -0
  74. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/apis/injector_contract/test_injector_contract.py +0 -0
  75. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/configuration/__init__.py +0 -0
  76. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/configuration/test_configuration.py +0 -0
  77. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/configuration/test_sources.py +0 -0
  78. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/daemons/__init__.py +0 -0
  79. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/daemons/test_base_daemon.py +0 -0
  80. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/daemons/test_collector_daemon.py +0 -0
  81. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/signatures/__init__.py +0 -0
  82. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/signatures/test_signature_match.py +0 -0
  83. {pyoaev-2.3.2 → pyoaev-2.3.3}/test/signatures/test_signature_type.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyoaev
3
- Version: 2.3.2
3
+ Version: 2.3.3
4
4
  Summary: Python API client for OpenAEV.
5
5
  Author-email: Filigran <contact@filigran.io>
6
6
  Maintainer-email: Filigran <contact@filigran.io>
@@ -44,6 +44,7 @@ Requires-Dist: types-pytz<2025.3.0.0,>=2025.2.0.20250326; extra == "dev"
44
44
  Requires-Dist: pre-commit<4.3.0,>=4.2.0; extra == "dev"
45
45
  Requires-Dist: types-python-dateutil<2.10.0,>=2.9.0; extra == "dev"
46
46
  Requires-Dist: wheel<0.46.0,>=0.45.1; extra == "dev"
47
+ Requires-Dist: coverage>=7.13.5; extra == "dev"
47
48
  Provides-Extra: doc
48
49
  Requires-Dist: autoapi<2.1.0,>=2.0.1; extra == "doc"
49
50
  Requires-Dist: sphinx-autodoc-typehints<3.3.0,>=3.2.0; extra == "doc"
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
- __version__ = "2.3.2"
2
+ __version__ = "2.3.3"
3
3
 
4
4
  from pyoaev._version import ( # noqa: F401
5
5
  __author__,
@@ -3,4 +3,4 @@ __copyright__ = "Copyright 2025 Filigran"
3
3
  __email__ = "contact@filigran.io"
4
4
  __license__ = "Apache 2.0"
5
5
  __title__ = "python-openaev"
6
- __version__ = "2.3.2"
6
+ __version__ = "2.3.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyoaev
3
- Version: 2.3.2
3
+ Version: 2.3.3
4
4
  Summary: Python API client for OpenAEV.
5
5
  Author-email: Filigran <contact@filigran.io>
6
6
  Maintainer-email: Filigran <contact@filigran.io>
@@ -44,6 +44,7 @@ Requires-Dist: types-pytz<2025.3.0.0,>=2025.2.0.20250326; extra == "dev"
44
44
  Requires-Dist: pre-commit<4.3.0,>=4.2.0; extra == "dev"
45
45
  Requires-Dist: types-python-dateutil<2.10.0,>=2.9.0; extra == "dev"
46
46
  Requires-Dist: wheel<0.46.0,>=0.45.1; extra == "dev"
47
+ Requires-Dist: coverage>=7.13.5; extra == "dev"
47
48
  Provides-Extra: doc
48
49
  Requires-Dist: autoapi<2.1.0,>=2.0.1; extra == "doc"
49
50
  Requires-Dist: sphinx-autodoc-typehints<3.3.0,>=3.2.0; extra == "doc"
@@ -28,6 +28,7 @@ types-pytz<2025.3.0.0,>=2025.2.0.20250326
28
28
  pre-commit<4.3.0,>=4.2.0
29
29
  types-python-dateutil<2.10.0,>=2.9.0
30
30
  wheel<0.46.0,>=0.45.1
31
+ coverage>=7.13.5
31
32
 
32
33
  [doc]
33
34
  autoapi<2.1.0,>=2.0.1
@@ -53,7 +53,8 @@ dev = [
53
53
  "types-pytz (>=2025.2.0.20250326,<2025.3.0.0)",
54
54
  "pre-commit (>=4.2.0,<4.3.0)",
55
55
  "types-python-dateutil (>=2.9.0,<2.10.0)",
56
- "wheel (>=0.45.1,<0.46.0)"
56
+ "wheel (>=0.45.1,<0.46.0)",
57
+ "coverage>=7.13.5"
57
58
  ]
58
59
  doc = [
59
60
  "autoapi (>=2.0.1,<2.1.0)",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes