Lode Nachtergaele
use uv for packaging, test gitingest in test.py
4654ceb
raw
history blame
244 Bytes
from gitingest import ingest
# summary, tree, content = ingest("https://github.com/cast42/search-x-likes/")
summary, tree, content = ingest("https://github.com/cyclotruc/gitingest")
print(f"{summary=}")
print(f"{tree=}")
print(f"{content=}")