dir-diary

View on PyPIReverse Dependencies (0)

0.3.3 dir_diary-0.3.3-py3-none-any.whl

Wheel Details

Project: dir-diary
Version: 0.3.3
Filename: dir_diary-0.3.3-py3-none-any.whl
Download: [link]
Size: 21037
MD5: aad4226595b5d2cd8c45f21b9395a64a
SHA256: 9047c0e67c3b77c326e382923bc96eb989916a28c93bd76da18d4dc3b5f3f68a
Uploaded: 2023-09-16 21:16:04 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: dir-diary
Version: 0.3.3
Summary: A Python CLI tool to summarize your software project folder with LLMs
Author: Christopher Carroll Smith
Author-Email: christopher.smith[at]promptlytechnologies.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9,<4.0
Requires-Dist: click (<9.0.0,>=8.1.7)
Requires-Dist: llm_cost_estimation (<0.2.0,>=0.1.4)
Requires-Dist: openai (<0.29.0,>=0.28.0)
Requires-Dist: pathspec (<0.12.0,>=0.11.2)
Requires-Dist: pydantic (<3.0.0,>=2.3.0)
Requires-Dist: python-dotenv (<2.0.0,>=1.0.0)
Description-Content-Type: text/markdown
[Description omitted; length: 14871 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.7.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
dir_diary/__init__.py sha256=cBUjJZbw9-blS-wf_oSn63AgFRptJAgjL4O_uooaHFg 216
dir_diary/classifier.py sha256=4MYBYSe3CMrpE78CNOh1fPcWe4_iSkRI4uRijUTpegE 4578
dir_diary/cli.py sha256=e4P9M5NjXBc340-vdCZzuw91XkP0X5cpIKQwnai3Ypk 2157
dir_diary/client.py sha256=seGI4GeWHomi3BzBRk1wO9Vl-se5WgdFUB0jESgUI-s 1320
dir_diary/datastructures.py sha256=1dATRTKFuetOymAVBofTMD03CyfOQznvz9wuIBNJEjQ 2424
dir_diary/file_handler.py sha256=FGuPCDLS-ggDp9GjNUj8Mztk2AUyrcLTllVV7BLGQ5w 5370
dir_diary/mapper.py sha256=Vu4Q5HJHMP7MVPApeEjfihJUHenC8cTPnby57wNtmxQ 2966
dir_diary/openai_chatbot.py sha256=L8eq1D-PYkWoon5MpHtdl4r3I72jtHHhHn-mW1BtSdU 7848
dir_diary/summarize.py sha256=HINEJA91_F0YoUx7jFojlARPJXq4YlU8-SDJ8wcwUBE 5869
dir_diary/summarizer.py sha256=vrsQIfBDvKej3vUobu_Z_u4P4x7pb_AsSK3b8mAvKCI 1613
dir_diary/validators.py sha256=wBH3LxzOYm73ZRov35z_s7j6FQbJISCowNtoKoU2TtQ 3077
dir_diary-0.3.3.dist-info/entry_points.txt sha256=v6iKxFxod_AJF7HA1WQN0Wf9NNKqyrh1wXlm5G2UbXk 75
dir_diary-0.3.3.dist-info/LICENSE sha256=ajuCVyvEfuOWbIFQmm70aXl72jtiTmbM_OaALxOdoYw 1099
dir_diary-0.3.3.dist-info/METADATA sha256=eNjhQqAqcpQaedWCNZmMWAUKdafOvIHZHXPTA74PDSg 15688
dir_diary-0.3.3.dist-info/WHEEL sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50 88
dir_diary-0.3.3.dist-info/RECORD

entry_points.txt

summarise = dir_diary.cli:cli
summarize = dir_diary.cli:cli