txt2detection 1.0.5__py3-none-any.whl → 1.0.6__py3-none-any.whl

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.

Potentially problematic release.


This version of txt2detection might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: txt2detection
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: A command line tool that takes a txt file containing threat intelligence and turns it into a detection rule.
5
5
  Project-URL: Homepage, https://github.com/muchdogesec/txt2detection
6
6
  Project-URL: Issues, https://github.com/muchdogesec/txt2detection/issues
@@ -13,6 +13,8 @@ Classifier: Operating System :: OS Independent
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Python: >=3.11
15
15
  Requires-Dist: jsonschema>=4.22.0; python_version >= '3.8'
16
+ Requires-Dist: llama-index-core>=0.12.42
17
+ Requires-Dist: llama-index-llms-openai>=0.4.5
16
18
  Requires-Dist: python-arango>=8.1.3; python_version >= '3.8'
17
19
  Requires-Dist: python-dotenv>=1.0.1
18
20
  Requires-Dist: python-slugify
@@ -21,14 +23,19 @@ Requires-Dist: requests>=2.31.0; python_version >= '3.7'
21
23
  Requires-Dist: stix2
22
24
  Requires-Dist: tqdm>=4.66.4; python_version >= '3.7'
23
25
  Requires-Dist: validators>=0.34.0
26
+ Provides-Extra: anthropic
27
+ Requires-Dist: llama-index-llms-anthropic>=0.7.2; extra == 'anthropic'
28
+ Provides-Extra: deepseek
29
+ Requires-Dist: llama-index-llms-deepseek>=0.1.2; extra == 'deepseek'
30
+ Provides-Extra: gemini
31
+ Requires-Dist: llama-index-llms-gemini>=0.5.0; extra == 'gemini'
24
32
  Provides-Extra: llms
25
- Requires-Dist: llama-index-core==0.12.41; extra == 'llms'
26
- Requires-Dist: llama-index-llms-anthropic==0.6.3; extra == 'llms'
27
- Requires-Dist: llama-index-llms-deepseek==0.1.1; extra == 'llms'
28
- Requires-Dist: llama-index-llms-gemini==0.4.2; extra == 'llms'
29
- Requires-Dist: llama-index-llms-openai-like==0.3.3; extra == 'llms'
30
- Requires-Dist: llama-index-llms-openai==0.3.11; extra == 'llms'
31
- Requires-Dist: llama-index-llms-openrouter==0.3.1; extra == 'llms'
33
+ Requires-Dist: llama-index-llms-anthropic>=0.7.2; extra == 'llms'
34
+ Requires-Dist: llama-index-llms-deepseek>=0.1.2; extra == 'llms'
35
+ Requires-Dist: llama-index-llms-gemini>=0.5.0; extra == 'llms'
36
+ Requires-Dist: llama-index-llms-openrouter>=0.3.2; extra == 'llms'
37
+ Provides-Extra: openrouter
38
+ Requires-Dist: llama-index-llms-openrouter>=0.3.2; extra == 'openrouter'
32
39
  Description-Content-Type: text/markdown
33
40
 
34
41
  # txt2detection
@@ -15,8 +15,8 @@ txt2detection/ai_extractor/openrouter.py,sha256=-KcdcyKPpaeiGfvqJB4L7vMmcXTDhml3
15
15
  txt2detection/ai_extractor/prompts.py,sha256=ACYFWUafdHXHBXz7fq_RSooA4PJ-mBdaBzqsOOSFpVg,5918
16
16
  txt2detection/ai_extractor/utils.py,sha256=SUxyPhkGp5yDbX_H_E018i93R8IbyLsQ00PIBDecfuc,540
17
17
  txt2detection/config/detection_languages.yaml,sha256=dgQUJPxhDRJ_IiFEFOiH0yhEer3SkFSIhY4pS3BsX2c,287
18
- txt2detection-1.0.5.dist-info/METADATA,sha256=VQqAGPgS4ZZC_3QoKI-kdC_myPZaqgPCWxqCT5IaGQY,14213
19
- txt2detection-1.0.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
20
- txt2detection-1.0.5.dist-info/entry_points.txt,sha256=ep_rLlS2r1-kKE7S3iKf3SVwbCU9-FZhU9zUebitw7A,62
21
- txt2detection-1.0.5.dist-info/licenses/LICENSE,sha256=BK8Ppqlc4pdgnNzIxnxde0taoQ1BgicdyqmBvMiNYgY,11364
22
- txt2detection-1.0.5.dist-info/RECORD,,
18
+ txt2detection-1.0.6.dist-info/METADATA,sha256=WreDmnqL8h3gxZUfdx8528aenkOYGDXlo_EAvdk4zFE,14489
19
+ txt2detection-1.0.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
20
+ txt2detection-1.0.6.dist-info/entry_points.txt,sha256=ep_rLlS2r1-kKE7S3iKf3SVwbCU9-FZhU9zUebitw7A,62
21
+ txt2detection-1.0.6.dist-info/licenses/LICENSE,sha256=BK8Ppqlc4pdgnNzIxnxde0taoQ1BgicdyqmBvMiNYgY,11364
22
+ txt2detection-1.0.6.dist-info/RECORD,,