txt2stix 1.0.9__tar.gz → 1.0.10__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 (261) hide show
  1. {txt2stix-1.0.9 → txt2stix-1.0.10}/PKG-INFO +1 -1
  2. {txt2stix-1.0.9 → txt2stix-1.0.10}/pyproject.toml +1 -1
  3. txt2stix-1.0.10/requirements.txt +233 -0
  4. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/ai_extractor/openai.py +6 -1
  5. txt2stix-1.0.9/requirements.txt +0 -377
  6. {txt2stix-1.0.9 → txt2stix-1.0.10}/.env.example +0 -0
  7. {txt2stix-1.0.9 → txt2stix-1.0.10}/.env.markdown +0 -0
  8. {txt2stix-1.0.9 → txt2stix-1.0.10}/.github/workflows/create-release.yml +0 -0
  9. {txt2stix-1.0.9 → txt2stix-1.0.10}/.github/workflows/run-tests.yml +0 -0
  10. {txt2stix-1.0.9 → txt2stix-1.0.10}/.gitignore +0 -0
  11. {txt2stix-1.0.9 → txt2stix-1.0.10}/LICENSE +0 -0
  12. {txt2stix-1.0.9 → txt2stix-1.0.10}/README.md +0 -0
  13. {txt2stix-1.0.9 → txt2stix-1.0.10}/docs/README.md +0 -0
  14. {txt2stix-1.0.9 → txt2stix-1.0.10}/docs/stix-mapping.md +0 -0
  15. {txt2stix-1.0.9 → txt2stix-1.0.10}/docs/txt2stix.png +0 -0
  16. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/__init__.py +0 -0
  17. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/extractions/ai/config.yaml +0 -0
  18. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/extractions/lookup/config.yaml +0 -0
  19. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/extractions/pattern/config.yaml +0 -0
  20. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/helpers/mimetype_filename_extension_list.csv +0 -0
  21. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/helpers/stix_relationship_types.txt +0 -0
  22. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/helpers/tlds.txt +0 -0
  23. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/helpers/windows_registry_key_prefix.txt +0 -0
  24. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/_README.md +0 -0
  25. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/_generate_lookups.py +0 -0
  26. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/attack_pattern.txt +0 -0
  27. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/campaign.txt +0 -0
  28. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/country_iso3166_alpha2.txt +0 -0
  29. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/course_of_action.txt +0 -0
  30. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/disarm_id_v1_5.txt +0 -0
  31. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/disarm_name_v1_5.txt +0 -0
  32. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/extensions.txt +0 -0
  33. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/identity.txt +0 -0
  34. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/infrastructure.txt +0 -0
  35. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/intrusion_set.txt +0 -0
  36. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/malware.txt +0 -0
  37. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/mitre_atlas_id_v4_5_2.txt +0 -0
  38. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/mitre_atlas_name_v4_5_2.txt +0 -0
  39. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/mitre_attack_enterprise_aliases_v16_0.txt +0 -0
  40. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/mitre_attack_enterprise_id_v16_0.txt +0 -0
  41. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/mitre_attack_enterprise_name_v16_0.txt +0 -0
  42. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/mitre_attack_ics_aliases_v16_0.txt +0 -0
  43. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/mitre_attack_ics_id_v16_0.txt +0 -0
  44. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/mitre_attack_ics_name_v16_0.txt +0 -0
  45. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/mitre_attack_mobile_aliases_v16_0.txt +0 -0
  46. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/mitre_attack_mobile_id_v16_0.txt +0 -0
  47. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/mitre_attack_mobile_name_v16_0.txt +0 -0
  48. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/mitre_capec_id_v3_9.txt +0 -0
  49. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/mitre_capec_name_v3_9.txt +0 -0
  50. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/mitre_cwe_id_v4_15.txt +0 -0
  51. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/mitre_cwe_name_v4_15.txt +0 -0
  52. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/threat_actor.txt +0 -0
  53. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/tld.txt +0 -0
  54. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/lookups/tool.txt +0 -0
  55. {txt2stix-1.0.9 → txt2stix-1.0.10}/includes/tests/test_cases.yaml +0 -0
  56. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/README.md +0 -0
  57. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/ai_country.txt +0 -0
  58. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/ai_mitre_attack_enterprise.txt +0 -0
  59. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/ai_mitre_attack_ics.txt +0 -0
  60. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/ai_mitre_attack_mobile.txt +0 -0
  61. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/ai_mitre_capec.txt +0 -0
  62. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/ai_mitre_cwe.txt +0 -0
  63. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/all_cases.txt +0 -0
  64. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_autonomous_system_number.txt +0 -0
  65. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_bank_card_all.txt +0 -0
  66. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_bank_card_amex.txt +0 -0
  67. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_bank_card_diners.txt +0 -0
  68. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_bank_card_discover.txt +0 -0
  69. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_bank_card_jcb.txt +0 -0
  70. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_bank_card_mastercard.txt +0 -0
  71. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_bank_card_union_pay.txt +0 -0
  72. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_bank_card_visa.txt +0 -0
  73. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_country_alpha2.txt +0 -0
  74. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_cpe_uri.txt +0 -0
  75. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_cryptocurrency_btc_transaction.txt +0 -0
  76. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_cryptocurrency_btc_wallet.txt +0 -0
  77. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_cryptocurrency_eth_transaction.txt +0 -0
  78. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_cryptocurrency_eth_wallet.txt +0 -0
  79. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_cryptocurrency_xmr_transaction.txt +0 -0
  80. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_cryptocurrency_xmr_wallet.txt +0 -0
  81. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_cve_id.txt +0 -0
  82. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_directory_unix.txt +0 -0
  83. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_directory_unix_file.txt +0 -0
  84. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_directory_windows.txt +0 -0
  85. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_directory_windows_with_file.txt +0 -0
  86. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_disarm.txt +0 -0
  87. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_disarm_name.txt +0 -0
  88. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_domain_name_only.txt +0 -0
  89. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_domain_name_subdomain.txt +0 -0
  90. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_email_address.txt +0 -0
  91. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_file_hash_md5.txt +0 -0
  92. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_file_hash_sha_1.txt +0 -0
  93. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_file_hash_sha_224.txt +0 -0
  94. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_file_hash_sha_256.txt +0 -0
  95. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_file_hash_sha_384.txt +0 -0
  96. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_file_hash_sha_512.txt +0 -0
  97. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_file_name.txt +0 -0
  98. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_host_name.txt +0 -0
  99. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_host_name_file.txt +0 -0
  100. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_host_name_path.txt +0 -0
  101. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_host_name_subdomain.txt +0 -0
  102. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_host_name_url.txt +0 -0
  103. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_iban_number.txt +0 -0
  104. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_ipv4_address_cidr.txt +0 -0
  105. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_ipv4_address_only.txt +0 -0
  106. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_ipv4_address_port.txt +0 -0
  107. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_ipv6_address_cidr.txt +0 -0
  108. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_ipv6_address_only.txt +0 -0
  109. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_ipv6_address_port.txt +0 -0
  110. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mac_address.txt +0 -0
  111. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mitre_atlas.txt +0 -0
  112. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mitre_atlas_name.txt +0 -0
  113. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mitre_attack_enterprise.txt +0 -0
  114. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mitre_attack_enterprise_aliases.txt +0 -0
  115. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mitre_attack_enterprise_name.txt +0 -0
  116. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mitre_attack_ics.txt +0 -0
  117. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mitre_attack_ics_aliases.txt +0 -0
  118. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mitre_attack_ics_name.txt +0 -0
  119. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mitre_attack_mobile.txt +0 -0
  120. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mitre_attack_mobile_aliases.txt +0 -0
  121. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mitre_attack_mobile_name.txt +0 -0
  122. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mitre_capec.txt +0 -0
  123. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mitre_capec_name.txt +0 -0
  124. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mitre_cwe.txt +0 -0
  125. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_mitre_cwe_name.txt +0 -0
  126. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_phone_number.txt +0 -0
  127. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_url.txt +0 -0
  128. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_url_file.txt +0 -0
  129. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_url_path.txt +0 -0
  130. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_user_agent.txt +0 -0
  131. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/generic_windows_registry_key.txt +0 -0
  132. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/lookup_attack_pattern.txt +0 -0
  133. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/lookup_campaign.txt +0 -0
  134. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/lookup_course_of_action.txt +0 -0
  135. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/lookup_identity.txt +0 -0
  136. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/lookup_infrastructure.txt +0 -0
  137. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/lookup_intrusion_set.txt +0 -0
  138. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/lookup_malware.txt +0 -0
  139. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/lookup_threat_actor.txt +0 -0
  140. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/extraction_types/lookup_tool.txt +0 -0
  141. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/attack_flow_demo.txt +0 -0
  142. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/attack_navigator_demo.txt +0 -0
  143. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/basic_relationship.txt +0 -0
  144. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/char_length_too_long.txt +0 -0
  145. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/descriptive_for_ai_relationships_1.txt +0 -0
  146. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/disarm_demo.txt +0 -0
  147. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/embedded_img_ignore.txt +0 -0
  148. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/embedded_link_ignore.txt +0 -0
  149. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/ip1.txt +0 -0
  150. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/ip2.txt +0 -0
  151. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/known_whitelist_match.txt +0 -0
  152. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/mitre_attack_enterprise_ai_demo.txt +0 -0
  153. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/mitre_attack_enterprise_lookup_demo.txt +0 -0
  154. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/mixed_extractions.txt +0 -0
  155. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/not_security_content.txt +0 -0
  156. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/test_ai_hash_error_with_stix2_lib.txt +0 -0
  157. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/test_aliases.txt +0 -0
  158. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/test_extraction_boundary.txt +0 -0
  159. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/manually_generated_reports/test_extraction_escapes.txt +0 -0
  160. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/real_intel_reports/APT28-Center-of-Storm-2017.txt +0 -0
  161. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/real_intel_reports/Bitdefender-Labs-Report-X-creat6958-en-EN.txt +0 -0
  162. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/real_intel_reports/FireEyeAPT39.txt +0 -0
  163. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/real_intel_reports/France_CERT_APT31_Pakdoor_TLPWHITE.txt +0 -0
  164. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/real_intel_reports/Group-IB_Ransomware_Uncovered_whitepaper_eng.txt +0 -0
  165. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/real_intel_reports/JOINT_CSA_HUNTING_RU_INTEL_SNAKE_MALWARE_20230509.txt +0 -0
  166. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/real_intel_reports/TA22-0126-QAKBOT-analysis-TLP-GREEN.txt +0 -0
  167. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/real_intel_reports/dinners_card.txt +0 -0
  168. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/real_intel_reports/mandiant-apt1.txt +0 -0
  169. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/data/real_intel_reports/mykings_report_final.txt +0 -0
  170. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/manual-tests/cases-ai-relationships.md +0 -0
  171. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/manual-tests/cases-extraction-type-ai.md +0 -0
  172. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/manual-tests/cases-extraction-type-lookup.md +0 -0
  173. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/manual-tests/cases-extraction-type-pattern.md +0 -0
  174. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/manual-tests/cases-standard-tests.md +0 -0
  175. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/scripts/generate_simple_extraction_test_cases_txt_files.py +0 -0
  176. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/src/__init__.py +0 -0
  177. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/src/test_attack_flow.py +0 -0
  178. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/src/test_bundler.py +0 -0
  179. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/src/test_extractors.py +0 -0
  180. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/src/test_indicator.py +0 -0
  181. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/src/test_lookups.py +0 -0
  182. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/src/test_main.py +0 -0
  183. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/src/test_retriever.py +0 -0
  184. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/src/test_run_txt2stix.py +0 -0
  185. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/src/test_utils.py +0 -0
  186. {txt2stix-1.0.9 → txt2stix-1.0.10}/tests/src/utils.py +0 -0
  187. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/__init__.py +0 -0
  188. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/ai_extractor/__init__.py +0 -0
  189. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/ai_extractor/anthropic.py +0 -0
  190. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/ai_extractor/base.py +0 -0
  191. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/ai_extractor/deepseek.py +0 -0
  192. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/ai_extractor/gemini.py +0 -0
  193. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/ai_extractor/openrouter.py +0 -0
  194. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/ai_extractor/prompts.py +0 -0
  195. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/ai_extractor/utils.py +0 -0
  196. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/attack_flow.py +0 -0
  197. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/bundler.py +0 -0
  198. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/common.py +0 -0
  199. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/credential_checker.py +0 -0
  200. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/extractions.py +0 -0
  201. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/indicator.py +0 -0
  202. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/lookups.py +0 -0
  203. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/__init__.py +0 -0
  204. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/__init__.py +0 -0
  205. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/base_extractor.py +0 -0
  206. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/card/README.md +0 -0
  207. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/card/__init__.py +0 -0
  208. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/card/amex_card_extractor.py +0 -0
  209. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/card/diners_card_extractor.py +0 -0
  210. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/card/discover_card_extractor.py +0 -0
  211. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/card/jcb_card_extractor.py +0 -0
  212. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/card/master_card_extractor.py +0 -0
  213. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/card/union_card_extractor.py +0 -0
  214. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/card/visa_card_extractor.py +0 -0
  215. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/crypto/__init__.py +0 -0
  216. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/crypto/btc_extractor.py +0 -0
  217. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/directory/__init__.py +0 -0
  218. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/directory/unix_directory_extractor.py +0 -0
  219. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/directory/unix_file_path_extractor.py +0 -0
  220. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/directory/windows_directory_path_extractor.py +0 -0
  221. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/directory/windows_file_path_extractor.py +0 -0
  222. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/domain/__init__.py +0 -0
  223. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/domain/domain_extractor.py +0 -0
  224. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/domain/hostname_extractor.py +0 -0
  225. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/domain/sub_domain_extractor.py +0 -0
  226. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/hashes/__init__.py +0 -0
  227. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/hashes/md5_extractor.py +0 -0
  228. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/hashes/sha1_extractor.py +0 -0
  229. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/hashes/sha224_extractor.py +0 -0
  230. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/hashes/sha2_256_exactor.py +0 -0
  231. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/hashes/sha2_512_exactor.py +0 -0
  232. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/hashes/sha3_256_exactor.py +0 -0
  233. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/hashes/sha3_512_exactor.py +0 -0
  234. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/helper.py +0 -0
  235. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/ip/__init__.py +0 -0
  236. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/ip/ipv4_cidr_extractor.py +0 -0
  237. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/ip/ipv4_extractor.py +0 -0
  238. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/ip/ipv4_port_extractor.py +0 -0
  239. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/ip/ipv6_cidr_extractor.py +0 -0
  240. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/ip/ipv6_extractor.py +0 -0
  241. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/ip/ipv6_port_extractor.py +0 -0
  242. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/others/__init__.py +0 -0
  243. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/others/asn_extractor.py +0 -0
  244. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/others/cpe_extractor.py +0 -0
  245. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/others/cve_extractor.py +0 -0
  246. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/others/email_extractor.py +0 -0
  247. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/others/filename_extractor.py +0 -0
  248. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/others/iban_extractor.py +0 -0
  249. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/others/mac_address_extractor.py +0 -0
  250. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/others/phonenumber_extractor.py +0 -0
  251. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/others/user_agent_extractor.py +0 -0
  252. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/others/windows_registry_key_extractor.py +0 -0
  253. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/url/__init__.py +0 -0
  254. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/url/url_extractor.py +0 -0
  255. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/url/url_file_extractor.py +0 -0
  256. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/pattern/extractors/url/url_path_extractor.py +0 -0
  257. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/retriever.py +0 -0
  258. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/stix.py +0 -0
  259. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/txt2stix.py +0 -0
  260. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix/utils.py +0 -0
  261. {txt2stix-1.0.9 → txt2stix-1.0.10}/txt2stix.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: txt2stix
