Metadata-Version: 1.2
Name: sslcheck
Version: 1.0.0
Summary: A simple command line SSL validator
Home-page: http://gitlab.com/radek-sprta/sslcheck
Author: Radek Sprta
Author-email: mail@radeksprta.eu
License: MIT License
Download-URL: https://gitlab.com/radek-sprta/sslcheck/repository/archive.tar.gz?ref=master
Description-Content-Type: UNKNOWN
Description: 
        # SSLCheck [![PyPI version](https://badge.fury.io/py/sslcheck.svg)](https://badge.fury.io/py/sslcheck) 
        
        A simple command line SSL validator
        
        ## Features
        
        - TODO
        
        ## Installation
        
        SSLCheck requires Python 3.5 or newer to run.
        
        **Python package**
        
        You can easily install SSLCheck using pip:
        
        `pip3 install sslcheck`
        
        **Manual**
        
        Alternatively, to get the latest development version, you can clone this repository and then manually install it:
        
        ```
        git clone git@gitlab.com:radek-sprta/sslcheck.git
        cd sslcheck
        python3 setup.py install
        ```
        
        ## Usage
        - TODO
        
        ## TODO
        - TODO
        
        ## Contributing
        For information on how to contribute to the project, please check the [Contributor's Guide][contributing]
        
        ## Contact
        [mail@radeksprta.eu](mailto:mail@radeksprta.eu)
        
        [incoming+radek-sprta/sslcheck@gitlab.com](incoming+radek-sprta/sslcheck@gitlab.com)
        
        ## License
        MIT License
        
        ## Credits
        
        This package was created with [Cookiecutter][cookiecutter] and the [python-cookiecutter][python-cookiecutter] project template.
        
        [contributing]: https://gitlab.com/radek-sprta/sslcheck/blob/master/CONTRIBUTING.md
        [cookiecutter]: https://github.com/audreyr/cookiecutter
        [documentation]: https://radek-sprta.gitlab.io/sslcheck
        [python-cookiecutter]: https://gitlab.com/radek-sprta/python-cookiecutter
        
Keywords: sslcheck
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: POSIX :: Linux
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.5
