Metadata-Version: 2.1
Name: pysign
Version: 0.0.1rc0
Summary: A tool for signing Python package distributions
Home-page: https://github.com/trailofbits/pysign
Author: William Woodruff
Author-email: william@trailofbits.com
License: Apache-2.0
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: bump ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pretend ; extra == 'dev'
Requires-Dist: coverage[toml] ; extra == 'dev'
Requires-Dist: interrogate ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pdoc3 ; (python_version >= "3.7") and extra == 'dev'

pysign
======

`pysign` is a tool for signing Python package distributions.

This project is developed by [Trail of Bits](https://www.trailofbits.com/) with
support from Google. This is not an official Google product.


