Metadata-Version: 2.3
Name: gitatp
Version: 0.2.0
Summary: Git over ATProto
Project-URL: Repository, https://github.com/publicdomainrelay/gitatp.git
Project-URL: Issues, https://github.com/publicdomainrelay/gitatp/issues
Author-email: Public Domain <publicdomainrelay@protonmail.com>
License: Unlicense
Requires-Python: >=3.12
Requires-Dist: atproto>=0.0.55
Requires-Dist: keyring>=25.5.0
Requires-Dist: pydantic>=2.10.2
Requires-Dist: snoop>=0.6.0
Description-Content-Type: text/markdown

# Git over ATProto

You must install [`deno`](https://docs.deno.com/runtime/getting_started/installation/) due to profile pinned post updating not being available in the Python ATProto client APIs yet.

```bash
python -m pip install gitatp

curl -fsSL https://deno.land/install.sh | sh

git config --global user.email $USER@example.com
git config --global user.atproto $USER.atproto-pds.fqdn.example.com
python -m keyring set $USER@example.com password.$USER.atproto-pds.fqdn.example.com

python -m gitatp --repos-directory $HOME/.local/$USER-gitatp-repos
```

- References
  - https://github.com/publicdomainrelay/reference-implementation/issues/15

[![asciicast](https://asciinema.org/a/692702.svg)](https://asciinema.org/a/692702)
