code-payload

View on PyPIReverse Dependencies (0)

0.1.8 code_payload-0.1.8-py3-none-any.whl

Wheel Details

Project: code-payload
Version: 0.1.8
Filename: code_payload-0.1.8-py3-none-any.whl
Download: [link]
Size: 24021
MD5: f910878fbb73f6863b8b22bf19961f4e
SHA256: 234d5c0e371f35142286a230f817969a3987b3740e6916f7a84b2a11cba136be
Uploaded: 2024-09-30 20:36:15 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: code-payload
Version: 0.1.8
Summary: Giving language models context of your codebase
Author-Email: darth-veitcher <1722315+darth-veitcher[at]users.noreply.github.com>
Project-Url: Homepage, https://github.com/darth-veitcher/code-payload
Project-Url: Source, https://github.com/darth-veitcher/code-payload
Project-Url: Issues, https://github.com/darth-veitcher/code-payload/issues
Project-Url: Documentation, https://github.com/darth-veitcher/code-payload
License: MIT License Copyright (c) 2024 James Veitch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Requires-Python: >=3.8
Requires-Dist: chardet (>=5.2.0)
Requires-Dist: hatch-fancy-pypi-readme (>=24.1.0)
Requires-Dist: jinja2 (>=3.1.4)
Requires-Dist: omegaconf (>=2.3.0)
Requires-Dist: pydantic (>=2.8.2)
Requires-Dist: rich (>=13.8.0)
Requires-Dist: tiktoken (>=0.7.0)
Requires-Dist: typer (>=0.12.5)
Requires-Dist: mkdocs-gen-files (>=0.5.0); extra == "docs"
Requires-Dist: mkdocs-literate-nav (>=0.6.1); extra == "docs"
Requires-Dist: mkdocs-material (>=9.5.34); extra == "docs"
Requires-Dist: mkdocs-section-index (>=0.3.9); extra == "docs"
Requires-Dist: mkdocs (>=1.6.1); extra == "docs"
Requires-Dist: mkdocstrings[python] (>=0.26.0); extra == "docs"
Provides-Extra: docs
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1092 characters]

WHEEL

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

RECORD

Path Digest Size
code_payload/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
code_payload/cli.py sha256=hSWnhvRyvqZ-zI6sX4ksRf4sVthcc5fl3YPsRxK0_Xg 5303
code_payload/config.py sha256=y5fMXd5ytaAGv7m2mHJwoSNe1EWlNnjB9qZwNd0ItQk 6889
code_payload/core.py sha256=kKR3u30Nr-_2Hw02DYtbQHgh_29q8WQ09CIOq31H-N8 2557
code_payload/default_config.yaml sha256=UbuOBP1e6hLn6mKHdNiQtHyOgIzAxMMvR_z3yizXmDk 1572
code_payload/file_handling.py sha256=ZO7sib_ZfyZt0y6YUqBQlg6GgFL9PQQgF0UtJDRAles 17953
code_payload/main.py sha256=HuZPL5kgvcaMcrlGrM9UAPNfSg7-JlxwhTchdrpLVVw 4670
code_payload/models.py sha256=lyOGRyKplNl5OyjKhbSIxNUEuqb34kbrFtI4tNV8y-U 2366
code_payload/summarization.py sha256=Cd5MBXc2VWTYgQMLQkgy9PPpGF6hprBPB0euriLMjX4 2660
code_payload/template_rendering.py sha256=mzKU82YMcC3z1FiKrvzUJhVK7rQowPczjGSn-RVnGM4 2513
code_payload/templates/default.j2 sha256=dt1xvix_2HYAW6sTmN5k-__CUo0O27xpxa0RHNaQLd4 3141
code_payload/templates/html_report.j2 sha256=WECh9C5KJ1-32A-4356LaD8InbIW5wtGX_QBS6Jdeqc 1114
code_payload/templates/python_dev.j2 sha256=PbpzEh16BliUo_BWkXRnCUKUiTqsq_IZFn5JYOWlSog 6183
code_payload/templates/readme_summary.j2 sha256=At5YU-9QnztciWCKqHP1GceNj0OWg9auqlqhE4JeN24 381
code_payload-0.1.8.dist-info/METADATA sha256=X-OF_oX-Ot07Lsa3J7WR6H3NoMCgKNGnfxo6Cgt1PbM 3512
code_payload-0.1.8.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
code_payload-0.1.8.dist-info/entry_points.txt sha256=QmBhOAM7o4nN9l18uQb-kLbncn0SFKDljx9gJNeXc9w 54
code_payload-0.1.8.dist-info/licenses/LICENSE sha256=XipBwqvQXZQwG6CfP5z6pnJxmgBSCp3hayrB0_gCk2E 1069
code_payload-0.1.8.dist-info/RECORD

entry_points.txt

code-payload = code_payload.cli:app