codebuddie

View on PyPIReverse Dependencies (0)

0.0.3 codebuddie-0.0.3-py3-none-any.whl

Wheel Details

Project: codebuddie
Version: 0.0.3
Filename: codebuddie-0.0.3-py3-none-any.whl
Download: [link]
Size: 10326
MD5: 5f74b6ad6104a70b2ed0cd739306e5fd
SHA256: 058f3ae5dac98aaa723add3f63a67536c559150f801762d13e9bd2cdc2d52775
Uploaded: 2023-04-10 13:40:03 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: codebuddie
Version: 0.0.3
Summary: codebuddie is a Python-based command-line interface (CLI) utility that uses OpenAI chatGPT API to help you in updating comments, docstring, module docstings in your code
Author-Email: c17hawke <sunny.c17hawke[at]gmail.com>
Project-Url: Bug Tracker, https://github.com/c17hawke/codebuddie/issues
Project-Url: Documentation, https://c17hawke.github.io/codebuddie/
Project-Url: Source, https://github.com/c17hawke/codebuddie
License: MIT
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Requires-Dist: requests (==2.28.2)
Requires-Dist: openai
Requires-Dist: python-dotenv
Requires-Dist: gitpython (==3.1.31)
Requires-Dist: ruff (==0.0.261); extra == "testing"
Requires-Dist: pytest (>=7.2.2); extra == "testing"
Requires-Dist: tox (>=4.4.11); extra == "testing"
Requires-Dist: pytest-mock (>=3.10.0); extra == "testing"
Requires-Dist: pytest-cov (>=4.0.0); extra == "testing"
Requires-Dist: mypy (>=1.1.1); extra == "testing"
Provides-Extra: testing
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1550 characters]

WHEEL

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

RECORD

Path Digest Size
codebuddie/__init__.py sha256=Ag6uiUDiWCSysTSL5hp4Nol-BieqdaEqs-7xY4Di7u8 707
codebuddie/cli.py sha256=q1JRBJ10p9TS0TBqJQv6s7WvV5rJYoMARRBmDYC5fNs 2802
codebuddie/code_updater.py sha256=j4AptU6cpGy42p44KrDhebrdUQgKP6huoCp0fhbQq2I 7363
codebuddie/downloader.py sha256=vSpcLaICXvUw9O6weZLxe78inRVlfYYZvz2LKJXPi20 3553
codebuddie/exception_handler.py sha256=IjV5jnzxzCYDa-zhGyFNSJ5679U8ZlUiN5l0l5uwkKE 1494
codebuddie/logging_module.py sha256=sNjoiNQNriz0eAmKWTZF65_67HJyMvsJWd35TsdAIQc 893
codebuddie/utils.py sha256=tqU0SjrgBqDYyzsJoSL1Yw1C4UbNtEDFyCGK3q6_fc4 1390
codebuddie-0.0.3.dist-info/LICENSE sha256=hqT497hhBTpaWNWjT_DcY6Y16A0KwuT9wXi-5w9by30 1078
codebuddie-0.0.3.dist-info/METADATA sha256=XnOQYl98Q4OGElRlhlD63FZyWlAxF30z2qYV6Nz2QV4 2798
codebuddie-0.0.3.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
codebuddie-0.0.3.dist-info/entry_points.txt sha256=x_3bHD5ACQvSEubqaTzDmqulpjQjn8IlLy-bzHP4s3Y 51
codebuddie-0.0.3.dist-info/top_level.txt sha256=Tf4aNFIGZP8IfwUj6amcPaHKNxIm28xkKV2KjA3U-h4 11
codebuddie-0.0.3.dist-info/RECORD

top_level.txt

codebuddie

entry_points.txt

codebuddie = codebuddie.cli:main