Metadata-Version: 2.1
Name: myhttps
Version: 0.0.22
Home-page: https://github.com/leeyang1991/myhttps
Author: Yang Li
Author-email: leeyang1991@gmail.com
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyOpenSSL
Requires-Dist: outdated
Requires-Dist: urllib3
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: ifcfg

## myhttps
### Installation
`pip install myhttps`

#### USAGE:
As a module from any location

`python3 -m myhttps [-option value]`

#### OPTIONS:
    --v             Version Info(**)
    --help          Help and usage Info(**)
    -p              Port Number [default: 11443]
    -h              Host address
    -c              ssl cert file location
    -k              ssl key file location
    -mode           HTTPS or HTTP
    -url            url to download
    -outdir         output directory
    -d              share directory
    
