gpt4docstrings

View on PyPIReverse Dependencies (0)

0.2.0 gpt4docstrings-0.2.0-py3-none-any.whl

Wheel Details

Project: gpt4docstrings
Version: 0.2.0
Filename: gpt4docstrings-0.2.0-py3-none-any.whl
Download: [link]
Size: 22469
MD5: 4a2d609c9936c358fa4e7deb8af3ed3c
SHA256: 67d3f5e1a298f13582d4440ad2c191f8476eea349d62a860f1fbcdd7b7479f11
Uploaded: 2023-10-27 20:54:11 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gpt4docstrings
Version: 0.2.0
Summary: gpt4docstrings
Author: Miguel Otero Pedrido
Author-Email: miguel.otero.pedrido.1993[at]gmail.com
Home-Page: https://github.com/MichaelisTrofficus/gpt4docstrings
Project-Url: Changelog, https://github.com/MichaelisTrofficus/gpt4docstrings/releases
Project-Url: Documentation, https://gpt4docstrings.readthedocs.io
Project-Url: Repository, https://github.com/MichaelisTrofficus/gpt4docstrings
License: MIT
Classifier: Development Status :: 3 - Alpha
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: aiofiles (<24.0.0,>=23.2.1)
Requires-Dist: astor (<0.9.0,>=0.8.1)
Requires-Dist: asyncio (<4.0.0,>=3.4.3)
Requires-Dist: click (>=8.0.1)
Requires-Dist: colorama (<0.5.0,>=0.4.6)
Requires-Dist: docformatter (<2.0.0,>=1.7.3)
Requires-Dist: langchain (<0.0.312,>=0.0.311)
Requires-Dist: openai (<0.28.0,>=0.27.8)
Requires-Dist: pytest-mock (<4.0.0,>=3.11.1)
Requires-Dist: redbaron (<0.10.0,>=0.9.2)
Requires-Dist: reorder-python-imports (<4.0.0,>=3.12.0)
Requires-Dist: tabulate (<0.10.0,>=0.9.0)
Requires-Dist: toml (<0.11.0,>=0.10.2)
Description-Content-Type: text/markdown
[Description omitted; length: 11514 characters]

WHEEL

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

RECORD

Path Digest Size
gpt4docstrings/__init__.py sha256=cVBtdCacCv-eg9z8NAx4Hm4Is5F3fbR79IC1I41kXeE 83
gpt4docstrings/__main__.py sha256=0LJyqp-Pcd_twtwIZbxBi7y8lzPB17L2zywvvmjaTA8 75
gpt4docstrings/ascii_title.py sha256=4aKIomgguCiV8Qv3kvOMdCU30x5Lerv3b8XKMKTkgik 1804
gpt4docstrings/cli.py sha256=s_uf05Iv9FACRJeXqp_fnCp_9L4M9wjtmuB-QCLh49w 4123
gpt4docstrings/config.py sha256=_87s2GEEYvFUP1AY_OnQBW7wybDkZg-Qasfk66-6_nI 2432
gpt4docstrings/docstring.py sha256=2savVGao7NM_PTE_9eAa1cPFemZ2LanmDDc8wBNnFbk 1875
gpt4docstrings/docstrings_generators/__init__.py sha256=QYWWG9AQHn8Q9apMKIHjCTuwZYMOmHkU5pHg9KSqci8 70
gpt4docstrings/docstrings_generators/base.py sha256=I9p3dz-6Jb2KgUnKtyjFcgyp-ZD-1ftgmAIia-xRfsM 521
gpt4docstrings/docstrings_generators/chatgpt_generator.py sha256=barGq-hbd9J2c2I7E_N-g2h9a-OIWWTTIHHqNHqR05Y 2907
gpt4docstrings/docstrings_translators/__init__.py sha256=Fx8Jnhj40qAX8WlnlhUtW_ojZpCjauom83QzCqBcJ5k 72
gpt4docstrings/docstrings_translators/base.py sha256=SVdPttf24qlFFzMSgpt0tUlO7fVUW2ZZh8JBgNfy44E 532
gpt4docstrings/docstrings_translators/chatgpt_translator.py sha256=_3TjjVn_DzlTXEigegks8JEytaYyAXqPywKQRh7f9Fw 2457
gpt4docstrings/exceptions.py sha256=wwbXqoM3vHcs5aE2FwA2-pAt8RvMJdNVrSWoQLImIPc 107
gpt4docstrings/generate_docstrings.py sha256=tRFi0St3eexls-hk_c5_JUbiVk_3vh1H25cedX-S-f8 10518
gpt4docstrings/prompts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gpt4docstrings/prompts/generation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gpt4docstrings/prompts/generation/chatgpt.py sha256=cprHUt_2GwV5fjGMS3-OFSYNmB4_s6izid7ROL-O-MY 5371
gpt4docstrings/prompts/translation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gpt4docstrings/prompts/translation/chatgpt.py sha256=x70ttSTjbKgd15SG_4C7LQO87vLLzfbYB8zAs9bBOD4 1211
gpt4docstrings/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gpt4docstrings/utils/decorators.py sha256=WSBHEej7xlWj5Ob2icGCgoR8eXlc4ha5TskMJ4UUIOM 805
gpt4docstrings/utils/helpers.py sha256=Kn5iyb7kvbttCLpOykJ47i9IHvtjprrHV8sUJh3HDwc 603
gpt4docstrings/utils/parsers.py sha256=s9vjwFTQtdI_YAiV2-74mKTwjVchR5esz_LZSlsvNq8 429
gpt4docstrings/visit.py sha256=-Y7vSOwk_4J7k7VFqbbqGUogFEBeiYkMu268pTr-AXM 8343
gpt4docstrings-0.2.0.dist-info/LICENSE sha256=hnwqEuMtE2Q9ej98XsYyaferF9y2JQE_hp410W3CZmY 1076
gpt4docstrings-0.2.0.dist-info/METADATA sha256=YM88SqMgytSpo0-uLrcr7tqmFW5zZ6XAlrMcGJ6a2-o 12895
gpt4docstrings-0.2.0.dist-info/WHEEL sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk 88
gpt4docstrings-0.2.0.dist-info/entry_points.txt sha256=Or_TUfXyRyykL2W3ZNThuWIL3rTTYdd_CG1DEqqZOMM 58
gpt4docstrings-0.2.0.dist-info/RECORD

entry_points.txt

gpt4docstrings = gpt4docstrings.cli:main