Metadata-Version: 1.1
Name: certifier
Version: 0.1
Summary: Get all the information you need about your SSL certificates.
Home-page: https://github.com/remindr/certifier
Author: Martin Simon
Author-email: me@martinsimon.me
License: Apache v2.0 License
Download-URL: https://github.com/remindr/certifier/archive/master.zip
Description: <h1><img src="https://raw.githubusercontent.com/remindr/certifier/master/doc/certifier.png" height=85 alt="certifier" title="certifier"> certifier</h1>
        
        [![PyPi Version](http://img.shields.io/pypi/v/certifier.svg)](https://pypi.python.org/pypi/certifier/)   [![Downloads](http://img.shields.io/pypi/dm/certifier.svg)](https://pypi.python.org/pypi/certifier/)
        [![Code Health](https://landscape.io/github/mrsmn/certifier/master/landscape.svg)](https://landscape.io/github/mrsmn/certifier/master)
        
        **certifier** is an APACHE licensed Python library allowing you to get all the information you'll ever want about your SSL certificates.
        
        ## Installation:
        
        From source use
        
        		$ python setup.py install
        
        or install from PyPi
        
        		$ pip install certifier
        		
        ## Documentation:
        
        ```
        Coming soon!
        ```
        
        ## License:
        
        ```
        	Apache v2.0 License
        	Copyright 2014-2015 remindr.io
        
        	 Licensed under the Apache License, Version 2.0 (the "License");
        	 you may not use this file except in compliance with the License.
        	 You may obtain a copy of the License at
        
        		 http://www.apache.org/licenses/LICENSE-2.0
        
        	 Unless required by applicable law or agreed to in writing, software
        	 distributed under the License is distributed on an "AS IS" BASIS,
        	 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        	 See the License for the specific language governing permissions and
        	 limitations under the License.
        
        ```
Platform: UNKNOWN
