Compare commits

...

1 Commits

Author SHA1 Message Date
a3e60ea0bf
Use uv as a venv wrapper 2025-06-10 23:08:41 +02:00

View File

@ -1,4 +1,12 @@
#! /usr/bin/env python3
#! /usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "certifi",
# "cryptography",
# "pyopenssl",
# ]
# ///
'''
Sort X509/private key material
'''