docu-gen

View on PyPIReverse Dependencies (0)

1.0.7 docu_gen-1.0.7-py3-none-any.whl

Wheel Details

Project: docu-gen
Version: 1.0.7
Filename: docu_gen-1.0.7-py3-none-any.whl
Download: [link]
Size: 14051
MD5: d8b577a3b9da6aca29ccc741057fd6ee
SHA256: 23fa400debc40adbbdc7dfa7be39a2bd312051f878826014a1b80af33204998a
Uploaded: 2024-10-29 19:45:35 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: docu-gen
Version: 1.0.7
Summary: A tool to add docstrings to Python code using LLMs.
Author: Nadeem Khan
Author-Email: nadeem4.nk13[at]gmail.com
Home-Page: https://github.com/nadeem4/doc_generator
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Code Generators
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Requires-Dist: astor (<0.9.0,>=0.8.1)
Requires-Dist: libcst (<2.0.0,>=1.4.0)
Requires-Dist: openai (<2.0.0,>=1.52.1)
Requires-Dist: azure-identity (<2.0.0,>=1.7.0)
Requires-Dist: azure-keyvault-secrets (<5.0.0,>=4.2.0)
Requires-Dist: azure-storage-blob (<13.0.0,>=12.8.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 5328 characters]

WHEEL

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

RECORD

Path Digest Size
docu_gen/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
docu_gen/cli.py sha256=BXBPBTmpTG-9guyRdUDcIts9ad2Pz2IIAvadphzSIX0 1634
docu_gen/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
docu_gen/core/constant.py sha256=Vf5VaYG2nTRnjAAGZDkeyTkVEPB7UlND1ZR-a-vCI8I 69
docu_gen/core/docstring_adder.py sha256=hLFo21ywLiQTBlt6mnOPXVpop7Vqoc_DjkgBMh9ZUB0 11513
docu_gen/core/docstring_remover.py sha256=D5VwGGQDKimZxSbvNKxN2T4mTqhvwMDWDZSxYt8QSWg 2946
docu_gen/core/validate.py sha256=5WJznCtwtBSmVzimrngK2En2So_dLYziaXR1EWmnPt0 1009
docu_gen/examples/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
docu_gen/examples/python.py sha256=XtT1F-nimF-X84p2JZNgW_fWMKJeymczrKyMtaS0X64 779
docu_gen/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
docu_gen/utils/apikey_handler.py sha256=-S41bKAX1R49syhyPoq2bxx8pNDTXA65ixBV6XdyKRU 783
docu_gen/utils/azurekeyvault_apikey_handler.py sha256=SGC53A2ALHOku4sa0Gyv8BtXMliOL0tQqAQefnIybvo 1451
docu_gen/utils/env_apikey_handler.py sha256=odqr16F4at3YtpkzzzgbLd9NEz45pfKnpptYlVUGEcc 677
docu_gen/utils/llm.py sha256=bhWm8yVC_HJgsUM0T7lmuqY39JPcy5lN_RvlPMo_F1Y 5073
docu_gen-1.0.7.dist-info/LICENSE sha256=pFdJhFaY_NyKHXiHQV0EL7EtCfMpkkURBl9oT9Lj4CY 1067
docu_gen-1.0.7.dist-info/METADATA sha256=WGTofAF_9lhnZH8nKdKvzNRTW1fjchBMTAbQ16QMhXQ 6110
docu_gen-1.0.7.dist-info/WHEEL sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc 91
docu_gen-1.0.7.dist-info/entry_points.txt sha256=FkeIOUmYzCgcp2j1ngFapnPIS29nivw2wYykJ0eniIY 57
docu_gen-1.0.7.dist-info/top_level.txt sha256=3WX7v1y43FFLEXL0NSNn47q1vInsy6O70MRH2EojnQE 9
docu_gen-1.0.7.dist-info/RECORD

top_level.txt

docu_gen

entry_points.txt

generate_docstring = docu_gen.cli:main