atomwrite 0.1.25

Atomic file operations CLI for LLM agents — read, write, edit, search, replace with NDJSON output
Documentation
1
2
3
4
5
6
7
8
9
10
def hello(name):
    """Docstring for hello"""
    return f"Hello, {name}"

async def world():
    pass

class MyClass:
    def method(self):
        pass