Metadata-Version: 1.1
Name: cfssl
Version: 0.0.3b239
Summary: This library will allow you to interact with a remote CFSSL server using Python.
Home-page: https://laslabs.github.io/python-cfssl
Author: LasLabs Inc.
Author-email: support@laslabs.com
License: MIT
Download-URL: https://github.com/LasLabs/python-cfssl
Description: |License MIT| | |PyPi Package| | |PyPi Versions|
        
        |Build Status| | |Test Coverage| | |Code Climate|
        
        ====================
        Python CFSSL Library
        ====================
        
        This library allows you to interact with a remote CFSSL server using Python.
        
        CFSSL is CloudFlare's open source toolkit for everything TLS/SSL. CFSSL is used by
        CloudFlare for their internal Certificate Authority infrastructure and for all of
        their TLS certificates.
        
        * `Read more on the CloudFlare blog
          <https://blog.cloudflare.com/introducing-cfssl/>`_.
        * `View the CFSSL source
          <https://github.com/cloudflare/cfssl>`_.
        
        Installation
        ============
        
        * Install Python requirements ``pip install -r ./requirements``
        
        Setup
        =====
        
        A pre-existing CFSSL server is required to use this library.
        
        Usage
        =====
        
        `Read The API Documentation <https://laslabs.github.io/python-cfssl>`_
        
        Known Issues / Road Map
        =======================
        
        -  Installation, setup, usage - in ReadMe
        -  Add type checking in datamodels
        
        Credits
        =======
        
        Images
        ------
        
        * LasLabs: `Icon <https://repo.laslabs.com/projects/TEM/repos/odoo-module_template/browse/module_name/static/description/icon.svg?raw>`_.
        
        Contributors
        ------------
        
        * Dave Lasley <dave@laslabs.com>
        
        Maintainer
        ----------
        
        .. image:: https://laslabs.com/logo.png
           :alt: LasLabs Inc.
           :target: https://laslabs.com
        
        .. |Build Status| image:: https://img.shields.io/travis/LasLabs/python-cfssl/master.svg
           :target: https://travis-ci.org/LasLabs/python-cfssl
        .. |Test Coverage| image:: https://img.shields.io/codecov/c/github/LasLabs/python-cfssl/master.svg
           :target: https://codecov.io/gh/LasLabs/python-cfssl
        .. |Code Climate| image:: https://img.shields.io/codeclimate/github/LasLabs/python-cfssl.svg
           :target: https://codeclimate.com/github/LasLabs/python-cfssl
        .. |License MIT| image:: https://img.shields.io/github/license/laslabs/python-cfssl.svg
           :target: https://opensource.org/licenses/MIT
           :alt: License: MIT
        .. |PyPi Package| image:: https://img.shields.io/pypi/v/cfssl.svg
           :target: https://pypi.python.org/pypi/cfssl
           :alt: PyPi Package
        .. |PyPi Versions| image:: https://img.shields.io/pypi/pyversions/cfssl.svg
           :target: https://pypi.python.org/pypi/cfssl
           :alt: PyPi Versions
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