3
- Version: 1.0.9
3
+ Version: 1.0.10
4
4
  Summary: txt2stix is a Python script that is designed to identify and extract IoCs and TTPs from text files, identify the relationships between them, convert them to STIX 2.1 objects, and output as a STIX 2.1 bundle.
5
5
  Project-URL: Homepage, https://github.com/muchdogesec/txt2stix
6
6
  Project-URL: Issues, https://github.com/muchdogesec/txt2stix/issues
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "txt2stix"
7
- version = "1.0.9"
7
+ version = "1.0.10"
8
8
  authors = [{ name = "dogesec" }]
9
9
  maintainers = [{ name = "dogesec" }]
10
10
  description = "txt2stix is a Python script that is designed to identify and extract IoCs and TTPs from text files, identify the relationships between them, convert them to STIX 2.1 objects, and output as a STIX 2.1 bundle."
@@ -0,0 +1,233 @@
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.13
3
+ # by the following command:
4
+ #
5
+ # pip-compile --output-file=requirements.txt pyproject.toml
6
+ #
7
+ aiohappyeyeballs==2.6.1
8
+ # via aiohttp
9
+ aiohttp==3.12.15
10
+ # via llama-index-core
11
+ aiosignal==1.4.0
12
+ # via aiohttp
13
+ aiosqlite==0.21.0
14
+ # via llama-index-core
15
+ annotated-types==0.7.0
16
+ # via pydantic
17
+ antlr4-python3-runtime==4.9.3
18
+ # via stix2-patterns
19
+ anyio==4.10.0
20
+ # via
21
+ # httpx
22
+ # openai
23
+ attrs==25.3.0
24
+ # via aiohttp
25
+ banks==2.2.0
26
+ # via llama-index-core
27
+ base58==2.1.1
28
+ # via txt2stix (pyproject.toml)
29
+ beautifulsoup4==4.13.5
30
+ # via txt2stix (pyproject.toml)
31
+ certifi==2025.8.3
32
+ # via
33
+ # httpcore
34
+ # httpx
35
+ # requests
36
+ charset-normalizer==3.4.3
37
+ # via requests
38
+ click==8.2.1
39
+ # via nltk
40
+ colorama==0.4.6
41
+ # via griffe
42
+ dataclasses-json==0.6.7
43
+ # via llama-index-core
44
+ deprecated==1.2.18
45
+ # via
46
+ # banks
47
+ # llama-index-core
48
+ # llama-index-instrumentation
49
+ dirtyjson==1.0.8
50
+ # via llama-index-core
51
+ distro==1.9.0
52
+ # via openai
53
+ filelock==3.19.1
54
+ # via tldextract
55
+ filetype==1.2.0
56
+ # via llama-index-core
57
+ frozenlist==1.7.0
58
+ # via
59
+ # aiohttp
60
+ # aiosignal
61
+ fsspec==2025.7.0
62
+ # via llama-index-core
63
+ greenlet==3.2.4
64
+ # via sqlalchemy
65
+ griffe==1.13.0
66
+ # via banks
67
+ h11==0.16.0
68
+ # via httpcore
69
+ httpcore==1.0.9
70
+ # via httpx
71
+ httpx==0.28.1
72
+ # via
73
+ # llama-index-core
74
+ # openai
75
+ idna==3.10
76
+ # via
77
+ # anyio
78
+ # httpx
79
+ # requests
80
+ # tldextract
81
+ # yarl
82
+ jinja2==3.1.6
83
+ # via banks
84
+ jiter==0.10.0
85
+ # via openai
86
+ joblib==1.5.1
87
+ # via nltk
88
+ llama-index-core==0.13.3
89
+ # via
90
+ # llama-index-llms-openai
91
+ # txt2stix (pyproject.toml)
92
+ llama-index-instrumentation==0.4.0
93
+ # via llama-index-workflows
94
+ llama-index-llms-openai==0.5.4
95
+ # via txt2stix (pyproject.toml)
96
+ llama-index-workflows==1.3.0
97
+ # via llama-index-core
98
+ markupsafe==3.0.2
99
+ # via jinja2
100
+ marshmallow==3.26.1
101
+ # via dataclasses-json
102
+ mistune==3.1.3
103
+ # via txt2stix (pyproject.toml)
104
+ multidict==6.6.4
105
+ # via
106
+ # aiohttp
107
+ # yarl
108
+ mypy-extensions==1.1.0
109
+ # via typing-inspect
110
+ nest-asyncio==1.6.0
111
+ # via llama-index-core
112
+ networkx==3.5
113
+ # via llama-index-core
114
+ nltk==3.9.1
115
+ # via llama-index-core
116
+ numpy==2.3.2
117
+ # via llama-index-core
118
+ openai==1.101.0
119
+ # via llama-index-llms-openai
120
+ packaging==25.0
121
+ # via marshmallow
122
+ pathvalidate==3.3.1
123
+ # via txt2stix (pyproject.toml)
124
+ phonenumbers==9.0.12
125
+ # via txt2stix (pyproject.toml)
126
+ pillow==11.3.0
127
+ # via llama-index-core
128
+ platformdirs==4.3.8
129
+ # via
130
+ # banks
131
+ # llama-index-core
132
+ propcache==0.3.2
133
+ # via
134
+ # aiohttp
135
+ # yarl
136
+ pycountry==24.6.1
137
+ # via schwifty
138
+ pydantic==2.11.7
139
+ # via
140
+ # banks
141
+ # llama-index-core
142
+ # llama-index-instrumentation
143
+ # llama-index-workflows
144
+ # openai
145
+ pydantic-core==2.33.2
146
+ # via pydantic
147
+ python-dotenv==1.1.1
148
+ # via txt2stix (pyproject.toml)
149
+ pytz==2025.2
150
+ # via stix2
151
+ pyyaml==6.0.2
152
+ # via llama-index-core
153
+ regex==2025.7.34
154
+ # via
155
+ # nltk
156
+ # tiktoken
157
+ requests==2.32.5
158
+ # via
159
+ # llama-index-core
160
+ # requests-file
161
+ # stix2
162
+ # stix2extensions
163
+ # tiktoken
164
+ # tldextract
165
+ # txt2stix (pyproject.toml)
166
+ requests-file==2.1.0
167
+ # via tldextract
168
+ rstr==3.2.2
169
+ # via schwifty
170
+ schwifty==2025.7.0
171
+ # via txt2stix (pyproject.toml)
172
+ simplejson==3.20.1
173
+ # via stix2
174
+ six==1.17.0
175
+ # via stix2-patterns
176
+ sniffio==1.3.1
177
+ # via
178
+ # anyio
179
+ # openai
180
+ soupsieve==2.7
181
+ # via beautifulsoup4
182
+ sqlalchemy[asyncio]==2.0.43
183
+ # via llama-index-core
184
+ stix2==3.0.1
185
+ # via stix2extensions
186
+ stix2-patterns==2.0.0
187
+ # via stix2
188
+ stix2extensions==1.1.1
189
+ # via txt2stix (pyproject.toml)
190
+ tenacity==9.1.2
191
+ # via llama-index-core
192
+ tiktoken==0.11.0
193
+ # via llama-index-core
194
+ tld==0.13.1
195
+ # via txt2stix (pyproject.toml)
196
+ tldextract==5.3.0
197
+ # via txt2stix (pyproject.toml)
198
+ tqdm==4.67.1
199
+ # via
200
+ # llama-index-core
201
+ # nltk
202
+ # openai
203
+ typing-extensions==4.15.0
204
+ # via
205
+ # aiosqlite
206
+ # beautifulsoup4
207
+ # llama-index-core
208
+ # llama-index-workflows
209
+ # openai
210
+ # pydantic
211
+ # pydantic-core
212
+ # sqlalchemy
213
+ # typing-inspect
214
+ # typing-inspection
215
+ typing-inspect==0.9.0
216
+ # via
217
+ # dataclasses-json
218
+ # llama-index-core
219
+ typing-inspection==0.4.1
220
+ # via pydantic
221
+ urllib3==2.5.0
222
+ # via requests
223
+ validators==0.35.0
224
+ # via txt2stix (pyproject.toml)
225
+ wrapt==1.17.3
226
+ # via
227
+ # deprecated
228
+ # llama-index-core
229
+ yarl==1.20.1
230
+ # via aiohttp
231
+
232
+ # The following packages are considered to be unsafe in a requirements file:
233
+ # setuptools
@@ -1,4 +1,5 @@
1
1
 
