Metadata-Version: 2.4
Name: opca
Version: 0.99.7
Summary: 1Password Certificate Authority tooling: generate keys/CSRs/certs and store in 1Password.
Author-email: Alex Ferrara <alex@wiredsquare.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Wired-Square/opca
Project-URL: Issues, https://github.com/Wired-Square/opca/issues
Keywords: x509,certificate,cryptography,pki,1password
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: cryptography>=46.0.3
Provides-Extra: s3
Requires-Dist: boto3>=1.26; extra == "s3"
Provides-Extra: aws
Requires-Dist: boto3>=1.26; extra == "aws"
Requires-Dist: dnspython>=2.4; extra == "aws"
Provides-Extra: tui
Requires-Dist: textual>=1.0.0; extra == "tui"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
