Metadata-Version: 1.2
Name: pagesign
Version: 0.1.0
Summary: A wrapper for the modern encryption and signing tools age and minisign
Home-page: https://docs.red-dove.com/pagesign/
Author: Vinay Sajip
Author-email: vinay_sajip@yahoo.co.uk
Maintainer: Vinay Sajip
Maintainer-email: vinay_sajip@yahoo.co.uk
License: Copyright (C) 2021 by Vinay Sajip. All Rights Reserved. See LICENSE.txt for license.
Download-URL: https://pypi.io/packages/source/p/pagesign/pagesign-0.1.0.tar.gz
Description: This module allows easy access to key management, encryption and signature functionality using age and minisign from Python programs. It is intended for use with Python 3.6 or greater.
        
        Releases are normally signed using a GnuPG key with the user id vinay_sajip@yahoo.co.uk and the following fingerprint:
        
        CA74 9061 914E AC13 8E66  EADB 9147 B477 339A 9B86
        
        As PyPI no longer shows signatures, you should be able to download release archives and signatures from
        
        https://bitbucket.org/vinay.sajip/pagesign/downloads/
        
        The archives should be the same as those uploaded to PyPI.
        
Platform: No particular restrictions
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
