Metadata-Version: 2.1
Name: ssler
Version: 0.0.2
Summary: Easy SSL for your localhost server
Home-page: https://github.com/meain/ssler
Author: Abin Simon
Author-email: abinsimon10@gmail.com
License: UNKNOWN
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
Requires-Dist: flask
Requires-Dist: requests

# SSLER


Easily test with SSL in your localhost.

*Might be a bit slow for now*


```
pip install ssler
```

### Usage

- Run your server as normal
- Call `ssler` with your localhost server address
- Now use the `ssler` address instead of your 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
```


