gitingest

View on PyPIReverse Dependencies (5)

0.1.4 gitingest-0.1.4-py3-none-any.whl

Wheel Details

Project: gitingest
Version: 0.1.4
Filename: gitingest-0.1.4-py3-none-any.whl
Download: [link]
Size: 40826
MD5: de4deeaf8c2f1d0c6d1ea5632f5df85a
SHA256: 0f61f8a98aa527613fde5c3ae13243f42c2e9698fbbe7c0794f19bc62eedc093
Uploaded: 2025-03-06 22:45:05 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: gitingest
Version: 0.1.4
Summary: CLI tool to analyze and create text dumps of codebases for LLMs
Author-Email: Romain Courtois <romain[at]coderamp.io>
Project-Url: homepage, https://gitingest.com
Project-Url: github, https://github.com/cyclotruc/gitingest
License: MIT License Copyright (c) 2024 Romain Courtois 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.
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Requires-Dist: click (>=8.0.0)
Requires-Dist: tiktoken
Requires-Dist: tomli
Requires-Dist: typing_extensions; python_version < "3.10"
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 5970 characters]

WHEEL

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

RECORD

Path Digest Size
gitingest/__init__.py sha256=7UKXwht2FgzbqOOQ7ojEDJUXOpEyixDyvW-ma2KYGLM 350
gitingest/cli.py sha256=rub7lW2--ZZYkubeOdop5H5V58aWmySaCRLMXJDJc2o 4192
gitingest/cloning.py sha256=6lE5HHAdhY2QN8_iGhbQcMitlGSdqbauCte3oagRyCc 7349
gitingest/config.py sha256=EfHUZ7uACJeM8ic_8x_C3oQlv9b6MOyhfTvptlN2MBs 394
gitingest/exceptions.py sha256=0zjlLMwJkpfvQI8aRlMmOWXR0B99J8E6bBlVIwSSRRQ 2053
gitingest/filesystem_schema.py sha256=coUum66HI3s1H64_blmWNZVk7DSXQO5kA6yCKLOsS-I 5029
gitingest/ingestion.py sha256=9LiCdNjb3LZAK_5YGAoYoR25TIwWtsLip7RkYkKkMH8 9993
gitingest/output_formatters.py sha256=t5wTeOmRzpLGXTXsJ1xTQQPCPo80bh_Xo7sxU3_iwRo 7251
gitingest/query_parsing.py sha256=72SJ9BcHk8vwxXIzG6MIpKdn3OgfFsF5xPI0TUHLBos 11254
gitingest/repository_ingest.py sha256=XrPAhAc2Tp5Wdw87HKdMwNXhy8QQ_S0P5UQ-GpIb8WE 5943
gitingest/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gitingest/utils/ignore_patterns.py sha256=OcPQOZlEwrw5Ov8OR_F00wYsJ4tWT-aRBAYfqSV41zA 2693
gitingest/utils/ingestion_utils.py sha256=f_wF3PzD_uZcm_u-8qRIA9TpWOoC32zM9fOpDbyOVHA 3130
gitingest/utils/notebook_utils.py sha256=n-JuB2-XUS0imMXCtW501vynjDcfY_4_nibcL8hiI34 4315
gitingest/utils/path_utils.py sha256=-L5QqYjxwoC_W2Fn_uW-IuzacAMlEj0-8YXcWBzdM28 1206
gitingest/utils/query_parser_utils.py sha256=gBwrG3ioKIp5bi-aLjh4o8e1daYBPZvgk72-tMbYnxU 3495
gitingest/utils/textfile_checker_utils.py sha256=2MA077yWoEqPurwfDQwqO5Gt-mAxvljbtsNOU82u2l4 1327
gitingest/utils/timeout_wrapper.py sha256=ufkYfrTxi4L9vY73HyLYOvrltX81wrntnJtRlfNDGgU 1485
server/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
server/main.py sha256=FtZ7LbfTMtqJg1TNwurR7tpMroCbN8163-JeZHvWRa0 3124
server/query_processor.py sha256=kl7u8tDFOyiA0zwkzwIT9Xf9E3aETFrt5RmojpxWGTE 7586
server/server_config.py sha256=lkMIEKTlRiCk2vULNLIhE0cPLA9WgobP2-dHTLUAB9w 676
server/server_utils.py sha256=Kt0hLBBk7KxMG4KCE0DVM3HSB1CoGZ5kp6dqe2yddV8 5182
server/routers/__init__.py sha256=kFTWqQcG5ldBAaEa_4gIYuaarZyT43W4bo_iaWEybvk 272
server/routers/download.py sha256=99IKglC52rOg_xUarTNLeouzmSB2uvp42VQCVAg_Pcs 1988
server/routers/dynamic.py sha256=2x9lpAZOp7_z5279XxYddKdWYWPPa9KosOT3Pml0ZaM 2822
server/routers/index.py sha256=1Ex9pq4At3vnNDWSM-trdd6IW1Xt1Fak14x65NA1gtg 2757
gitingest-0.1.4.dist-info/LICENSE sha256=ZRNUvxrcG1NEOtZBYR4IMXJr9dNkIYjcet6sigHraG0 1072
gitingest-0.1.4.dist-info/METADATA sha256=n9gZpBZT2L1m-5dLH2eApS2zgPmO3SQqAtxV85aTNLk 8249
gitingest-0.1.4.dist-info/WHEEL sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM 91
gitingest-0.1.4.dist-info/entry_points.txt sha256=wv_DH1SqfTXZpNdHLwLSW111zFz3wr7xFQuIYmbpfOQ 49
gitingest-0.1.4.dist-info/top_level.txt sha256=GKAdYFmpKsBcxXMt5mPzA7TWDrM4shO3sjB3q-lke5o 17
gitingest-0.1.4.dist-info/RECORD

top_level.txt

gitingest
server

entry_points.txt

gitingest = gitingest.cli:main