osintgpt

View on PyPIReverse Dependencies (0)

0.1.27 osintgpt-0.1.27-py3-none-any.whl

Wheel Details

Project: osintgpt
Version: 0.1.27
Filename: osintgpt-0.1.27-py3-none-any.whl
Download: [link]
Size: 42869
MD5: cfa014b0938d27c1e98ef37d630b0bba
SHA256: d9de5767a120019bb8db076283e499a4773ea2b10fc6108a6e822fb57a5483e5
Uploaded: 2023-11-29 19:38:47 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: osintgpt
Version: 0.1.27
Summary: A Python OSINT tool using Large Language Models
Author: Esteban Ponce de Leon
Home-Page: https://github.com/estebanpdl/osintgpt
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Indexing
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Requires-Dist: openai (==0.28)
Requires-Dist: pandas
Requires-Dist: python-dotenv
Requires-Dist: qdrant-client
Requires-Dist: scipy
Requires-Dist: tiktoken
Description-Content-Type: text/markdown
[Description omitted; length: 4965 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.38.4)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
osintgpt/__init__.py sha256=O_lVFCyc8ndlFgoSbeOMiJeLIIjyWKAB8JjpApDZhXo 484
osintgpt/config/__init__.py sha256=A7CcFbFJbmCse1PKgGlulGiVsSbxER_S2A7ZG8BaYWQ 56
osintgpt/config/gpt_api.py sha256=N8BqE4CeXOO9n8Q2kZEdzcHp7cZmGvIkqRcTJJoz5JY 6446
osintgpt/databases/__init__.py sha256=1c0RWYvfWBnA5LNNygNQqkBFyABfgS4oMT3nla6v4Fk 69
osintgpt/databases/sql_manager.py sha256=LwUTyKyAeoXd3w6awk62sAszJEoVM8IfyDuYygx3Pnc 8152
osintgpt/embedding/__init__.py sha256=HJxRPJh1HufUJIUJh3NlozxI9CHy1I-4fr-B5WFY_Zw 81
osintgpt/embedding/embedding_generator.py sha256=ToSriG963vtt45nPogNIC56OiD4PjFXd69v7a61SZt0 6748
osintgpt/embedding/openai_embeddings.py sha256=ASe-KLbVAi9QHkVzVVgNalE_iH7NWoCjtQkJNZYmESs 6287
osintgpt/embeddings/__init__.py sha256=HJxRPJh1HufUJIUJh3NlozxI9CHy1I-4fr-B5WFY_Zw 81
osintgpt/embeddings/openai_embeddings.py sha256=iSFs9T7y4UAnL-legPBd4hFYntIKMbUMBSQDlUDv3XU 6592
osintgpt/exceptions/__init__.py sha256=85Ph1hvttSS94EaJOKahCiIqUDY1c7rgfRCLyyotm9Q 28
osintgpt/exceptions/errors.py sha256=sYTVkSlENuM_J8jkppQmyrL4FmriIr1CU-VEVuhWoPI 723
osintgpt/gpt/__init__.py sha256=O_h7ClTF_0YfuQmFguFbGBbcFg2MrqOV2W4p6EuR6zc 59
osintgpt/gpt/openai_gpt.py sha256=OcWjGfAgWFFuwfLKWzi3QM67ntRa2Uv2spsfpN23Ur0 31985
osintgpt/llms/__init__.py sha256=O_h7ClTF_0YfuQmFguFbGBbcFg2MrqOV2W4p6EuR6zc 59
osintgpt/llms/openai_gpt.py sha256=8ZSklFf23jezMXKxYsnpab_ZGTxbXfzTeeUTgDTPsqc 26980
osintgpt/prompts/__init__.py sha256=piwXUsmjzyXbYjPPM2zMnw0y0vi3KSOBVgzFT8Z6638 46
osintgpt/prompts/summarizing.py sha256=OSpDjKOVgJ0xYPRSC2dZW1xrGQuCqh0Q2a3vJwVgsxI 3229
osintgpt/semantic_operations/__init__.py sha256=6iaey02ETiZpVSFXJB_tQjbybZDdYaDo_lI70L_wP2Q 66
osintgpt/semantic_operations/operations.py sha256=wQU7L4qHjKocBhzmTY7uU8P9nQH6dBKFQsIkVzEGXW4 13904
osintgpt/utils/__init__.py sha256=kf4q_F4EiuxJo4yOq7dwp2apsqtSHxxHPsZOBhLQ028 1058
osintgpt/vector_store/__init__.py sha256=L9uOmMYio2xnFMUM3VdDVWyIwYHhZ36pJir1WYhKJls 104
osintgpt/vector_store/base.py sha256=be6OQ79oA70J8nGTKAatqjGl3J5Mav_81gvrdxnTEB4 1392
osintgpt/vector_store/pinecone.py sha256=1QzqX4ArqqqORRpZPaU4V1zLrU2oRuvPssGo9dGUnGs 1070
osintgpt/vector_store/pinecone_client.py sha256=joTPU9Bpjj847iBPXGCbASWA6IoAn2kO-SqRg-hFAlQ 3567
osintgpt/vector_store/qdrant.py sha256=7Jd27zm8N8_WBGdeTw1vjsH_2M0qEPwn_c6cwtXi2wk 10720
osintgpt/vector_store/vector_pinecone.py sha256=AbADCYBHEFWZPHmW4ovMg_77w-803Wn2Pc1VxIrwi7o 5601
osintgpt/vector_store/vector_qdrant.py sha256=imp-jsACvAjEW5qDYIrdeqlZzUp3SKmbpi88UugpaUg 10106
osintgpt/vectore_stores/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
osintgpt/vectore_stores/qdrant.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
osintgpt-0.1.27.dist-info/METADATA sha256=1wGHg0NeqlJ-BMXTOsPSj7b1kDcxyHletb7vZIpAZvo 6393
osintgpt-0.1.27.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
osintgpt-0.1.27.dist-info/top_level.txt sha256=PkScQczbgMqQtCy5mvXHO6RT7iTHRcP10O9PGU5KZgs 9
osintgpt-0.1.27.dist-info/RECORD

top_level.txt

osintgpt