ClaudeSync is a Python tool that automates the synchronization of local files with Claude.ai Projects - jahwag/ClaudeSync... (more…)
Read more »
Python Binding for TCC (TinyCC). Contribute to mrh1997/pytcc development by creating an account on GitHub. (more…)
Read more »
A dialect of Lisp that's embedded in Python. Contribute to hylang/hy development by creating an account on GitHub. (more…)
Read more »
:blue_book: Automatic documentation from sources, for MkDocs. - GitHub - mkdocstrings/mkdocstrings: Automatic documentation from sources, for MkDocs. (more…)
Read more »
Bug report Bug description: def walk(): root = Path("src/") for path in root.rglob("*"): p = path.relative_to(root) print(p) print(p.is_dir()) # always returns False print(path.is_dir()) # returns ... (more…)
Read more »