2
+ import logging
2
3
  import os
3
4
  from txt2stix.ai_extractor.base import BaseAIExtractor
4
5
  from llama_index.llms.openai import OpenAI
@@ -11,5 +12,9 @@ class OpenAIExtractor(BaseAIExtractor, provider="openai"):
11
12
  super().__init__()
12
13
 
13
14
  def count_tokens(self, text):
14
- return len(self.llm._tokenizer.encode(text))
15
+ try:
16
+ return len(self.llm._tokenizer.encode(text))
17
+ except Exception as e:
18
+ logging.warning(e)
19
+ return super().count_tokens(text)
15
20
 
@@ -1,377 +0,0 @@
1
- #
2
- # This file is autogenerated by pip-compile with Python 3.13
3
- # by the following command:
4
- #
5
- # pip-compile --output-file=requirements.txt pyproject.toml
6
- #
7
- aiohappyeyeballs==2.6.1
8
- # via aiohttp
9
- aiohttp==3.12.14
10
- # via llama-index-core
11
- aiosignal==1.4.0
12
- # via aiohttp
13
- aiosqlite==0.21.0
14
- # via llama-index-core
15
- annotated-types==0.7.0
16
- # via pydantic
17
- anthropic[bedrock,vertex]==0.57.1
18
- # via llama-index-llms-anthropic
19
- antlr4-python3-runtime==4.9.3
20
- # via stix2-patterns
21
- anyio==4.9.0
22
- # via
23
- # anthropic
24
- # httpx
25
- # openai
26
- attrs==25.3.0
27
- # via aiohttp
28
- banks==2.1.3
29
- # via llama-index-core
30
- base58==2.1.1
31
- # via txt2stix (pyproject.toml)
32
- beautifulsoup4==4.13.4
33
- # via txt2stix (pyproject.toml)
34
- boto3==1.39.3
35
- # via anthropic
36
- botocore==1.39.3
37
- # via
38
- # anthropic
39
- # boto3
40
- # s3transfer
41
- cachetools==5.5.2
42
- # via google-auth
43
- certifi==2025.6.15
44
- # via
45
- # httpcore
46
- # httpx
47
- # requests
48
- charset-normalizer==3.4.2
49
- # via requests
50
- click==8.2.1
51
- # via nltk
52
- colorama==0.4.6
53
- # via griffe
54
- dataclasses-json==0.6.7
55
- # via llama-index-core
56
- deprecated==1.2.18
57
- # via
58
- # banks
59
- # llama-index-core
60
- # llama-index-instrumentation
61
- dirtyjson==1.0.8
62
- # via llama-index-core
63
- distro==1.9.0
64
- # via
65
- # anthropic
66
- # openai
67
- filelock==3.18.0
68
- # via
69
- # huggingface-hub
70
- # tldextract
71
- # transformers
72
- filetype==1.2.0
73
- # via llama-index-core
74
- frozenlist==1.7.0
75
- # via
76
- # aiohttp
77
- # aiosignal
78
- fsspec==2025.5.1
79
- # via
80
- # huggingface-hub
81
- # llama-index-core
82
- google-ai-generativelanguage==0.6.15
83
- # via google-generativeai
84
- google-api-core[grpc]==2.25.1
85
- # via
86
- # google-ai-generativelanguage
87
- # google-api-python-client
88
- # google-generativeai
89
- google-api-python-client==2.175.0
90
- # via google-generativeai
91
- google-auth[requests]==2.40.3
92
- # via
93
- # anthropic
94
- # google-ai-generativelanguage
95
- # google-api-core
96
- # google-api-python-client
97
- # google-auth-httplib2
98
- # google-generativeai
99
- google-auth-httplib2==0.2.0
100
- # via google-api-python-client
101
- google-generativeai==0.8.5
102
- # via llama-index-llms-gemini
103
- googleapis-common-protos==1.70.0
104
- # via
105
- # google-api-core
106
- # grpcio-status
107
- greenlet==3.2.3
108
- # via sqlalchemy
109
- griffe==1.7.3
110
- # via banks
111
- grpcio==1.73.1
112
- # via
113
- # google-api-core
114
- # grpcio-status
115
- grpcio-status==1.71.2
116
- # via google-api-core
117
- h11==0.16.0
118
- # via httpcore
119
- hf-xet==1.1.5
120
- # via huggingface-hub
121
- httpcore==1.0.9
122
- # via httpx
123
- httplib2==0.22.0
124
- # via
125
- # google-api-python-client
126
- # google-auth-httplib2
127
- httpx==0.28.1
128
- # via
129
- # anthropic
130
- # llama-index-core
131
- # openai
132
- huggingface-hub==0.33.2
133
- # via
134
- # tokenizers
135
- # transformers
136
- idna==3.10
137
- # via
138
- # anyio
139
- # httpx
140
- # requests
141
- # tldextract
142
- # yarl
143
- jinja2==3.1.6
144
- # via banks
145
- jiter==0.10.0
146
- # via
147
- # anthropic
148
- # openai
149
- jmespath==1.0.1
150
- # via
151
- # boto3
152
- # botocore
153
- joblib==1.5.1
154
- # via nltk
155
- llama-index-core==0.12.47
156
- # via
157
- # llama-index-llms-anthropic
158
- # llama-index-llms-gemini
159
- # llama-index-llms-openai
160
- # llama-index-llms-openai-like
161
- # llama-index-llms-openrouter
162
- # txt2stix (pyproject.toml)
163
- llama-index-instrumentation==0.2.0
164
- # via llama-index-workflows
165
- llama-index-llms-anthropic==0.7.6
166
- # via txt2stix (pyproject.toml)
167
- llama-index-llms-deepseek==0.1.2
168
- # via txt2stix (pyproject.toml)
169
- llama-index-llms-gemini==0.5.0
170
- # via txt2stix (pyproject.toml)
171
- llama-index-llms-openai==0.4.7
172
- # via
173
- # llama-index-llms-openai-like
174
- # txt2stix (pyproject.toml)
175
- llama-index-llms-openai-like==0.4.0
176
- # via
177
- # llama-index-llms-deepseek
178
- # llama-index-llms-openrouter
179
- llama-index-llms-openrouter==0.3.2
180
- # via txt2stix (pyproject.toml)
181
- llama-index-workflows==1.0.1
182
- # via llama-index-core
183
- markupsafe==3.0.2
184
- # via jinja2
185
- marshmallow==3.26.1
186
- # via dataclasses-json
187
- mistune==3.1.3
188
- # via txt2stix (pyproject.toml)
189
- multidict==6.6.3
190
- # via
191
- # aiohttp
192
- # yarl
193
- mypy-extensions==1.1.0
194
- # via typing-inspect
195
- nest-asyncio==1.6.0
196
- # via llama-index-core
197
- networkx==3.5
198
- # via llama-index-core
199
- nltk==3.9.1
200
- # via llama-index-core
201
- numpy==2.3.1
202
- # via
203
- # llama-index-core
204
- # transformers
205
- openai==1.93.2
206
- # via llama-index-llms-openai
207
- packaging==25.0
208
- # via
209
- # huggingface-hub
210
- # marshmallow
211
- # transformers
212
- pathvalidate==3.3.1
213
- # via txt2stix (pyproject.toml)
214
- phonenumbers==9.0.9
215
- # via txt2stix (pyproject.toml)
216
- pillow==10.4.0
217
- # via
218
- # llama-index-core
219
- # llama-index-llms-gemini
220
- platformdirs==4.3.8
221
- # via banks
222
- propcache==0.3.2
223
- # via
224
- # aiohttp
225
- # yarl
226
- proto-plus==1.26.1
227
- # via
228
- # google-ai-generativelanguage
229
- # google-api-core
230
- protobuf==5.29.5
231
- # via
232
- # google-ai-generativelanguage
233
- # google-api-core
234
- # google-generativeai
235
- # googleapis-common-protos
236
- # grpcio-status
237
- # proto-plus
238
- pyasn1==0.6.1
239
- # via
240
- # pyasn1-modules
241
- # rsa
242
- pyasn1-modules==0.4.2
243
- # via google-auth
244
- pycountry==24.6.1
245
- # via schwifty
246
- pydantic==2.11.7
247
- # via
248
- # anthropic
249
- # banks
250
- # google-generativeai
251
- # llama-index-core
252
- # llama-index-instrumentation
253
- # llama-index-workflows
254
- # openai
255
- pydantic-core==2.33.2
256
- # via pydantic
257
- pyparsing==3.2.3
258
- # via httplib2
259
- python-dateutil==2.9.0.post0
260
- # via botocore
261
- python-dotenv==1.1.1
262
- # via txt2stix (pyproject.toml)
263
- pytz==2025.2
264
- # via stix2
265
- pyyaml==6.0.2
266
- # via
267
- # huggingface-hub
268
- # llama-index-core
269
- # transformers
270
- regex==2024.11.6
271
- # via
272
- # nltk
273
- # tiktoken
274
- # transformers
275
- requests==2.32.4
276
- # via
277
- # google-api-core
278
- # google-auth
279
- # huggingface-hub
280
- # llama-index-core
281
- # requests-file
282
- # stix2
283
- # stix2extensions
284
- # tiktoken
285
- # tldextract
286
- # transformers
287
- # txt2stix (pyproject.toml)
288
- requests-file==2.1.0
289
- # via tldextract
290
- rsa==4.9.1
291
- # via google-auth
292
- rstr==3.2.2
293
- # via schwifty
294
- s3transfer==0.13.0
295
- # via boto3
296
- safetensors==0.5.3
297
- # via transformers
298
- schwifty==2025.6.0
299
- # via txt2stix (pyproject.toml)
300
- simplejson==3.20.1
301
- # via stix2
302
- six==1.17.0
303
- # via
304
- # python-dateutil
305
- # stix2-patterns
306
- sniffio==1.3.1
307
- # via
308
- # anthropic
309
- # anyio
310
- # openai
311
- soupsieve==2.7
312
- # via beautifulsoup4
313
- sqlalchemy[asyncio]==2.0.41
314
- # via llama-index-core
315
- stix2==3.0.1
316
- # via stix2extensions
317
- stix2-patterns==2.0.0
318
- # via stix2
319
- stix2extensions==1.0.0
320
- # via txt2stix (pyproject.toml)
321
- tenacity==9.1.2
322
- # via llama-index-core
323
- tiktoken==0.9.0
324
- # via llama-index-core
325
- tld==0.13.1
326
- # via txt2stix (pyproject.toml)
327
- tldextract==5.3.0
328
- # via txt2stix (pyproject.toml)
329
- tokenizers==0.21.2
330
- # via transformers
331
- tqdm==4.67.1
332
- # via
333
- # google-generativeai
334
- # huggingface-hub
335
- # llama-index-core
336
- # nltk
337
- # openai
338
- # transformers
339
- transformers==4.53.1
340
- # via llama-index-llms-openai-like
341
- typing-extensions==4.14.1
342
- # via
343
- # aiosqlite
344
- # anthropic
345
- # beautifulsoup4
346
- # google-generativeai
347
- # huggingface-hub
348
- # llama-index-core
349
- # openai
350
- # pydantic
351
- # pydantic-core
352
- # sqlalchemy
353
- # typing-inspect
354
- # typing-inspection
355
- typing-inspect==0.9.0
356
- # via
357
- # dataclasses-json
358
- # llama-index-core
359
- typing-inspection==0.4.1
360
- # via pydantic
361
- uritemplate==4.2.0
362
- # via google-api-python-client
363
- urllib3==2.5.0
364
- # via
365
- # botocore
366
- # requests
367
- validators==0.35.0
368
- # via txt2stix (pyproject.toml)
369
- wrapt==1.17.2
370
- # via
371
- # deprecated
372
- # llama-index-core
373
- yarl==1.20.1
374
- # via aiohttp
375
-
376
- # The following packages are considered to be unsafe in a requirements file:
377
- # setuptools
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