Metadata-Version: 1.0
Name: pkiutils
Version: 0.0.dev11
Summary: a set of public key infrastructure utilities
Home-page: https://github.com/jandd/python-pkiutils
Author: Jan Dittberner
Author-email: jan@dittberner.info
License: MIT
Description: ==============================================
        pkiutils - Public Key Infrastructure Utilities
        ==============================================
        
        This is a set of pycrypto_ and pyasn1_ based tools to create, load and verify
        public key infrastructure material like:
        
        * RSA keys
        * `PKCS#10`_ certificate signing requests
        
        .. * X.509 certificates
        .. * X.509 certificate bundles from files or directories
        
        .. _pycrypto: https://www.dlitz.net/software/pycrypto/
        .. _pyasn1: http://pyasn1.sourceforge.net/
        .. _PKCS#10: http://tools.ietf.org/html/rfc2986
        
        Installation
        ============
        
        python setup.py install
        
        Documentation
        =============
        
        Pkiutils is documented using `Sphinx`_, you can read the documentation at
        `<http://python-pkiutils.readthedocs.org/>`_.
        
        .. _Sphinx: http://sphinx-doc.org/
        
        License
        =======
        
        The pkiutils package is licensed under the terms of the MIT license.
        
        Copyright (c) 2014 Jan Dittberner
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in
        all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        THE SOFTWARE.
        
Platform: UNKNOWN
