Metadata-Version: 2.4
Name: python-https-server
Version: 1.0.1
Summary: A lightweight Python-based HTTPS static file server.
Author: gbalaji
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

Simple HTTPS Server

A lightweight Python-based HTTPS file server for quick testing, CTFs, and local TLS validation.
Runs with zero dependencies and serves any directory over SSL in seconds.
Perfect for developers, pentesters, and rapid prototyping workflows.

How to Run:
python -m simplehttps.server --cert <location>/cert.pem --key <location>/key.pem 
