Metadata-Version: 2.1
Name: ssler
Version: 0.0.1
Summary: Easy SSL for your localhost server
Home-page: https://github.com/meain/ssler
Author: Abin Simon
Author-email: abinsimon10@gmail.com
License: UNKNOWN
Description: # SSLER
        
        
        Easily test with SSL in your localhost.
        
        > Might be a bit slow for now
        
        ### Usage
        
        - Run your server as normal
        - Call `ssler` with your localhost server address
        
        ```bash
        ssler
        Easily redirect your localhost server though an a server with self signed certificate
        
        usage: ssler '<domain>' '<ssler_port(optional)>'
        examples:
            - ssler 'localhost:8080'
            - ssler 'http://33.22.22.88'
            - ssler 'localhost:8080' 8888
        ```
        
Keywords: ssl,python,localhost
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
