-
Notifications
You must be signed in to change notification settings - Fork 1
Change history
Adam Reiser edited this page Jun 18, 2025
·
3 revisions
The merged "pipify" branch introduces several significant changes:
- Module is now installable (
pip install .
) - Identical keys in different formats or with different comments are now collapsed into a single entry in
private.json
andpublic.json
. Comments discovered for each key are stored in an array for both public and private keys. - Removed MD5 fingerprinting as redundant.
- The output directory is now a required positional argument.
- Breaks compatibility with previous state files.