codemd

View on PyPIReverse Dependencies (0)

0.0.3 codemd-0.0.3-py3-none-any.whl

Wheel Details

Project: codemd
Version: 0.0.3
Filename: codemd-0.0.3-py3-none-any.whl
Download: [link]
Size: 13539
MD5: 3e9d2758c26b7ee92aa787a73ffcc19a
SHA256: 2c2cfe0942d6234f3303838851c9aad3c9029dda2e967f301970fcf564f2c038
Uploaded: 2024-11-20 21:34:25 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: codemd
Version: 0.0.3
Summary: Transform code repositories into markdown-formatted strings ready for LLM prompting
Author-Email: Peilin Yu <peilin_yu[at]brown.edu>
Project-Url: Homepage, https://github.com/dotpyu/codemd
Project-Url: Bug Tracker, https://github.com/dotpyu/codemd/issues
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: pathlib (>=1.0.1)
Requires-Dist: pathspec (>=0.11.0)
Requires-Dist: typing-extensions (>=4.0.0)
Requires-Dist: black (>=22.0); extra == "dev"
Requires-Dist: flake8 (>=5.0); extra == "dev"
Requires-Dist: mypy (>=1.0); extra == "dev"
Requires-Dist: pytest-cov (>=4.0); extra == "dev"
Requires-Dist: pytest (>=7.0); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
[Description omitted; length: 4026 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.26.3
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
codemd/__init__.py sha256=5-0rxDxHee9YgTEWQasrcJd44dCYtezGP43tHyWOs5g 112
codemd/cli.py sha256=8i6uMjtm_ZD-RY656sru57I957YEwCIayfCT0j9qbyQ 10138
codemd/scanner.py sha256=xLWOEt91BsYuF_rYKFXHuA5dTWHjnff6hZlMyYhdM6I 10674
codemd-0.0.3.dist-info/METADATA sha256=r1ivOMZpf-uoVQwHTsg3rgK3Y3sjqqhFeUNTQ_BTDWI 4965
codemd-0.0.3.dist-info/WHEEL sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug 87
codemd-0.0.3.dist-info/entry_points.txt sha256=NeoSKZCG0Go5Oax4Q66wZMLc7zJSetBRlhwpsREVUSg 43
codemd-0.0.3.dist-info/licenses/LICENSE sha256=sucPSeh1yMQhRfoymZFTYrnUFfS_oHlL7Q4RHmFN3To 11339
codemd-0.0.3.dist-info/RECORD

entry_points.txt

codemd = codemd.cli:main